Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Abap Programming Dump

tugba_fidan
Discoverer
0 Kudos
525

Hello,

I'm getting such a dump in the program, how can I solve it ?

7 REPLIES 7

DominikTylczyn
Active Contributor
396

Hello tugba_fidan

tugba_fidanYou are trying to modify read-only field(s). Hence the dump. I guess it's a custom program, so it's all but impossible to tell more without knowing the code.

Best regards

Dominik Tylczynski

RAF
Active Contributor
396

Delete your program 😉

raymond_giuseppi
Active Contributor
396

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.

ckocyigit
Explorer
396

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.

tugba_fidan
Discoverer
0 Kudos
396

move_to_lit_notallowed_nodata


I looked where you said it says like this, how can I solve it now

Thankssss 🙂

Sandra_Rossi
Active Contributor
396

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.

Sandra_Rossi
Active Contributor
396

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