Fonction SAP ARCHIV_BARCODE_INSERT_RFC - Processing confirmations from bar codes via external components

Paramètre Reférence Long. Facultatif Description
BARCODE_ENTRYS RFCBARCODE 110 Table with transferred bar code entries

Exception Description
CONNECTIONTABLE_ERROR Unable to make entry in link table
ENTRY_NOT_DELETEABLE Entry in confirmation table cannot be deleted
ENTRY_NOT_POSSIBLE Unable to make entry in confirmation table

Functionality
The function module is used to confirm recognized bar codes directly tothe SAP System. The following data is reported:

  • the bar code,

  • the storage ID that identifies the reporting storage system,

  • the document ID for the outgoing object that was stored, contains the
  • recognized bar code,
    • the storage date.

    • The document class shows the technical document class of the storeddocument. This is usually always FAX in the case of bar codeconfirmation.

      Further information
      See the SAP ArchiveLink documentation for more information on bar codeprocessing.

      Description
      This table parameter is used for passing bar code confirmations from anexternal component. It contains the structure RFCBARCODE.
      The individual parameters are listed below:

      BARCODE

      Description
      Confirmation of a recognized bar code by storage system

      Value range
      Any, depending on respective bar code type. The maximum length is 40characters.

      Default
      Not available.

      ARCHIV_ID

      Description
      ID of the physical storage system. It is maintained in the storagetable. (Table TOAAR, view TOAAR_C).

      Value range
      ID must be available in table TOAAR. Maximum length 2 characters.

      Default
      Not available.

      ARC_DOC_ID

      Description
      ID of a stored document which must be unique for the respective storagesystem. This ID is assigned by the storage system.

      Value range
      Any. Maximum length 40 characters.

      Default
      Not available.

      AR_DATE

      Description
      Date when an document was stored in a storage system.

      Value range
      Format JJJJ.MM.TT.

      Default
      Not available.

      DOC_TYPE

      Description
      Technical document class of a stored document, e.g. FAX or ALF.

      Value range
      The valid and known technical document classes are defined in tableTOADD. Maintenance is possible via view V_TOADD.

      Default
      The document class FAX is generally expected for stored images with barcode recognition.