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

selection screen as subscreen in module pool main screen

edgar_almonte
Participant
0 Likes
323

hello

i having problem with a module pool and a selection screen subscreen , i have my main screen 100 in my module pool

i create a sub screen area , then in my top include i define a seleccion screen as subscreen 150

i define some paramets and select-options ( for the select-options feature is because i choose use the subscreen )

so far here is OK , the problem is when i fill the subscreen data and press a pushbutton define in the main screen ( 100 )

the field are getting cleared ( BTW i call the subscreen in the PBO of the main screen ( 100 ) using call SUBSCREEN SUB_AREA INCLUDING SY-REPID '150'. ) so my question is how i can do for save the data filled in the subscreen ?

thanks

hello

i having problem with a module pool and a selection screen subscreen , i have my main screen 100 in my module pool

i create a sub screen area , then in my top include i define a seleccion screen as subscreen 150

i define some paramets and select-options ( for the select-options feature is because i choose use the subscreen )

so far here is OK , the problem is when i fill the subscreen data and press a pushbutton define in the main screen ( 100 )

the field are getting cleared ( BTW i call the subscreen in the PBO of the main screen ( 100 ) using call SUBSCREEN SUB_AREA INCLUDING SY-REPID '150'. ) so my question is how i can do for save the data filled in the subscreen ?

thanks

1 REPLY 1
Read only

edgar_almonte
Participant
0 Likes
283

i find the solution of my own question:

in the first line of the PAI event of the main screen ( where you call the subscreen ) need add 'call subscreen SUB_AREA_NAME_HERE.