‎2006 Dec 28 4:54 AM
Hi all,
I am displaying an ALV grid. I am selecting few records and processing them by clikcing a button on application toolbar.
After processing I want to display their processing status. For this I want to display a column with the status dynamically in ALV. I mean that this STATUS should not be displayed initially in the grid but after processing , this status column should be displayed.
Can you please tell me if this is possible? If yes, then how?
Thanks and regards,
Ridhima
‎2006 Dec 28 4:57 AM
‎2006 Dec 28 4:57 AM
‎2006 Dec 28 4:59 AM
refer
/people/ravikumar.allampallam/blog/2005/05/31/expand-the-list-of-columns-in-a-report-dynamically
/people/subramanian.venkateswaran2/blog/2004/11/19/dynamic-internal-table
/people/rich.heilman2/blog/2005/07/27/dynamic-internal-tables-and-structures--abap
‎2006 Dec 28 4:59 AM
Hi,
One way to deal with this situation is design two grids.One with columns except status and another with fieldcatalog including status.
Pass the first structure to ALV for normal display.If the button is clicked,pass the second structure which includes status for display.
Kindly reward poits by clicking the star on the left of reply,if it helps.
‎2006 Dec 28 5:00 AM