on 2020 Feb 14 7:38 AM
Request clarification before answering.
When using LOOP AT, SY-TABIX contains the row number of the current row in the table.
Your problem is when you do the move-corresponding, WA_ITEM-ID is cleared because not part of the IT_RES structure.
WA_ITEM-ID = WA-ITEM-ID + 1
gives always 1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
47 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.