SAP Function BAPI_EQMT_INSTALLFL - Install equipment at functional location

Parameter Reference Type Length Default Optional Text
DATE BAPI_EQPRM-INST_DATE D 8 SY-DATLO X Date of installation
EQUIPMENT BAPI_EQUI-EQUIPMENT C 18 Number of equipment to be installed
FUNCLOC BAPI_EQHR-FUNCLOC C 30 Number of the installation location (Functional location)
POSEQUI BAPI_EQHR-POSEQUI C 4 X Item number of the equipment
TIME BAPI_EQPRM-INST_TIME T 6 SY-TIMLO X Time of installation

Parameter Reference Type Length Text
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 can use this method to install a piece of equipment at a functionallocation at a specified time. If the installation is performedsuccessfully, the method returns the updated equipment data.

  • EQUIMASTER

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

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

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

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

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

            • Structure with the hierarchy data (EQUZ,ILOA) of the piece of 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
                • 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.

                  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:

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

                      Default
                      None.

                      Description
                      INCLUDE PM_TX_BAPI_RETURN OBJECT DOKU ID TX

                      Description
                      Date from which the installation should be valid.

                      Default
                      Current system date.

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

                      Default
                      None.

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

                      Default
                      None.

                      Description
                      Number that specifies the position of the piece of equipment within ahierarchy.

                      Default
                      None.

                      Description
                      Time from which the installation should be valid.

                      Default
                      Current system time.

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