2013 Jun 15 5:47 PM
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,
2013 Jun 15 7:30 PM
2013 Jun 15 7:30 PM
2013 Jun 15 7:57 PM
Maybe you should update the program to use the OO ALV grid:
http://wiki.sdn.sap.com/wiki/display/ABAP/OBJECT+ORIENTED+ALV+Guide
2013 Jun 19 1:44 AM
Thanks any way, I know how to do it, with OO, Unfortunately my client is using function model.