Menu

SAP Function Module BAPI_ECMORD_GET_LIST

Find Engineering Change Orders

The Function Module BAPI_ECMORD_GET_LIST (Find Engineering Change Orders) is a standard Function Module in SAP ERP and is part of the function group ECM_BAPI_ORDER within the package ECM_SERVICES.

Technical Information

Function Module BAPI_ECMORD_GET_LIST
Short Text Find Engineering Change Orders
Function Group ECM_BAPI_ORDER
Package ECM_SERVICES
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IF_STATUS_CLOSED LIKE BAPI_ECMORD_FIELDS-FLAG 'X' Find Engineering Change Orders with Status 'Completed'
IF_STATUS_DISTRIBUTE LIKE BAPI_ECMORD_FIELDS-FLAG 'X' Find Engineering Change Orders with Status 'Distributable'
IF_STATUS_NEW LIKE BAPI_ECMORD_FIELDS-FLAG 'X' Find Engineering Change Orders with Status 'New'
IF_STATUS_RELEASED LIKE BAPI_ECMORD_FIELDS-FLAG 'X' Find Engineering Change Orders with Status 'Released'

Exporting Parameters

This function module does not define any EXPORTING parameters.

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_ORDER_LIST LIKE BAPI_ECM_ORDER_DETAIL Engineering Change Order
IT_RANGE_DATE LIKE BAPIECMORDSELDATE Find Engineering Change Order by End Date
IT_RANGE_ORDER LIKE BAPIECMORDSELORDER Find Engineering Change Order by Name
IT_RANGE_USER LIKE BAPIECMORDSELUSER Find Engineering Change Order by User
RETURN LIKE BAPIRET2 Return Parameters

Exceptions

This function module does not define any Exceptions.