The Function Module API_SEMBPS_PLANSTRUCTURE_GET (Read Plan Structure) 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_PLANSTRUCTURE_GET |
Short Text | Read Plan Structure |
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_PLEVEL | LIKE | UPC_PLEVEL-PLEVEL | Planning Level | |
I_PROFILE | LIKE | UPC_PROFILE-PROFILE | Planning profile | |
I_READ_FUNCTION | LIKE | BOOLE-BOOLE | SPACE | Read Planning Functions |
I_READ_LAYOUT | LIKE | BOOLE-BOOLE | SPACE | Read Layouts |
I_READ_PACKAGE | LIKE | BOOLE-BOOLE | SPACE | Read Planning Packages |
I_READ_PARAM | LIKE | BOOLE-BOOLE | SPACE | Read Parameter Groups |
I_READ_PLEVEL | LIKE | BOOLE-BOOLE | SPACE | Read Planning Levels |
I_READ_SEQUENCE | LIKE | BOOLE-BOOLE | SPACE | Read Planning Sequences |
I_READ_VARIABLE | TYPE | BOOLE-BOOLE | SPACE | Read Variables |
I_USE_DEFAULT | LIKE | BOOLE-BOOLE | User's Default Profile |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_RETURN | LIKE | BAPIRET2 | Return Parameter | |
E_SUBRC | LIKE | SY-SUBRC | Return Code |
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_AREA | LIKE | UPC_YS_API_AREA | Planning Areas | |
ETK_FUNCTION | LIKE | UPC_YS_API_FUNCTION | Planning Functions | |
ETK_LAYOUT | LIKE | UPC_YS_API_LAYOUT | Planning layouts | |
ETK_PACKAGE | LIKE | UPC_YS_API_PACKAGE | Planning Packages | |
ETK_PARAM | LIKE | UPC_YS_API_PARAM | Parameter Groups | |
ETK_PLEVEL | LIKE | UPC_YS_API_PLEVEL | Planning Levels | |
ETK_SEQUENCE | LIKE | UPC_YS_API_SEQUENCE | Planning Sequences | |
ETK_VARIABLE | LIKE | UPC_YS_API_VARIABLE | Variable |
This function module does not define any Exceptions.