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: 

Urgent :ALV layout change not working

Former Member
0 Kudos

hi experts,

i copied the tcode FBL5N into ztcode.

added some more fields to the ALV output.

using GUI STATUS 'ALV_ITEMS_AR'

when i select the change layout from using application button, added some more columns. Data is picking correctly, but i dont see the data in that sleceted column.

ideas will be appriciated.

thanks,

shaik bhasha

5 REPLIES 5

Former Member
0 Kudos

Hi Shaik,

Check in the debugging as data is there or not in the ouput table at the time of REUSE_* FM call.

Regards,

Atish

0 Kudos

it is not there, when passing to FM reuse_alv_list_display.

but when i changed the layout it is picking the data , but some how it is not dispalying.

thanks,

shaik bhasha

0 Kudos

use reports events properly,

Please use FM Reuse_alv_list_display under end-of-selection and see the results

Thanks

Seshu

0 Kudos

Hi Shaik,

That means the data is changed in between. Just see in the code as where the data is updated in the code for the output table and add your logic also there.

Regards,

Atish

0 Kudos

hi Atish,

thanks to initiate me to check the logic, its actually big program with lot of includes and LDBs. i found that the problem, internal table is not reflecting properly. fixed.

Thanks,

shaik bhasha