‎2007 Dec 10 3:42 PM
Hi,
I need to call custome report program (which having call screen statement) from another standard report. While calling the standard program I'm getting an run time error message 'Screen does not exist'. Can any one pls give me a suggestion to rectify the same.
Regards,
Kannan
‎2007 Dec 10 3:54 PM
How are you calling the program? what kind of program it is?
if your custom program is a executable program, use submit report and report or if you are calling a transaction use call transaction and you can see the help for all other options.
well, explain it bit clearly.
‎2007 Dec 10 4:06 PM
Hi,
Did u create the screen for call screen 'Screen numer'.
regards,
theja.
‎2007 Dec 10 4:14 PM
Hi,
Thanks for your reply.
Actually the standard program having the perform statement with program name like '*PERFORM output_creation IN PROGRAM (<program name>)' and calling the custom report. In custom report program having the form routine for above perform and I have created the screen 100 and using the call screen statement. I'm getting an error message while calling the standard program.
Regards,
Kannan
‎2007 Dec 10 8:29 PM
No, you cannot use screen of different program in other program. Better, create a program and submit command to execute the external program. Non-Catchable Exceptions
Cause: Dynpro not found.
Runtime Error: DYNPRO_NOT_FOUND