‎2008 Nov 01 5:03 AM
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.
‎2008 Nov 01 5:11 AM
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@
‎2008 Nov 01 5:17 AM
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