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

subscreen

Former Member
0 Likes
425

hi

i have created a main screen n one sub screen. i called the subscreen in main screen pbo n pai also .

but in pbo its giving a syntax error like 'screen expected not subscreen'

i have written in pbo as --- CALL SUBSCREEN SECOND INCLUDING 'ZSUBSCREEN' '2000'.'

second is my subscreen name,

zsubscreen is my module pool program name.

2000 is screen.

i want this calling a subscreen in main screen only in modlue pool program.

regards,

pandu.

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
398

call the subscreen in this format

CALL SUBSCREEN <sub screen area> INCLUDING <program name> <subscreen no>.

Read only

Former Member
0 Likes
398

CALL SUBSCREEN <b>SECOND</b> INCLUDING 'ZSUBSCREEN' '2000'.

second should be subscreen area name. not the subscreen name.

Regards

Vijay