Fonction SAP BAPI_EQMT_CREATE - Create equipment

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EQUILOCATION BAPI_ILOA u 71 X Structure for equipment ILOA data
EQUIMASTER BAPI_EQUI u 315 Structure for equipment EQUI data
EQUISALES BAPI_EQSD u 38 X Structure for equipment sales data
EQUITEXT BAPI_EQKT u 40 X Structure for equipment EQKT data
EQUITIME BAPI_EQUZ u 7 X Structure for equipment EQUZ data
INT_COMMIT SYST-BATCH C 1 'X' X Indicator for performing update
ISU_SECTOR V_EQUI-SPARTE C 2 X Division

Paramètre Reférence Type Long. Description
EQUILOCATION BAPI_ILOA u 71 Structure for equipment ILOA data
EQUIMASTER BAPI_EQUI u 315 Structure for equipment EQUI data
EQUIPMENT BAPI_EQUI-EQUIPMENT C 18 Number of equipment created
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
With this method, you create a piece of equipment. All data for thepiece of equipment to be created can be found in the followingstructures:

  • 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
            If the field EQUIPMENT in the structure EQUIMASTER is blank, theequipment number is assigned internally, otherwise the equipment numberspecified in the field is assigned.

            Notes
            Notifications are returned in the parameter RETURN.

            Description
            This structure contains all equipment location data that can be createdusing a BAPI call. The data is part of 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 database table EQUI.

                Default
                None.

                Description
                If the transferred data is consistent, the parameter displays thenumber of the generated piece of equipment. If there are anyinconsistencies, the parameter is empty.

                Description
                This structure contains all equipment sales data that can be createdusing a BAPI call. The sales data is part of database table ILOA, thecustomer 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 data base table EQKT.

                Default
                None.

                Description
                This structure contains all equipment usage data for an equipment thatcan be created using a BAPI call. The data is part of database tableEQUZ.
                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 customer
                  • data.

                    Default
                    None.

                    Description
                    INCLUDE PM_TX_BAPI_RETURN OBJECT DOKU ID TX

                    Description
                    This structure contains all equipment location data that can be createdusing a BAPI call. The data is part of 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 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 database table ILOA, thecustomer 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 data base table EQKT.

                        Default
                        None.

                        Description
                        This structure contains all equipment usage data for an equipment thatcan be created using a BAPI call. The data is part of database tableEQUZ.
                        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 customer
                          • data.

                            Default
                            None.

                            Description
                            This parameter causes the data in the database to be updated if thetransferred data is consistent. If there are inconsistencies, thesystem does not update the data.

                            Default
                            The parameter is flagged, meaning the data in the database will beupdated.