‎2008 Apr 21 7:13 AM
hi!
i have 2 subscreens on my screen... subscreen A and subscreen B. user interaction is on subscreen A. I have an ALV on subscreen A with a double click event. what i want is whenever i double click a row on the ALV on subscreen A, the elements of subscreen B will display the additional details of the selected row from subscreen A. in effect, I shall be "calling" or "modifying" subscreen B from subscreen A. any inputs on how this can be done? thanks in advance!
‎2008 Apr 21 10:09 AM
Hi, Check this program H99_DISPLAY_PAYRESULT. It has the functionality the way u r expecting . Regards, Venkat.O
‎2008 Apr 21 10:09 AM
Hi, Check this program H99_DISPLAY_PAYRESULT. It has the functionality the way u r expecting . Regards, Venkat.O
‎2008 Apr 21 11:29 AM
You might like to try the "ZREFRESH" solution I proposed for:
(scroll down that thread a little to see it)... i.e. you can use the method cl_gui_cfw=>set_new_ok_code when a row is double-clicked to trigger a normal user-command that you can handle in your PAI... you can then set your details subscreen from there.
Jonathan