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: 

Data being Lost when CALL SUBSCREEN

former_member305388
Active Contributor
0 Kudos

Hi Experts,

I am facing a strange problem with a z module pool program. There is a standard module program working fine. Now I have copied the program into a z module pool program by copying all screens, variants etc. except includes. That means all the includes in the Z program are the standard ones.

Now I even copied the t-code into z t-code. Now when I execute the Z t-code data is not coming. When I checked by debugging, I found that in screen 1000, there is a CALL SUBSCREEN. When entering into PBO of that subscreen, all the data is being refreshed. However, it's not the case with standard.

Can anybody help me out with giving me the reason for this? Thanks a lot!!

1 ACCEPTED SOLUTION

former_member195402
Active Contributor
0 Kudos

Hi,

please check your CALL SUBSCREEN including option PROG, if you have the right program name in there. It should be the name of your Z program.

Regards,

Klaus

1 REPLY 1

former_member195402
Active Contributor
0 Kudos

Hi,

please check your CALL SUBSCREEN including option PROG, if you have the right program name in there. It should be the name of your Z program.

Regards,

Klaus