2007 Jun 25 8:55 AM
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
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
2007 Jun 25 8:58 AM
open_form form1.
write_form form1.
start_form form2.
write_form form2.
end_form form2.
close_form form1.
regards
shiba dutta
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |