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

module pool ( call multiple screens )

Former Member
0 Likes
1,103

hi abapers,

in module pool program ,

iam call one screen into another screen .

ex : screen no . 100

iam designed table control with some column fields .

iam call one of column field of table control into another screen,

at that time last record value of that field will comes to the other screen.

but i want, what of the selected value of field value comes to the other call screen number.

2 REPLIES 2
Read only

Former Member
0 Likes
528

Hi,

Use GET CURSOR and get the value to be stored in a local variable and call that value in the next screen.

Cheers!!

VEnk@

Read only

Former Member
0 Likes
528

Hi Raj,

Use GET CURSOR FIELD FNAME VALUE FVAL.

Whis is a syntax for system can identify yhe record i.e we can able to select one record from screen 100 is transferred to screen 120.

FNAME ---> Field Name

FVAL----->Value Which is selected from that Value (screen 100)..

Regards

Ranga