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

Call screen

Former Member
0 Likes
557

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

4 REPLIES 4
Read only

former_member191735
Active Contributor
0 Likes
509

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.

Read only

Former Member
0 Likes
509

Hi,

Did u create the screen for call screen 'Screen numer'.

regards,

theja.

Read only

Former Member
0 Likes
509

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

Read only

former_member191735
Active Contributor
0 Likes
509

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