FUPARAREF - Parameters of function modules
Parameters of function modules information is stored in SAP table FUPARAREF.
It is part of development package SFUNC in software component BC-DWB-TOO-FUB. This development package consists of objects that can be grouped under "Function Builder".
It is part of development package SFUNC in software component BC-DWB-TOO-FUB. This development package consists of objects that can be grouped under "Function Builder".
Fields for table FUPARAREF
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| FUNCNAME | Name of Function Module | X | RS38L_FNAM | CHAR | 30 | * |
| R3STATE | ABAP: Program Status (Active, Saved, Transported...) | X | R3STATE | CHAR | 1 | |
| PARAMETER | Parameter name | X | RS38L_PAR_ | CHAR | 30 | |
| PARAMTYPE | Parameter type | X | RS38L_KIND | CHAR | 1 | |
| STRUCTURE | Associated Type of an Interface Parameter | RS38L_TYP | CHAR | 132 | ||
| DEFAULTVAL | Default value for import parameter | RS38L_DEFO | CHAR | 21 | ||
| REFERENCE | Called Using Pass by Reference | RS38L_REFE | CHAR | 1 | ||
| PPOSITION | Row Index of Internal Tables | SYTABIX | INT4 | 4 | ||
| OPTIONAL | Optional parameters | RS38L_OPTI | CHAR | 1 | ||
| TYPE | Reference structure is an ABAP type | RS38L_TYPE | CHAR | 1 | ||
| CLASS | Reference to a Class | RS38L_CLAS | CHAR | 1 | ||
| REF_CLASS | Reference to a Class | RS38L_CLAS | CHAR | 1 | ||
| LINE_OF | Parameter is 'LINE OF' table type | RS38L_LINO | CHAR | 1 | ||
| TABLE_OF | Parameter Is Reference Type 'TABLE OF' | RS38L_TABO | CHAR | 1 | ||
| RESFLAG1 | Reserved | CHAR | 1 | |||
| RESFLAG2 | Reserved | CHAR | 1 | |||
| RESFLAG3 | Reserved | CHAR | 1 | |||
| RESFLAG4 | Reserved | CHAR | 1 | |||
| RESFLAG5 | Reserved | CHAR | 1 |