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

Subscreens

Former Member
0 Likes
447

I have created subscreen but while running gaving an error msg

" Screen ZAP_SUBSCREEN1 0100 must not be an Include screen "

In the above error msg "ZAP_SUBSCREEN1" - is subscreen name and "0100" - is screen number

Actually i dont understand this error msg please help me

I have created subscreen but while running gaving an error msg

" Screen ZAP_SUBSCREEN1 0100 must not be an Include screen "

In the above error msg "ZAP_SUBSCREEN1" - is subscreen name and "0100" - is screen number

Actually i dont understand this error msg please help me

2 REPLIES 2
Read only

Former Member
0 Likes
418

Hi,

Please create a main screen in Normal mode and call the subscreen in the PAI/ PBO of the main screen.

Thanks,

Amit

Read only

Former Member
0 Likes
418

Hi Partha,

Check whether u have defined the subscreen area on screen ?

or Included the subscreen screen in the subscreen area and way to include is as follows

in PBO

CALL SUBSCREEN <area> INCLUDING [<prog>] <dynp>.

and in PAI

CALL SUBSCREEN <area>.

Regards,

Ranjit Thakur.

Please Mark The Helpful Answer.