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

sap script and BAR CODE issue

Former Member
0 Likes
654

GUY'S

i am dealing with one issue where user get right

BAR CODE triggered for outbound delivery with one line

item ,but if there are more than one line item ,BAR CODE

triggered is wrong,thing is that i know which form and

print program it is,but don't have any knowlege to

handle BAR CODE issue,as far as i know ,we can't see

print preview of BAR CODE,neither we have zebra printer

to test it,i don't know how to debug this issue

4 REPLIES 4
Read only

Former Member
0 Likes
580

Hi Sanju ,

let me know the Tcode which u are using so we can get some idea and we will try to resolve this issue.

How to debug--->

1.first u have to find out Script/ Smartforms that u are using for the layout.

2.u have to find out driver program for this layout.

3.After that u can debug the layout as well as driver program

see NACE ( Tcode )

regards

Prabhu

Read only

0 Likes
580

print preview of BAR CODE????

tell me what is the relation b/w print preview of sap script and printer( it may be zebra or anything)

ya it is right u used zebra printer to print bar code .. but i don't thik it is necessary for print preview

in print preview u check the value of perticular barcode.

Read only

0 Likes
580

Hi Kishan/Sanju,

In the print preview you can always see the barcodes but depending on the printer setting some printer will fire the printout with barcode and some without barcode.

Read only

Former Member
0 Likes
580

Hi Sanju,

In the printout in place of Barcode you must be getting the values related to the Barcodes check if those values are correct or not.In the sapscript you are just assigning character format that you have created for the barcode to those values.So if the values are right then the Barcode will be always correct.reply if you have any more issue as i have worked in these type of tasks .