2008 Oct 28 10:30 PM
Hello,
I am modularizing my program. I want to pass a internal table to a form. The structure of internal table is a deep structure.
I am getting an syntax error if I pass it directly using 'Tables' clause.
Please advice.
Thanks and rgds,
Anand
2008 Oct 28 10:33 PM
pass it with using command with your table type
form xx using it_tab type ttab.
Hello,
I am modularizing my program. I want to pass a internal table to a form. The structure of internal table is a deep structure.
I am getting an syntax error if I pass it directly using 'Tables' clause.
Please advice.
Thanks and rgds,
Anand
2008 Oct 28 10:33 PM
pass it with using command with your table type
form xx using it_tab type ttab.
2008 Oct 29 3:47 AM
Other way: you can use memory to transfer data. As export,import
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |