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 Display

Former Member
0 Likes
832

Hi,

I have changed the display structure of an ALV report from structure A to structure B. I have changed the fieldcat internal table accordingly which I pass on to reuse_alv_grid_display FM. I also have relevent data in proper format in the data internal table. But when i display the list, it displays the list in previous structure with columns in same old order.

Is there a problem with buffers. Can anyone please suggest resolution to it.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
806

Hello,

Please check ur field catalog properly for changes done. after that check for final internal table

i think some problem is there in ur field catalog internal table or else check for structure properly.

thanks.

Hi,

I have changed the display structure of an ALV report from structure A to structure B. I have changed the fieldcat internal table accordingly which I pass on to reuse_alv_grid_display FM. I also have relevent data in proper format in the data internal table. But when i display the list, it displays the list in previous structure with columns in same old order.

Is there a problem with buffers. Can anyone please suggest resolution to it.

Regards.

5 REPLIES 5
Read only

Former Member
0 Likes
807

Hello,

Please check ur field catalog properly for changes done. after that check for final internal table

i think some problem is there in ur field catalog internal table or else check for structure properly.

thanks.

Read only

birendra_chatterjee
Active Participant
0 Likes
806

Hi,

IF You ALV is a grid, did You try using the 'change layout' option in Your ALV, or if it is a list did Yoy check in administrator, whether Your fields appear. if so You will have to change the layout, and save it as default.

Regards,

Birendra

Read only

0 Likes
806

Yeah the problem was with layout only, I am getting output in my desired format by changing the layout and then saving it. Thank you all for your help.

Regards,

Dhiraj

Read only

Former Member
0 Likes
806

You should check the layout that is being used for display of the ALV.

Hope this helps you.

Read only

Former Member
0 Likes
806

Hey ,

you must have not changed the itab and the structure of alv in Function module for display of ALV.

Can you share that , i can help you further.

Regards,

Uma Dave