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

Problem in ALV layout

Former Member
0 Likes
597

Hi Friends,

I want to add a field to the ALV output. I got data in the internal table and

added field to alvcatlog. While selecting a field from the list of fields in the list,

it is giving dump while adding to layout. The error mesage is field symbol is not

assigned.

Thanks in advace.

Kind regards,

Jay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

run program BALVBUFDEL program to delete the buffer and then run again

also use parameter I_BYPASSING_BUFFER of FM

I_BYPASSING_BUFFER = 'X'.

4 REPLIES 4
Read only

Former Member
0 Likes
565

run program BALVBUFDEL program to delete the buffer and then run again

also use parameter I_BYPASSING_BUFFER of FM

I_BYPASSING_BUFFER = 'X'.

Read only

0 Likes
564

I tried to add already existing fields, for these it is not giving dump.

But for new field only, it is giving dump.

Read only

Former Member
0 Likes
564

It got solved

Read only

0 Likes
564

hi,

i am facing the same problem . Please let me know did u solve it ?

regards

Madhu