‎2009 Jul 20 6:10 AM
We have a requirement to print Barcode on invoice which will capture the details of Customer number , all materials along with their quantity .
Found links in forum how to print a single Barcode for Single value ( Ex :- Invioce num can be converted to single Barcode ) but requirement is all these details Customer, material and Quantity should be compiled into one BArcode .
In one barcode we need to capture thedetails of ( Customer number , all line items material , quantities , total documnet value , document date ).
Can you help me in proceeding with a solution
Please help.
‎2009 Jul 20 6:32 AM
In case of smartforms u have to use a smartstyle in which font is of Barcode type.
The text u want to convert into barcode should be having font that u have defined in smartsrtyle in ur text element.
U can simply concatenate the values inv no., material etc. into a string and then display the string in text element using the Barcode font u defined in smartstyle.
‎2009 Jul 20 6:17 AM
Hi,
please check the SE73 Tcode for Bar codes.. it will help you to get your answer.
regards,
Rama reddy
‎2009 Jul 20 6:23 AM
Hi,
in this wiki you can find how to create Bar codes.
https://wiki.sdn.sap.com/wiki/display/Snippets/barcode+creation
regards,
Rama reddy
‎2009 Jul 20 6:32 AM
In case of smartforms u have to use a smartstyle in which font is of Barcode type.
The text u want to convert into barcode should be having font that u have defined in smartsrtyle in ur text element.
U can simply concatenate the values inv no., material etc. into a string and then display the string in text element using the Barcode font u defined in smartstyle.