Application Development 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: 

How to supress logon screen in SYSTEM_REMOTE_LOGIN when it scheduled BKG?

Former Member
0 Kudos

Hi,

I am calling SYSTEM_REMOTE_LOGIN function module in a program which is scheduled in background. When it is executed in background it generates a screen (SAPMSYST 0040) thats why I am getting a short dump. The runtime error says that DYNPRO_SEND_IN_BACKGROUND.

How to avoid this shortdump? If so whether it through ABAP code in my program or settings?

Points will be awarded surely.

Regards

Ravisankar

1 REPLY 1

Former Member
0 Kudos

As far as i know it cannot be suppressed. But if this is to test the RFC connection with a system try calling a RFC function module in the destination system using

call function "function_name" destination "destination_name".

and then check for the return code to see if the connection works fine or not.