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

Screen - Reading table.

Former Member
0 Likes
589

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.

4 REPLIES 4
Read only

Former Member
0 Likes
564

seems u r new to ABAP...

try to learn about Module pool programming..this will help through ur requirement

Read only

former_member376453
Contributor
0 Likes
564

Same suggestion from my side as well. You will get many tutorials from internet, go through it. It will help you out.

Read only

Former Member
0 Likes
564

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

Read only

Former Member
0 Likes
564

Pretty vague question.

Rob