Fonction SAP BAPI_ECMORD_GET_LIST - Find Engineering Change Orders

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
IF_STATUS_CLOSED BAPI_ECMORD_FIELDS-FLAG C 1 'X' X Find Engineering Change Orders with Status 'Completed'
IF_STATUS_DISTRIBUTE BAPI_ECMORD_FIELDS-FLAG C 1 'X' X Find Engineering Change Orders with Status 'Distributable'
IF_STATUS_NEW BAPI_ECMORD_FIELDS-FLAG C 1 'X' X Find Engineering Change Orders with Status 'New'
IF_STATUS_RELEASED BAPI_ECMORD_FIELDS-FLAG C 1 'X' X Find Engineering Change Orders with Status 'Released'

Paramètre Reférence Long. Facultatif Description
ET_ORDER_LIST BAPI_ECM_ORDER_DETAIL 102 X Engineering Change Order
IT_RANGE_DATE BAPIECMORDSELDATE 19 X Find Engineering Change Order by End Date
IT_RANGE_ORDER BAPIECMORDSELORDER 27 X Find Engineering Change Order by Name
IT_RANGE_USER BAPIECMORDSELUSER 27 X Find Engineering Change Order by User
RETURN BAPIRET2 548 X Return Parameters

Functionality
This BAPI is for selecting change orders.
The following selection criteria can be transferred in range tables:

  • Name of the change order

  • Name of the person responsible

  • Planned end date

  • Internal status:

  • New
    Released
    Distributable
    Completed
    The change orders that are found are exported with their basic data.

    Description
    Find orders with system status "completed".

    Description
    Find orders with system status "distributable".

    Description
    Find orders with system status "new".

    Description
    Find orders with system status "released".

    Description
    This table contains all the change orders that match the search criteriawith their basic data.

    Description
    In this range table, you can specify the planned end date for the changeorders you want to find.

    Description
    In this range table, you can specify the names of change orders that youwant to find.
    Example:
    The entry I/EQ/ORDER1 searches for the change order ORDER1.
    The entry I/CP/ORD* searches for all change orders that start with ORD.

    Description
    In this range table, you can specify users that are the personresponsible for change orders that you want to find.

    Description
    Log messages of the BAPI.