The Function Module BAPI_ALM_ORDER_GET_DETAIL (Reading of Detail Data for an Order) is a standard Function Module in SAP ERP and is part of the function group IBAPI_ALM_ORDER within the package IWO_BAPI_EX.
Function Module | BAPI_ALM_ORDER_GET_DETAIL |
Short Text | Reading of Detail Data for an Order |
Function Group | IBAPI_ALM_ORDER |
Package | IWO_BAPI_EX |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NUMBER | TYPE | BAPI_ALM_ORDER_HEADER_E-ORDERID | Order Number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_HEADER | LIKE | BAPI_ALM_ORDER_HEADER_E | Export Structure for ALM Order Header | |
ES_SRVDATA | LIKE | BAPI_ALM_ORDER_SRVDAT_E | ALM Order BAPIs: Service-Specific Data, External Structure |
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 |
---|---|---|---|---|
ET_COMPONENTS | LIKE | BAPI_ALM_ORDER_COMPONENT_E | PM/CS BAPI Order Components | |
ET_COSTS_DETAILS | LIKE | BAPI_ALM_ORDER_COSTS_DETAIL_E | ALM Order BAPIs: Structure for Order Costs Detail | |
ET_COSTS_SUM | LIKE | BAPI_ALM_ORDER_COSTS_SUM_E | ALM Order BAPIs: Structure for Order Costs Sum | |
ET_OPERATIONS | LIKE | BAPI_ALM_ORDER_OPERATION_E | Export Structure for PM/CS BAPIs Operations | |
ET_PARTNER | LIKE | BAPI_ALM_ORDER_PARTNER | ALM Order BAPIs: Partner Data | |
ET_PRTS | LIKE | BAPI_ALM_ORDER_PRT_E | ALM Order BAPIs: Structure for Production Resources/Tools | |
ET_RELATIONS | LIKE | BAPI_ALM_ORDER_RELATION_EXPORT | BAPI Structure for ALM Order Relationships | |
ET_TEXTS | LIKE | BAPI_ALM_TEXT | Text Header for ALM Order BAPIs | |
ET_TEXT_LINES | LIKE | BAPI_ALM_TEXT_LINES | Text Lines for ALM BAPIs | |
EXTENSION_IN | LIKE | BAPIPAREX | Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT | |
EXTENSION_OUT | LIKE | BAPIPAREX | Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT |
This function module does not define any Exceptions.