Entering content frameFunction documentation Storing Incoming Documents with Bar Codes Locate the document in its SAP Library structure

Use

When storing with bar codes, the incoming document is assigned a bar code label either before it is entered or when it is entered. The bar code must be transferred when the business object is posted.

Note

For information on the general process for early and late storing with bar codes, see Storage Scenarios with Integration of Bar Code Technology.

You can also perform storing with bar codes using the Generic Object Services (see Assigning an Object the Bar Code of a Document).

Integration

As well as connecting to the Generic Object Services (see above), you can also integrate storing with bar codes explicitly into your SAP application by integrating the function module ARCHIV_BARCODE_GLOBAL.

The function module ARCHIV_BARCODECHECK_(Name of bar code type) is also available. In ArchiveLink administration and in the IMG, you can define new bar code types and determine whether to carry out a bar code check for them. This function module performs the check. The bar code ID is transferred and a return code expected, where a return codes = 0 indicates that the bar code is correct. A non-zero value indicates an error.

The SAP System provides a bar code check for the following bar code types as standard (see Customizing Bar Code Scenarios):

Caution

Only the check digits are checked and not the semantics of the bar code.

Integration of ARCHIV_BARCODE_GLOBAL

ARCHIV_BARCODE_GLOBAL

 

IMPORTING

AR_OBJECT

   
   

NO_DOC_CHANGE

Default

SPACE

   

OBJECT_ID

   
   

SAP_OBJECT

   
   

UPDATETASK

Default

SPACE

   

NO_CHECK

Default

SPACE

   

NO_POPUP

Default

SPACE

   

BARCODE

Default

SPACE

 

The function module does the following:

The parameter NO_DOC_CHANGE determines whether it is possible for the user to change the document type in the dialog box.

The parameter UPDATETASK determines whether the entry in the link table is made in the update task or in dialog.

Leaving content frame