Fonction SAP BAPI_ECMREQ_GET_DETAIL - Read Engineering Change Request

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
LANGUAGE BAPI_ECMREQ_FIELDS-LANGUAGE C 1 SY-LANGU X Language Key from SAP Logon
LANGUAGE_ISO BAPI_ECMREQ_FIELDS-LANGUAGE_ISO C 2 X Language According to ISO 639
REQUEST BAPI_ECMREQ_FIELDS-REQUEST C 12 Engineering Change Request

Paramètre Reférence Type Long. Description
ES_DETAILS BAPI_ECMREQ_DETAIL u 144 Engineering Change Request: Basic Data

Paramètre Reférence Long. Facultatif Description
ET_DESCRIPTIONS BAPI_ECMREQ_DESCR 43 X Engineering Change Request: Descriptions
ET_HIERARCHY BAPI_ECMREQ_HIERAR 76 X Engineering Change Request: Hierarchy
ET_STATUS BAPI_ECM_STATUS 40 X Engineering Change Management: BAPI Structure for Status
RETURN BAPIRET2 548 X Return Parameters

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

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

  • Language-dependent descriptions

  • Request hierarchy

  • Texts and object management records can be read with their own BAPIs.
    If a language is transferred, the descriptions are only displayed inthis language. If the parameter is transferred empty, the descriptionsare exported in all languages.

    Description
    This structure contains the basic data of a change request:

    • Internal and external key

    • Change type

    • Allowed order type

    • Status profile

    • The following attributes are included:
      • Assigned user group

      • Person responsible

      • Deletion indicator

      • Planned release date

      • Further fields are included:
        • Reason for the request

        • Priority of the request

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

          Description
          Language key in ISO format.
          If an intenal 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, there is adefault value entered in the internal langauge key.

          Description
          Name of the change order.

          Description
          If the parameter LANGUAGE was set with a language, this table containsthe description of the change request in this language. If thisparameter was empty, this table contains all existing descriptions.

          Description
          In this table, the hierarchy for the change request is displayed.
          Both change requests and change orders can be assigned. The distinctionis made in field CHILD_TYPE.

          • For change requests, the value is BUS1211.

          • For change orders, the value is BUS1210.

          • Field PARENT_TYPE always has the value BUS1211. The two objects to belinked are specified in both internal and external format.

            Description
            This table contains all active statuses of the change request. Inaddition to the actual status, its short and long descriptions aredisplayed.

            Description
            Log messages of the BAPI.