‎2008 Jan 28 8:10 AM
Hi All,
I have created 1 module pool program with screen no. 0100. But the statement CALL SCREEN 0100 is not getting executing its showing error i.e ' statement cannot be accessable' even i have created and activated the sceen 0100.
Thanks...
kiran
‎2008 Jan 28 8:24 AM
hi
did u create a transaction code with GUI capability?
twhen u have created the program, did u specify type as module pool?
did u specify Ok_code in element list?
try all these...
reward with points if useful.
‎2008 Jan 28 8:47 AM
where did you write the statement. Is it report type program or module type program. if module pool program it should not first executable line of the report either in include or main program.
‎2008 Jan 28 8:57 AM
Hi kiran,
Open you program in se38 menu bar -> GOTO -> ATTRIBUTES and check wheather it is executable program or module pool program.
if it is exeutable program then u can call the screen 0100 as ur intial screen. if not ur given type as module pool then u have to create a transaction in SE93 and give the screen name in that and prgoram name then it will display the screen which u hv created .
if you want to show the screen 0100 as ur initial sceen in module pool program without using transaction it is not possible so use either executable program and use the stament call screen 0100.
<b>reward if useful </b>
Regards,
sunil kairam.
‎2008 Jan 28 9:14 AM
Hi kiran,
check you program wheather it is executable program or module pool program.
IT Should be a MODULE POOL Program.
create a transaction code in SE93 and give the screen name and prgoram name .
Run this transaction to get screen number 0100 of your program.
Regards,
GAURAV J.
‎2008 Jan 28 9:17 AM