I want to find out HOW barcodes can be printed using SAPScript native functionality. We want to use SAP for printing labels which will have barcodes. Currently, we use NON-SAP software for printing our labels.


    Requires Free Membership to View

To use barcodes, you need to embed the printer controls in the SAPScript. The actual controls needed vary from printer to printer, but should be documented in your printer manual. For example, for our Tally Printer, we use the following text element in a window, to print the document number as a bar code, when the requirement type is 'L'.

/: IF <AK-BETYP& = 'L'
* ^PY^-<AK-VBELN&^PN^-
/: ENDIF


This was first published in September 2001

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.