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: 

ALV List output limits

antonio_sanseverino
Participant
0 Kudos

Hello,

I have a problem with my ALV List, I use a simple ALV List with much fields and I can't change with ALV Grid, on a specific client works correctly but on another client of the same system I've a dump.

Is it possible to set a client dependent limits for fields/characters to display for output?

Thanks

Antonio

9 REPLIES 9

Former Member
0 Kudos

Hi

Which dump?

Max

0 Kudos

Error ID: MOVE_TO_LIT_NOTALLOWED_NODATA

Assignment error: Overwriting a protected field.

Causa dell'errore

The current ABAP/4 program "SAPLKKBL " had to be terminated because

one of the statements could not be executed.

0 Kudos

Hi

That means something in your program is wrong: u should check how tha catalog table is created.

Max

0 Kudos

It's a strange problem because if program runs on '100' client, runs correctly but on '200' client I have a dump but the system is the same...

If field catalog is wrong I should have the problem with all clients...

I've tried to remove/change some fields and works but with all fields I've dump only on one client...

I think there are limits on layout... is it possible?

Edited by: Aristoteles92 on Nov 23, 2009 5:22 PM

0 Kudos

It is possible due to some customization differences on client.

Search SAP Note for this error.

0 Kudos

Hope it help you.

0 Kudos

Hi

The limit is it can display max 99 colunms and 255 char, but this limit are the same for all system: probably there's some different data, just after the dump, press DEBUG and try to check which data or field raises the dump.

Max

0 Kudos

if i not mistaken... you need to check on how you define field catalog maybe some miss look here...

[GVO-Make money & Life better|http://gogvo2u.blogspot.com]

0 Kudos

If program runs with a layout variant works correctly, until variant I have a dump.

I don't know how many columns you can display but charapters are 1020.