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

Regarding ALV

Former Member
0 Likes
447

Hi all,

need some Suggestion.

I am Working on an ALV report thst Displays sales Order details . now if a user clcik on any particular record the corresponding transaction will be called and the user can make changes and save .

my problem : when the user has saved it returns back to the alv report.. here i need to display the changes immidiately in the report.. how do i do this ...

1 option i can think is making the DB selection again .. but is there any alternative that will shows changes to only 1 row.

please advice

thanks and regards

srinivas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
422

If the changes are available in the internal table that is bound to your ALV, you only need to call a refresh_table_display. That will refresh the table contents.

Hope this helps you.

Regards,

Nithya

2 REPLIES 2
Read only

Former Member
0 Likes
423

If the changes are available in the internal table that is bound to your ALV, you only need to call a refresh_table_display. That will refresh the table contents.

Hope this helps you.

Regards,

Nithya

Read only

0 Likes
422

hi,

Thanks for the reply...

Regards

Srinivas.