cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple copy in smartforms....

aarif_baig
Active Participant
0 Kudos

Hi Abapers,

I have a requirement where user wants 4 Duplicate copies of same page in smartforms

Is it possible and if possible can anyone tell me how...

Thanks in Advance

Accepted Solutions (0)

Answers (2)

Answers (2)

aarif_baig
Active Participant
0 Kudos

Resolved

Edited by: Aarif Baig on May 30, 2009 10:57 AM

Edited by: Aarif Baig on May 30, 2009 10:59 AM

Former Member
0 Kudos

Hi Arif,

Easiest option is to call the smartform in a loop like

loop at internal table.

Call smartform

exporting

tables .....

endloop.

here data can be passed as structure and exported to form or as internal table as required

Since the number of copies are fixed at 4 we can try a while..endwhile option also using a counter

Regards

Byju

aarif_baig
Active Participant
0 Kudos

It is not working brother...

As i have already tried to call the smartform within loop

and the header is also dynamic..

so its not going to work

Edited by: Aarif Baig on May 30, 2009 7:49 AM