Application Development 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: 

I have to priint labels based on quantity ..how can I do that

Former Member
0 Kudos

hi all,

I have a requirement where i have to print 3 lables on one page. Number of lables will be equal to quanity in delivery. meaning if I have 2 item lines and each item line has 5 peices of XX materail, I have to print 10 lables, 3 lables on each pages.

How can i do that ??

Thanks

madhu

Message was edited by:

madhu tatikonda

2 REPLIES 2

Former Member
0 Kudos

Hi.

Is it SAPscript?

If so, then you just need to put logic round your FM calls in the print program.

John

0 Kudos

Hi John,

Thanks for your reply!! this form is smartform.

I thinking of writing.

N = w_quantity.

Do N times.

what should I write to say print label ??

enddo.