Fonction SAP BAPI_EQMT_DETAIL - Read details for equipment

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EQUIPMENT BAPI_EQUI-EQUIPMENT C 18 Number of equipment to be read
INT_MATERIAL BAPI_EQUI-MATERIAL C 18 X Internal material number for equipment
INT_MATERIAL_EVG BAPIMGVMATNR u 82 X
INT_SERIALNO BAPI_EQUI-SERIALNO C 18 X Internal serial number for equipment

Paramètre Reférence Type Long. Description
EQUIHIERARCHY BAPI_EQHR u 52 Structure for equipment hierarchy data
EQUILOCATION BAPI_ILOA u 71 Structure for equipment ILOA data
EQUIMASTER BAPI_EQUI u 315 Structure for equipment EQUI data
EQUISALES BAPI_EQSD u 38 Structure for equipment sales data
EQUITEXT BAPI_EQKT u 40 Structure for equipment EQKT data
EQUITIME BAPI_EQUZ u 7 Structure for equipment EQUZ data
RETURN BAPIRETURN u 452 Structure for Return Parameters (Code, Text)

Functionality
This method reads details of a piece of equipment. The piece ofequipment can be identified either by the equipment number (EQUIPMENT)or by a combination of material number and serial number (MATERIAL andSERIALNO).
If the piece of equipment specified exists and you have authorizationto display the data, the method delivers the details that have beenread in the following structures:

  • EQUIMASTER

  • Structure containing the master data (EQUI) of the piece of equipment
    • EQUITIME

    • Structure containing the usage periods (EQUZ) of the piece of equipment
      • EQUITEXT

      • Structure containing the short texts (EQKT) of the piece of equipment
        • EQUILOCATION

        • Structure containing the location data (ILOA) of the piece of equipment
          • EQUISALES

          • Structure containing the sales data (ILOA) of the piece of equipment
            • EQUIHIERARCHY

            • Structure containing the hierarchy data (ILOA, EQUZ) of the piece of
              equipment

              Notes
              Notifications are returned in the parameter RETURN.

              Technical note
              If you do not want to transfer an equipment number (the piece ofequipment is identified by a combination of material and serialnumber), you must transfer a blank (' ') for the (obligatory) parameterEQUIPMENT.

              Description
              This structure contains all equipment hierarchy data that can becreated by a BAPI call. The data is part of the database tablesILOA and EQUZ.

              Default
              None.

              Description
              This structure contains all equipment location data that can be createdusing a BAPI call. The data is part of the database table ILOA.
              Note
              The structure BAPI_ILOA does not contain the following data:

              • Location data from the table ILOA. Structure BAPI_EQHR is provided
              • for the location data.
                • Sales data from the table ILOA. Structure BAPI_EQSD is provided
                • for the sales data.

                  Default
                  None.

                  Description
                  This structure contains all equipment master data that can be createdusing a BAPI call. The data is part of the database table EQUI.

                  Default
                  None.

                  Description
                  This structure contains all equipment sales data that can be createdusing a BAPI call. The sales data is part of the database table ILOA,the customer data part of table EQUZ.

                  Description
                  This structure contains all equipment text data that can be createdusing a BAPI call. The data is part of the database table EQKT.

                  Default
                  None.

                  Description
                  This structure contains all equipment usage data that can be createdusing a BAPI call. The data is part of the database table EQUZ.
                  Note
                  The structure BAPI_EQUZ does not contain the following data:

                  • The hierarchy data from EQUZ; structure BAPI_EQHR is provided for
                  • hierarchy data.
                    • The customer data from EQUZ; structure BAPI_EQSD is provided for
                    • customer data.

                      Default
                      None.

                      Description
                      INCLUDE PM_TX_BAPI_RETURN OBJECT DOKU ID TX

                      Description
                      This parameter specifies the equipment number. The piece of equipmentto be read is then implicitly identified by this.

                      Default
                      None.

                      Description
                      This parameter - alternatively to the equipment number - provides anoption for implicitly identifying the piece of equipment to be read.However, you must specify the serial number additionally, in order toguarantee explicitness.

                      Default
                      None.

                      Description
                      This parameter - alternatively to the equipment number - provides theoptions for identifying the piece of equipment to be read implicitly.However, you must specify the material number additionally to guaranteeexplicitness.

                      Default
                      None.