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

SO10 text how to include in bar code

Former Member
0 Likes
968

Hello

I have a requirement, in which i have to display a so10 text next to bar code.

Please find the attached screenshot for the same.

so10 text contains : comprobante Autorizado AFIP.

KIndly help

Regards

Asha

Hello

I have a requirement, in which i have to display a so10 text next to bar code.

Please find the attached screenshot for the same.

so10 text contains : comprobante Autorizado AFIP.

KIndly help

Regards

Asha

2 REPLIES 2
Read only

Juwin
Active Contributor
0 Likes
711

Please use 2 separate windows for this - one for barcode and other for text.

Thanks,

Juwin

Read only

SwadhinGhatuary
Active Contributor
0 Likes
711

Hi Asha,

your customer may use zebra printer for bar code printing or other 3rd party sw.

Normally zebra printer / other barcode printer generate a script (not our sap script) that script have own command for zebra printer where to put text where and in how to print barcode i.e. alignment and all those.

just copy the script to so10. in that script some hard code value will be their so you replace with variable like CAE and Feacha value .

so in smart form u call with passing required no of variable and in smart form you put window and text in the window (and  if you need a table  for more than one print ) and call standard text as generally we do in include text.

hope this help you.