Menu

SAP Function Module BAPI_ALM_COMPONENT_GET_DETAIL

Read Detail Data for a Component

The Function Module BAPI_ALM_COMPONENT_GET_DETAIL (Read Detail Data for a Component) is a standard Function Module in SAP ERP and is part of the function group IBAPI_ALM_ORDER within the package IWO_BAPI_EX.

Technical Information

Function Module BAPI_ALM_COMPONENT_GET_DETAIL
Short Text Read Detail Data for a Component
Function Group IBAPI_ALM_ORDER
Package IWO_BAPI_EX
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_ACTIVITY TYPE BAPI_ALM_ORDER_OPERATION_E-ACTIVITY Operation Number
IV_ORDERID TYPE BAPI_ALM_ORDER_HEADER_E-ORDERID Order Number
IV_RESERV_NO TYPE BAPI_ALM_ORDER_COMPONENT_E-RESERV_NO Number of Reservation / Dependent Requirement
IV_RES_ITEM TYPE BAPI_ALM_ORDER_COMPONENT_E-RES_ITEM Item number of reservation / dependent requirements
IV_RES_TYPE TYPE BAPI_ALM_ORDER_COMPONENT_E-RES_TYPE SPACE Record Type (General Components: ' ', Follow-Up Material: '1' )

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_COMPONENT TYPE BAPI_ALM_ORDER_COMPONENT_E PM/CS BAPI Order Components (Export Structure)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_TEXT LIKE BAPI_ALM_TEXT Text Header for ALM Order BAPIs
ET_TEXT_LINES LIKE BAPI_ALM_TEXT_LINES SAPscript: Text Lines
EXTENSION_IN LIKE BAPIPAREX Customer Enhancement In
EXTENSION_OUT LIKE BAPIPAREX Customer Enhancement Out
RETURN LIKE BAPIRET2 Return Parameters

Exceptions

This function module does not define any Exceptions.