Fonction SAP BAPI_BARCODE_SENDLIST - Function module for BAPI BARCODE.SendList

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 Return code

Paramètre Reférence Long. Facultatif Description
BARCODETABLE BAPIBARC 148 Table with barcode entries

Functionality
The function module is used to receive confirmations of recognized barcodes that are reported by external systems (for example, archives).
The bar code, an ID to identify the reporting system, the document IDfor the stored document, the storage date and the document class.

Notes
The function module is used when calling the BAPI BARCODE.SendList.

Further information
For more information on bar code processing, see the SAP ArchiveLinkdocumentation.

Functionality
The structure is used to transfer error messages from the R/3 System toexternal components.
If an error occurs the following messages may be returned:
Type Class Number Message
E OA 240 The specified bar code does not exist and could
not be deleted.
E OA 241 No bar code entry could be made.
E OA 242 No bar code exists.
E OA 243 No links were transferred that could be
entered.

Further information
For further information on bar code processing, see the SAP ArchiveLinkdocumentation.

Functionality
The table is used for transferring bar code confirmations from anexternal system to the R/3 System. The table has structure BAPIBARC.The table has the following paramters.

BARCODE:

  • Meaning:

  • Bar code reported by the external system.
    • Value range:

    • Any; depends on the relevant bar code type. The maximum length is 40characters.

      CONTREP:

      • Meaning:

      • The content repository identifies the external reporting system. Thiscan be using the archive ID of an external archive.
        • Value range:

        • Any; the maximum length is 40 characters. The content repository IDmust be known to the R/3 system.

          DOCID:

          • Meaning:

          • ID of an archived object, must be unique for the relevant contentrepository.
            • Value range:

            • Any; the maximum length is 40 characters.

              ARDATE:

              • Meaning:

              • Date on which the object was stored in the relevant content repository.
                • Value range:

                • Format: JJJJMMDD

                  DOCTYPE:

                  • Meaning:

                  • Technical document class of a stored object.
                    • Value range:

                    • The permitted document classes are defined in the table TOADD.

                      Further information
                      For further information on bar code processing, see the SAP ArchiveLinkdocumentation.