Computer Science, asked by suryakantmishra677, 4 months ago

Which category will be used if there is a need
of module where the input and output are
only used for that particular function/module
only
A. Function with argument and with return
type
B. Function without argument and without
return type
C. Function with argument and without return
type
D. Function without argument and with return
type​

Answers

Answered by SamikshaDhere
0

Answer:

Function module

Explanation:

A function module is used where the input and output are only used for that particular function or module.

Function Module.

  • Function modules are ABAP routines.
  • It contains the program code and it provides an interface for exchanging of data.
  • They are stored in the central function library.
  • They are system wide available and are not application specific.
  • The ABAP workbench has large number of standard function modules.
  • Function modules belong to a pool called function group.
  • They have fixed interface for exchanging of data.
  • The call function statement helps us to call a function module by its name.
  • Function groups are the only program type that contains function modules.
  • Function modules are used to be designed by other programs.
  • For each and every function group <fgrp>, the system generated a main program as SAPL<fgrp>.
  • These main programs contains include statements.

#SPJ2

Similar questions