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 Calling with Function

Former Member
0 Likes
411

Hi,

i create a function and i call a screen into it. my screen have a textedit container and the screen created successfully but i couldn't take the value of textedit at pai because i declared the textedit at pbo with a module that 'MODULE CREATE_CONTAINER'.

How can i take the value of textedit or how can i declare the textedit globally?

Can somebody help me ?

thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
379

Look through SAP screens/ transactions where functionality close to what you want is already implemented!. Also do some search for SAP std functions => SE37 => Screen

Read only

Former Member
0 Likes
379

i have forgotten to do something that i want to do it.

thanks to everybody.