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

Data being Lost when CALL SUBSCREEN

Former Member
0 Likes
498

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
Read only

Former Member
0 Likes
433

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
Read only

Former Member
0 Likes
434

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