Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BARCODE on INVOICE

Former Member
0 Likes
2,947

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,350

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,350

Hi,

please check the SE73 Tcode for Bar codes.. it will help you to get your answer.

regards,

Rama reddy

Read only

Former Member
0 Likes
1,350

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

Read only

Former Member
0 Likes
1,351

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.