The Function Module UPW_READ_DATA_FOR_GRAPH () is a standard Function Module in SAP ERP and is part of the function group UPW0 within the package UPW.
Function Module | UPW_READ_DATA_FOR_GRAPH |
Short Text | |
Function Group | UPW0 |
Package | UPW |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AREA | TYPE | UPC_AREA-AREA | Planning Area | |
I_LAYOUT | TYPE | UPP_PARAM-PARAM | Parameter group | |
I_PACKAGE | TYPE | UPC_PACKAGE-PPACKAGE | Planning Package | |
I_PLEVEL | TYPE | UPC_PLEVEL-PLEVEL | Planning Level | |
I_READ_ONLY | TYPE | UPP_YS_FLAGS-READ_ONLY | Data Element for Domain BOOLE: TRUE (-'X') and FALSE (-' ') |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_INFO | TYPE | UPC_YS_API_INFO | Additional information | |
E_SUBRC | TYPE | SY-SUBRC | Return Value, Return Value After ABAP Statements |
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_COL | LIKE | UPC_YS_API_COL | Column description | |
ETK_COL_TEXT | LIKE | UPC_YS_API_COL_TXT | Data Column Headers | |
ETK_DATA | LIKE | UPB_YS_DATA | HTML Transfer Data | |
ETK_HEAD | LIKE | UPC_YS_API_HEAD | Header Combination | |
ETK_RETURN | LIKE | BAPIRET2 | Return Parameter | |
ETK_ROW | LIKE | UPC_YS_API_ROW | Description of Lines | |
ETK_ROW_TEXT | LIKE | UPC_YS_API_ROW_TXT | Text per line (for complex lead columns only) |
This function module does not define any Exceptions.