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 Subscreen into main screen

Former Member
0 Likes
447

Hi ,

I am calling subscreen(0200) into main screen(0100).

As in

PBO Event.

call subscreen sub including sy-repid '0200'.

PAO evet

call subscreen sub.

Here my requirement is , created one push button in screen 0100.

when I press button (FCODE= PULL) in PAI of main screen.

case sy-ucomm.

when 'PULL'.

???

???

Please let me know how to trigger this screen in main screen (0100).

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

Hi,

Please search before you post, i hope the one below would help you:

LINK[ Calling SUBSCREEN|http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbabfe35c111d1829f0000e829fbfe/content.htm]

Himanshu

2 REPLIES 2
Read only

Former Member
0 Likes
409

Hi

When ever u r user command is trigred then automatcally sub screen will be triggered.Since u have used the subscreen in PAI also.

regards,

Raghu.

Read only

Former Member
0 Likes
410

Hi,

Please search before you post, i hope the one below would help you:

LINK[ Calling SUBSCREEN|http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbabfe35c111d1829f0000e829fbfe/content.htm]

Himanshu