‎2009 Mar 11 1:50 PM
Hi All,
I created Screen ( SE51) . Now I want to call that screen as well asI want some data to pass to display and it has input field mean user can enter the value so
How can I pass the value that user can see and value user enter how can i read that.
Thanks in advance.
‎2009 Mar 11 2:01 PM
seems u r new to ABAP...
try to learn about Module pool programming..this will help through ur requirement
‎2009 Mar 11 2:05 PM
Same suggestion from my side as well. You will get many tutorials from internet, go through it. It will help you out.
‎2009 Mar 11 2:08 PM
Hi,
call the screen in ur prog
CALL SCREEN 100.
to fill the values in textbox PBO event.
declare the variables and assign the values.
and to read PAI u can read it.
Regards,
jaya
‎2009 Mar 11 2:09 PM