Menu

SAP Function Module BAPI_ALM_OPERATION_GET_DETAIL

Read Detail Data for an Operation

The Function Module BAPI_ALM_OPERATION_GET_DETAIL (Read Detail Data for an Operation) 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_OPERATION_GET_DETAIL
Short Text Read Detail Data for an Operation
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_SUB_ACTIVITY TYPE BAPI_ALM_ORDER_OPERATION_E-SUB_ACTIVITY Suboperation Number

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_OPERATION TYPE BAPI_ALM_ORDER_OPERATION_E Export Structure for PM/CS BAPIs Operations

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 Reference Structure for BAPI Parameter ExtensionIn
EXTENSION_OUT LIKE BAPIPAREX Reference Structure for BAPI Parameter ExtensionOut
RETURN LIKE BAPIRET2 Return Parameter Table

Exceptions

This function module does not define any Exceptions.