The Function Module EFG_FORM_GET () is a standard Function Module in SAP ERP and is part of the function group EFGP within the package EEPW.
Function Module | EFG_FORM_GET |
Short Text | |
Function Group | EFGP |
Package | EEPW |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
X_CLIENT | TYPE | MANDT | SY-MANDT | Client |
X_FLG_BYPASS_BUFFER | TYPE | EFG_DTE_FLAG | Ignore Buffer | |
X_FLG_ONLY_HEADER | TYPE | EFG_DTE_FLAG | ||
X_FORMKEY | TYPE | FORMKEY | Application Form |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
Y_EFRM | TYPE | EFRM | Print Workbench: Application Forms | |
Y_FLG_LINK | TYPE | EFG_DTE_FLAG | Reference | |
Y_STRN_FORM | TYPE | EFG_STRN_FORM | Application Form |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.