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

Calling a subscreen inside another subscreen

Former Member
0 Likes
595

Hi,

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

3 REPLIES 3
Read only

Former Member
0 Likes
452

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>

Read only

Former Member
0 Likes
452

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

Kumar

Read only

Former Member
0 Likes
452

Hi Priya,

You can't call a subscreen inside a subscreen.

Regards,

Tutun