2023 Feb 16 1:17 PM
Hello,
I'm getting such a dump in the program, how can I solve it ?
2023 Feb 16 1:34 PM
2023 Feb 16 1:39 PM
2023 Feb 16 2:24 PM
Check if your internal table definition, the field catalog and the grid layout option are matching, e.g. selection mode, field (box) for selection in record of itab, etc.
Try the Consistency Check of your ALV grid if you can display the grid.
2023 Feb 16 3:01 PM
As raymond.giuseppi suggested this dump occurs when you fill OO ALV's "is_layout" structures "style" field or similar fields with a field name but that field does not exist at your "it_outtab" table.
2023 Feb 18 12:42 AM
move_to_lit_notallowed_nodata
I looked where you said it says like this, how can I solve it now
Thankssss 🙂
2023 Feb 18 10:23 AM
tugba_fidan As you had already located the short dump, this answer is useless. Other people tried to help you better, so you should better ask clarifications if you don't understand what they mean.
2023 Feb 18 10:28 AM
If you don't know much ABAP, then please attach the whole short dump and the program as text files.
The short dump shows where the ABAP code failed, showing a partial short dump as you did is of no help, except at rare times the issue is well known (SAPLSLVC_FULLSCREEN MOVE_TO_LIT_NOTALLOWED_NODATA). In that case, you have already around 19 questions and answers in the forum so you could start by reading the existing answers.
SAPLSLVC_FULLSCREEN MOVE_TO_LIT_NOTALLOWED_NODATA) site:sap.com