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

Multiple Page print

Former Member
0 Likes
276

Dear Experts,

I am all the Data's Move Smartforms in One Internel Table. Name is IT_EKPO1.(Available in SF) In my Itab is one PO NO->Different Material> Same Address.

reference: for eg:

PONO MATNR ADDRES QTY

10 lofg cccc 5

10 lidf cccc 10

20 jid ttttt 3

40 jfdi dddd 6 This Format.

My Requirement is Each PONO Should be print SEPARATE PAGE. That is

10----


>I page

20----


>2 page

40----


>3 page.

Form Design is THIS WAY PRINT

PO NO :10 --->secondary window1

Adress : cccc---> secondary window2

details: (TABLE FORMAT)---->main window.

sno matnr qty

1 lofg 5

2 lidf 10

when PONO 20 ABOVE FORMAT Print Second page.AND get the Details of PONO 20.

ASP.

warm Regards,

raj.

1 REPLY 1
Read only

Former Member
0 Likes
248

place the cursor on main window of the 1st page...

right click ->create>flowlogic-->command.

in that command ...

check the checkbox goto next page and give the page that u want and in the condition tab specify the condition that u want to trigger the next po...