‎2008 Dec 12 5:16 AM
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.
‎2008 Dec 12 5:23 AM
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...