cancel
Showing results for 
Search instead for 
Did you mean: 

Help reqd on copies of layout(smartform)

Former Member
0 Kudos

Hi experts....

my requirement is....the records in the table of my smartform will be displayed more than once as per the user request from the selection screen....i'e,its like a copies of same set of records in different pages...where we give usually like in print pages option such as no. of copies1,2 3 etc....

but i want this,it should be done in smartform way....when the user gives 3 in the selection screen my form print should give 3 copies of same set of records as in the main window of the 1st page/layout...

if u have answer...pls post ur replies...will be rewarded imm based on the correct solution....

thanks

sankar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi sankar,

based on selection of copies u can use DO..ENDDO...for that copies...

and inside that DO...ENDDO u can call ur smartform...

hope this may help u..

please reward in case usefulll...

regards,

prashant

Former Member
0 Kudos

Hi sankar,

use ssf_open and ssf_close function modules and between them call your smartform that many times you want using loop.

Hope this will help you.