‎2007 Jun 29 1:03 PM
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.
‎2007 Jun 29 1:09 PM
read this
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm
and
http://help.sap.com/saphelp_nw04/helpdata/en/10/e7dbde82ba11d295a40000e8353423/content.htm
reward points if useful,
Thank you,
Regards,
Jagrut BharatKumar Shukla
‎2007 Jun 29 1:19 PM
call the subscreen in this format
CALL SUBSCREEN <sub screen area> INCLUDING <program name> <subscreen no>.
‎2007 Jun 29 1:19 PM
CALL SUBSCREEN <b>SECOND</b> INCLUDING 'ZSUBSCREEN' '2000'.
second should be subscreen area name. not the subscreen name.
Regards
Vijay