cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent!! Dumps!!! DYNPRO_SEND_IN_BACKGROUND

Former Member
0 Kudos

Hi Experts,

We are in the process of upgrading our SRM 3.0 system to SRM 5.0 system.We use classic scenario and ECC 5.0 as the backend system.

We notice that every time SRM 5.0 system makes an RFC call to the

backend system, there is a short dump "DYNPRO_SEND_IN_BACKGROUND " with

text "Screen output without connection to user" occuring the the ECC

system. It happens only when a user login first time and create shopping cart, but if a user does not logout and create shopping cart, this dump does occur.

However this does not happen when the RFC call is made from SRM 3.0 system.

Dump:

ShrtText

Screen output without connection to user.

What happened?

Error in ABAP application program.

The current ABAP program "SAPLSPO4" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

What can you do?

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

is especially useful if you want to keep a particular message.

Error analysis

During background processing, the system attempted to send a

screen to a user.

Current screen: "SAPLSPO4 " 0300.

Please Help.

Thanks,

Edited by: Afi C on Apr 17, 2008 12:31 PM

Edited by: Afi C on Apr 17, 2008 12:32 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Afi,

If the system raise a popup screen or need an user interaction during a background process, you can get "DYNPRO_SEND_IN_BACKGROUND" error. Possibly, you are connecting to a remote server at background process. At the middle of the process, the system is asking for an interaction from the user. In order to find out which dialog appears during the process, take a look into your short dump in detail. You can find some strings that belongs to the dialog box inside of short dump.

Best regards,

Answers (0)