Fonction SAP BAPI_ECMORD_GET_DETAIL - Read Engineering Change Order

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
LANGUAGE BAPI_ECMORD_FIELDS-LANGUAGE C 1 SY-LANGU X Language Key
LANGUAGE_ISO BAPI_ECMORD_FIELDS-LANGUAGE_ISO C 2 X Language According to ISO 639
ORDER BAPI_ECMORD_FIELDS-ORDER C 12 Engineering Change Order

Paramètre Reférence Type Long. Description
ADMIN BAPI_ECM_ORDER_ADMIN u 50 Engineering Change Order: Administrative Data
DETAILS BAPI_ECM_ORDER_DETAIL u 102 Engineering Change Management: BAPI Structure for Engineering Change Order

Paramètre Reférence Long. Facultatif Description
ET_DESCRIPTIONS BAPI_ECM_ORDER_DESCR 43 X Descriptions
ET_PARAMETER BAPI_ECM_PARAMETER 158 X Parameter Effectivity
ET_STATUS BAPI_ECM_STATUS 40 X Status
ET_VALIDITY BAPI_ECM_VALIDITY 58 X Validity
RETURN BAPIRET2 548 X Return Parameters

Functionality
This BAPI reads the data for a change order.
The following data is read:

  • Basic data of the change order (including the status)

  • Language-dependent descriptions

  • If a language is transferred, the descriptions are output in thislanguage only. If the parameter is transferred empty, the descriptionsare exported in all languages.
    • Validity

    • Texts and object management records can be read by their own BAPIs.There are no BAPIs for change tasks.

      Description
      This structure contains administrative data for the change order, suchas the user who created and last changed it and the respective timestamps.

      Description
      Basic data of the change order.

      Description
      SAP language key.
      This this parameter is transferred empty, the descriptions are output inall languages.

      Description
      Language key in ISO format.
      If an internal language key is transferred, that has priority.
      If the ISO language key is to be evaluated, the internal language keymust be explicitly transferred empty. In the standard, the internallanguage key contains a default value.

      Description
      Name of the change order.

      Description
      If parameter LANGUAGE was filled with a value for the language, thistable contains the description of the change order in this language.
      If the parameter was not filled with a value, this table contains allavailable descriptions.

      Description
      This table contains the parameter effectivity for each context.
      Because BAPI interfaces do not allow nested tables, this table has thecontext in the first field, and multiple lines may exist for theparameter effectivity of the context.

      Description
      This table contains all active statuses of the change order (for example
      , status distributable may be active in parallel with otherstatuses). In addition to the actual status, its description and textare displayed.

      Description
      This table contains the validity of a change order. This comprisesmultiple contexts (containing organizational unit and phase).

      • Each context has a status. If the context has been released, another
      • field contains the time stamp of the (first) release.
        • Each context has a time interval within which it is valid. In addition,
        • there may be a parameter effectivity, but this is exported in its owntable.

          Description
          Log messages of the BAPI.