SAP Table FUPARAREF
Parameters of function modules
FUPARAREF (Parameters of function modules) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link FUPARAREF to other SAP tables.
FUPARAREF table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||
---|---|---|---|---|---|---|---|---|
FUNCNAME | Name of Function Module | RS38L_FNAM | CHAR | 30 | 0 | |||
R3STATE | ABAP: Program Status (Active, Saved, Transported...) | R3STATE | CHAR | 1 | 0 | |||
PARAMETER | Parameter name | RS38L_PAR_ | CHAR | 30 | 0 | |||
PARAMTYPE | Parameter type | RS38L_KIND | CHAR | 1 | 0 | |||
STRUCTURE | Associated Type of an Interface Parameter | RS38L_TYP | CHAR | 132 | 0 | |||
DEFAULTVAL | Default value for import parameter | RS38L_DEFO | CHAR | 21 | 0 | |||
REFERENCE | Call by reference | RS38L_REFE | CHAR | 1 | 0 | |||
PPOSITION | Row Index of Internal Tables | SYTABIX | INT4 | 10 | 0 | |||
OPTIONAL | Optional parameters | RS38L_OPTI | CHAR | 1 | 0 | |||
TYPE | Reference Structure is an ABAP/4 Type | RS38L_TYPE | CHAR | 1 | 0 | |||
CLASS | Reference to a Class | RS38L_CLAS | CHAR | 1 | 0 | |||
REF_CLASS | Reference to a Class | RS38L_CLAS | CHAR | 1 | 0 | |||
LINE_OF | Parameter is 'LINE OF' table type | RS38L_LINO | CHAR | 1 | 0 | |||
TABLE_OF | Parameter Is Reference Type 'TABLE OF' | RS38L_TABO | CHAR | 1 | 0 | |||
RESFLAG1 | CHAR | 1 | 0 | |||||
RESFLAG2 | CHAR | 1 | 0 | |||||
RESFLAG3 | CHAR | 1 | 0 | |||||
RESFLAG4 | CHAR | 1 | 0 | |||||
RESFLAG5 | CHAR | 1 | 0 |