Fonction SAP BAPI_EQMT_DISMANTLEFL - Dismantle equipment at functional location

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
DATE BAPI_EQPRM-DISM_DATE D 8 SY-DATLO X Date of dismantling
EQUIPMENT BAPI_EQUI-EQUIPMENT C 18 Number of equipment to be dismantled
FUNCLOC BAPI_EQHR-FUNCLOC C 30 X Number of dismantling location (Functional location)
TIME BAPI_EQPRM-DISM_TIME T 6 SY-TIMLO X Time of dismantling

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
You use this method to dismantle a piece of equipment at a functionallocation at a specified time. If the dismantling is performedsuccessfully, the method returns the updated equipment data:

  • EQUIMASTER

  • Structure with the master data (EQUI) of the equipment
    • EQUITIME

    • Structure with the usage periods (EQUZ) of the equipment
      • EQUITEXT

      • Structure with the short texts (EQKT) of the equipment
        • EQUILOCATION

        • Structure with the location data (ILOA) of the equipment
          • EQUISALES

          • Structure with the sales data (ILOA) of the equipment
            • EQUIHIERARCHY

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

              Notes
              Notifications are returned in the parameter RETURN.

              Description
              This structure contains all equipment hierarchy data that can becreated using a BAPI call. The data is part of the database tables ILOAand 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 table ILOA; structure BAPI_EQHR is provided for
              • location data.
                • Sales data from table ILOA; structure BAPI_EQSD is provided for sales
                • date.

                  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.

                  Use
                  This structure contains all equipment sales/customer data that can becreated using a BAPI call. The sales data is part of the database tableILOA, 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:

                  • Hierarchy data from EQUZ; structure BAPI_EQHR is provided for hierarchy
                  • data.
                    • Customer data from EQUZ; structure BAPI_EQSD is provided for sales
                    • data.

                      Default
                      None.

                      Description
                      INCLUDE PM_TX_BAPI_RETURN OBJECT DOKU ID TX

                      Description
                      Date from which the dismantling should be valid.

                      Default
                      Current system date.

                      Description
                      Number that implicitly identifies the piece ofequipment to be dismantled.

                      Default
                      None.

                      Description
                      Number that implicitly identifies the functional location at which thepiece of equipment should be dismantled.

                      Default
                      None.

                      Description
                      Time from which the dismantling should be valid.

                      Default
                      Current system time.

542210Authorization check for installation and dismantling
513380Equipment BAPI: Authorization check in data transfer