‎2007 Oct 24 7:51 AM
In the alv display which i get after executing Standard tcode CO03, i want to add two columns to this.
How do i do it??
‎2007 Oct 24 9:55 AM
Hi,
u will get an application toolbar by default when u create a alv.there + button will be present in that.place ur cursor in the grid where u want u add a row/column and click on that button.
OR
Keep a pushbutton "ADD" or implement the functionality if any user doubleclicks on the ALV LIST.
whenevr user clicks "ADD" or double clicks ,
then refersh the existing internal table and add some more rows to the internal table to which you are going to pass to FM(ALV_GRID_...) and call the FM.
I think 1st one will bew helpful to you.
Please revert if further issue and give reward points if helpful.
Thanks.