The Function Module API_SEMBPS_VARIABLE_GETDETAIL (Detail on a Variable) is a standard Function Module in SAP ERP and is part of the function group UPC_API within the package UPC.
Function Module | API_SEMBPS_VARIABLE_GETDETAIL |
Short Text | Detail on a Variable |
Function Group | UPC_API |
Package | UPC |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AREA | LIKE | UPC_AREA-AREA | Planning Area | |
I_VARIABLE | LIKE | UPC_VAR-VAR | Variable |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_HIEKEY | LIKE | UPC_YS_HIE_KEY | Hierarchy Key | |
ES_HIESEL | LIKE | UPC_YS_API_HIESEL | Hierarchy Node Selection | |
ES_RETURN | LIKE | BAPIRET2 | Return Parameter | |
E_NOVALUE | LIKE | UPC_VAR_NUM_SEL-NO_VALUE | No Restriction Executed | |
E_NUMVALUE | LIKE | UPC_VAR_NUM_SEL-NUMVALUE | Numeric Value for Variable | |
E_SUBRC | LIKE | SY-SUBRC | Return Code | |
E_TYPE | LIKE | UPC_VAR-VARTYPE | Variable Type | |
E_USER_RESTRICTION | LIKE | UPC_VAR-USERRESTRICTION | Restriction of Selection Required by User | |
E_USER_VALUES | LIKE | UPC_VAR-USERSEL | Input Allowed by User |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ETK_CHA | LIKE | UPC_YS_CHA | Characteristic | |
ETK_HIEDEP | LIKE | UPC_YS_API_HIEDEP | Values of Compound Characteristics | |
ETK_HIEDEP_ALL | LIKE | UPC_YS_API_HIEDEP | Values of Compound Characteristics | |
ETK_HIESEL_ALL | LIKE | UPC_YS_API_HIESEL | All Hierarchy Nodes | |
ETK_VARSEL | LIKE | UPC_YS_API_VARSEL | Restricted Variable Values | |
ETK_VARSEL_ALL | LIKE | UPC_YS_API_VARSEL | All Variable Values |
This function module does not define any Exceptions.