‎2019 Mar 27 5:36 AM
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
‎2019 Mar 27 5:44 AM
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
‎2019 Mar 28 7:57 AM
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.