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

Populating data into ALV Grid Dropdown

Former Member
0 Likes
666

Hi All,

Is there any way to populate data into the ALV Grid dropdown with out refreshing the grid??

Hi All,

Is there any way to populate data into the ALV Grid dropdown with out refreshing the grid??

4 REPLIES 4
Read only

Former Member
0 Likes
629

Hello,

Check these demo:

<b>BCALV_EDIT_06

BCALV_EDIT_07 and change your code as per your requirement.</b>

If useful reward.

Vasanth

Read only

0 Likes
629

I have added the code and data is also coming but I have to refresh the grid , without refreshing data is not getting displayed in dropdown , is there any way to populate the data without refreshing the grid??

Read only

0 Likes
629

Hello,

Check your internal table.If the selected data comes in your internal table,then use the method SET_TABLE_FOR_FIRST_DISPLAY again instead of REFRESH_TABLE_DISPLAY.

Regards,

Beejal

**reward if this helps

Read only

Former Member
0 Likes
629

Hi,

You can take the help for ALV Dropdown from :

SE80>Package>SLIS>Programs>BCALV_EDIT_06

& BCALV_EDIT_07

Sandeep