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

Z-Code and Zebra Printing

Former Member
0 Likes
1,089

Hi, we have a customer program, ZLABELS, and there are two inputs that determine the number of labels to print:

When "boxes" = 2 and "sides" = 2, 4 labels are printed; for any other combination, 3 labels are printed. The code is rather long so wondering if someone might help guide me on how to find out where in the code to look.

Thanks!

Jg

2 REPLIES 2
Read only

tan_michael
Active Participant
915

I think we can't answer your question, first it's a customize program and second you did not provide the program, and third if youre an ABAPER it is your job to trace it out where can you find it. All I can suggest to you is in program code kindly use 'Where Used-list'. please do refer to below link.

http://www.kodyaz.com/articles/how-to-use-where-used-list-in-abap-editor.aspx

Read only

DoanManhQuynh
Active Contributor
0 Likes
915

Press F1 on that input field lead you to a help screen, overthere click the Technical infomation button you will know field name, screen...etc. from there goto program, search that field to find out where it is.