cancel
Showing results for 
Search instead for 
Did you mean: 

Sap-script

Former Member
0 Kudos

Hi all,

I am designing a script for the sales order and i want only 5 line items to be printed on one page.From the 6th line item it should go to next page.How should i do it.Please reply immediately its urgent

Regards

Lalit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In the loop put one count varable .

Loop at Itab.

v_count = v_count + 1.

endloop.

In the script of main window .

/: if v_count eq 6.

/:NEW-PAGE PAGE NO (Mention the page name)

/:endif

Reward points ifsueful

Regards,

Nageswar

Answers (0)