Application Development and Automation 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: 
Read only

Sap Abap Programming Dump

tugba_fidan
Discoverer
0 Likes
2,781

Hello,

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

7 REPLIES 7
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
2,652

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

Read only

RobertVit
Active Contributor
2,652

Delete your program 😉

Kind regards
Robert
Read only

RaymondGiuseppi
Active Contributor
2,652

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.

Read only

ckocyigit
Explorer
2,652

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.

Read only

tugba_fidan
Discoverer
0 Likes
2,652

move_to_lit_notallowed_nodata


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

Thankssss 🙂

Read only

Sandra_Rossi
Active Contributor
2,652

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.

Read only

Sandra_Rossi
Active Contributor
2,651

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