1.

What Are The Types Of Parameters In The Function Modules?

Answer»

In general, FUNCTION module can have four types of parameters:
- EXPORTING: for PASSING data to the called function.
- IMPORTING: for receiving data RETURNED from the function module.
- TABLES: for passing internal tables only, by reference (that is, by address).
- CHANGING: for passing parameters to and from the function.

In general, function module can have four types of parameters:
- EXPORTING: for passing data to the called function.
- IMPORTING: for receiving data returned from the function module.
- TABLES: for passing internal tables only, by reference (that is, by address).
- CHANGING: for passing parameters to and from the function.



Discussion

No Comment Found