Data Element list used by SAP ABAP Function Module FUNCTION_INCLUDE_SPLIT (Get Function Modules and Includes Belonging to a Function Group)
SAP ABAP Function Module
FUNCTION_INCLUDE_SPLIT (Get Function Modules and Includes Belonging to a Function Group) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | INCLUDENR | INCLUDE number of function module | SOURCE VALUE(INCLUDE_NUMBER) LIKE TFDIR-INCLUDE |
|
| 2 | NAMESPACE | Namespace | SOURCE VALUE(NAMESPACE) LIKE RS38L-NAMESPACE |
|
| 3 | PROGNAME | ABAP Program Name | SOURCE VALUE(PROGRAM) LIKE RS38L-INCLUDE OPTIONAL |
|
| 4 | PROGNAME | ABAP Program Name | SOURCE VALUE(INCLUDE) LIKE RS38L-INCLUDE OPTIONAL |
|
| 5 | RS38L_AREA | Function group, to which the function module belongs | SOURCE VALUE(GROUP) LIKE RS38L-AREA |
|
| 6 | RS38L_AREA | Function group, to which the function module belongs | SOURCE VALUE(COMPLETE_AREA) LIKE RS38L-AREA DEFAULT SPACE |
|
| 7 | RS38L_FNAM | Name of Function Module | SOURCE VALUE(FUNCNAME) LIKE RS38L-NAME |
|