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

modifying different subscreens

Former Member
0 Likes
485

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!

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
0 Likes
429

Hi, Check this program H99_DISPLAY_PAYRESULT. It has the functionality the way u r expecting . Regards, Venkat.O

2 REPLIES 2
Read only

venkat_o
Active Contributor
0 Likes
430

Hi, Check this program H99_DISPLAY_PAYRESULT. It has the functionality the way u r expecting . Regards, Venkat.O

Read only

Former Member
0 Likes
429

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