2008 Aug 25 6:17 AM
I need to display ALV Grid with Empty Rows so how we can do this .
And If we refresh it should clear the Grid control and display give me with example.
THX
I need to display ALV Grid with Empty Rows so how we can do this .
And If we refresh it should clear the Grid control and display give me with example.
THX
2008 Aug 25 6:20 AM
Hi,
U have to use standard ALV format and u follow type-pools SLIS.
Regards:
Prabu
2008 Aug 25 6:23 AM
Are you using OO ALV or normal ALV.
if it is OO ALV, by default you can show empty rows, With the Help of some Button you Trigger PAI event or Toolbar event and Then you populate the data , then call the method
REFRESH_TABLE_DISPLAY method of CL_GUI_ALV_GRID Class.