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: 

Calling a subscreen inside another subscreen

Former Member
0 Kudos

Hi,

Can I call a subscreen inside another subscrren.If yes Please tell me how?

3 REPLIES 3

Former Member
0 Kudos

Hi,

Haven't tried though, but I think its possible to do that.

You just have to follow similar steps that you do for calling a subscreen from a main screen.

Just write CALL SUBSCREEN <subscreen2 area> INCLUDING <sy-repid> <screen no> in the subscreen1's flow logic PBO

In the PAI, write CALL SUBSCREEN <subscreen2 area>

Former Member
0 Kudos

I guess SAP does not allow to call subscreen inside a subscreen .

Kumar

Former Member
0 Kudos

Hi Priya,

You can't call a subscreen inside a subscreen.

Regards,

Tutun