2007 May 16 11:36 AM
2007 May 16 11:57 AM
Hi,
You can add rows to ALV existing list by follwoing this:
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.
Revert back if nay issues.
Reward with points if helpful.
Regards,
Naveen.
2007 May 16 11:51 AM
hi,
use fieldcatalogues to add fields in alv's list display.
Reward with points if helpful.
2007 May 16 11:57 AM
Hi,
You can add rows to ALV existing list by follwoing this:
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.
Revert back if nay issues.
Reward with points if helpful.
Regards,
Naveen.
2007 May 16 12:05 PM
Append the rows to the internal table and call the function module "REFRESH_ALV_DISPLAY", which will refresh the alv grid and displays the updated internal table entires
2007 May 16 12:09 PM
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 and click on that button.
rgds,
bharat.