Application Development 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: 

Screen - Reading table.

Former Member
0 Kudos

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

Former Member
0 Kudos

seems u r new to ABAP...

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

former_member376453
Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Pretty vague question.

Rob