Hi Sam Maverik,
Check whether the structure is activated. Also, check whether any default layout is used in ALV output. Click the 'Change Layout' Button in ALV output and check whether the column is hidden due to the layout. if so change/remove the layout and display the new column.
Regards
Rajkumar Narasimman
There's a program to empty the ALV buffer : BALVBUFDEL.
You can clear ALV buffering thru report BALVBUFDEL (for all application server, every ALV) or setting the I_BYPASSING_BUFFER parameter (in call of SET_TABLE_FOR_FIRST_DISPLAY or during generation of field catalog with tools like LVC_FIELDCATALOG_MERGE)
Of course if you or someone else defined a default variant, you have to adapt it to display new fields.
Hi Guys.. Thanks for your reply.
The fields were hidden, I made changes using Change Layout.
Cheers
Sam
Add comment