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

sequence of function modules in SAP script

Former Member
0 Likes
422

Hi all

I have 2 internal tables:

1) it_pernr contains 4 employee records:

1001

1002

1003

1004

2) it_form contains 2 records

zform1

zform2

Now, for each employee i want to each form to be printed

please let me know the function modules with appropriate looping..I mean, which function module should come in which loop etc..

Regards,

Prasad

1 REPLY 1
Read only

Former Member
0 Likes
325

open_form form1.

write_form form1.

start_form form2.

write_form form2.

end_form form2.

close_form form1.

regards

shiba dutta