2006 May 30 10:52 AM
Hi Experts,
I am new to smartforms and Have an issue.
I have passed an internal table to the smartform that has different POSNR in it . I want the each new POSNR data to be printed on separate pages .
I tried to use the command node but I am not able to get the results
2006 May 30 10:54 AM
Hi Experts,
I am new to smartforms and Have an issue.
I have passed an internal table to the smartform that has different POSNR in it . I want the each new POSNR data to be printed on separate pages .
I tried to use the command node but I am not able to get the results
2006 May 30 10:54 AM
2006 May 30 11:42 AM
Hi ravi ,
I am displaying data in a table. I kept the following code in the programlines in the main window above the table.
LOOP AT ITAB.
AT NEW POSNR .
IF SY-TABIX > 1 .
V_FLAG2 = 'X'.
ENDIF.
ENDAT.
ENDLOOP.
And beneath the programlines i placed a command node with condition V_flag2.
Please let me know how to achieve it .
2006 May 30 10:57 AM
hii
look at these
based on condition go to new page
/: IF &mseg-bwart& NE 631 .
/: IF &MKPF-TCODE2& NE 'MB01' AND &MKPF-TCODE2& NE 'MIGO_GR'
I1 ,,&MSEG-WEMPF&
For New Page.
/: NEW-PAGE
/: ELSE
I1 ,,&MSEG-EBELN&
/: ENDIF
/:ENDIF
Regards
Naresh
2006 May 30 10:58 AM
2006 May 30 11:02 AM
2006 May 30 11:09 AM
Hello...
Use the Command Node which have the option of - Page Break.. Use one Flag variable to control the page break for the first time....
Hope this solves ur problem
Give the numbers accordingly...
Bye
2006 May 30 12:23 PM
Hai
Table control will draw lines till last record only.
You can do like this... Use table control but do not use the lines of table control... Make all the borders invisible... and use a overlap window in that draw a template...
Thanks & regards
Sreeni
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |