Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Grid

Former Member
0 Likes
417

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

2 REPLIES 2
Read only

Former Member
0 Likes
394

Hi,

U have to use standard ALV format and u follow type-pools SLIS.

Regards:

Prabu

Read only

Former Member
0 Likes
394

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.