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

Migrating data from one screen to another though Table Control

RKSK
Participant
0 Likes
480

Hi Sapgurus,

I am woking n the scenerio where i have two screen 100 and 200 now in 100 screen i have a Table Control, now i want that when i click on the row of this table control the selected row data should be migrated to another screen.

I have already check the "Respond to Double click property". But i dont know how to move further.

Please Help.

1 ACCEPTED SOLUTION
Read only

former_member632991
Active Contributor
0 Likes
456

Hi,

In the user command Module,

check at sy-ucomm

if double click....call screen 200

and then u must be having the data in the internal table, fetch the data from the table.

Regards,

Sonika

Hi Sapgurus,

I am woking n the scenerio where i have two screen 100 and 200 now in 100 screen i have a Table Control, now i want that when i click on the row of this table control the selected row data should be migrated to another screen.

I have already check the "Respond to Double click property". But i dont know how to move further.

Please Help.

2 REPLIES 2
Read only

Former Member
0 Likes
456

once the box is selected and pai is trigerred just check for which the selected checkbox buuton is x put that data in the internal table and call screen...

Read only

former_member632991
Active Contributor
0 Likes
457

Hi,

In the user command Module,

check at sy-ucomm

if double click....call screen 200

and then u must be having the data in the internal table, fetch the data from the table.

Regards,

Sonika