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 refetch

former_member186413
Participant
0 Likes
489

Hi Expert,

My client's program using function model to create the ALV list. I need to achieve  as when double clicking its row, it will pop up a dialog box to input some data. After it closed, the filled data should return and display in the ALV list.  What should I do in FORM USER_COMMAND subroutine?

Thanks,

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
464

(FAQ) Just read documentation of the FM, look for USER_COMMAND, parameter is_selfield, subfield  refresh...

Regards,

Raymond

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
465

(FAQ) Just read documentation of the FM, look for USER_COMMAND, parameter is_selfield, subfield  refresh...

Regards,

Raymond

Read only

Former Member
0 Likes
464

Maybe you should update the program to use the OO ALV grid:

http://wiki.sdn.sap.com/wiki/display/ABAP/OBJECT+ORIENTED+ALV+Guide

Read only

0 Likes
464

Thanks any way, I know how to do it, with OO, Unfortunately my client is using function model.