3 weeks ago
hi,
I need to create a table that takes a structure that I created in SE11.
I used the Occors command:
DATA: gt_test LIKE ZTEST OCCURS 1000.
what can I use instead of occurs?
thank you
DATA: gt_test Type table of ZTEST.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.