cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump

Former Member
0 Kudos

Hi all

can anyone help me to find the problem of following short dump

DYNPRO_SEND_IN_BACKGROUND

here i put the st22 Error message

What happened?

Error in ABAP application program.

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

statements could not be executed.

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

Error analysis

During background processing, the system attempted to send a

screen to a user.

Current screen: "SAPMSSY0 " 0120.

Thanks in advance

Sundar.c

Sap Basis

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sundar,

Normally when a background user executes the batch jobs, there are some instances where a dialog screen field value will be sent. For this reason, the system dumps "DYNPRO_SEND_IN_BACKGROUND".

check in SM21, you might find the entry=>

Transaction termination SY 002 (Screen output without connection to user.)

Do check for Notes because there are many possible reasons for this. Check the Transaction, program, source code extract from the dump and analyze for your self.

Willing to take more help then, paste the entire dump.

Regards,

Srihari

Former Member
0 Kudos

Hi srihari,

yes that Error is showing in my instance,

Transaction Canceled SY 002 ( Screen output without connection to user. )

here i put my error message fully..

ShrtText

Screen output without connection to user.

What happened?

Error in ABAP application program.

The current ABAP program "SAPMSSY0" 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: "SAPMSSY0 " 0120.

How to correct the error

If the error occurred in one of your own programs or in an SAP program

that you modified, try to correct it yourself.

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

-


"DYNPRO_SEND_IN_BACKGROUND" C

"SAPMSSY0" or " "

"SYSTEM-EXIT"

-


If you cannot solve the problem yourself and you wish to send

an error message to SAP, include the following documents:

1. A printout of the problem description (short dump)

To obtain this, select in the current display "System->List->

Save->Local File (unconverted)".

2. A suitable printout of the system log

To obtain this, call the system log through transaction SM21.

Limit the time interval to 10 minutes before and 5 minutes

after the short dump. In the display, then select the function

"System->List->Save->Local File (unconverted)".

3. If the programs are your own programs or modified SAP programs,

supply the source code.

To do this, select the Editor function "Further Utilities->

Upload/Download->Download".

4. Details regarding the conditions under which the error occurred or which actions and input led to the error.

Former Member
0 Kudos

Hi Sundar,

Check this note [1136867|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1136867].

If this is not applicable for you, then paste the "user and transaction" section and the "Source code" where the error occurred.

With out knowing the transaction / program or the exact location(source code extract where the termination was triggered) where the program has caused the dump it is not possible to guide in the correct direction.

Regards,

Srihari

Former Member
0 Kudos

Hi

It seems something has changed the characteristics of you interface program

and it is trying to access a dialog transaction screen in the background,

and this is not possible.

You will have to get your Developers to debug the program.

Regards

Bhaskar

antonio_voce
Contributor
0 Kudos

it is a standard program and there is a standard note oss.

Bye

antonio_voce
Contributor
0 Kudos

Hi ,

This is program error :

Note 105165 - Dump "DYNPRO_SEND_IN_BACKGROUND" in prog.SAPMSSY0

Check your SAP release for the oss note.

regards Antonio Voce.

Edited by: Antonio Voce on Jul 28, 2008 12:30 PM

Former Member
0 Kudos

I have search the OSS note it's available only for 4.0 releases

notes only.

can you help me for 640 version?

antonio_voce
Contributor
0 Kudos

Hi ,

go to the sap service market place :

http://service.sap.com/notes

In search term write DYNPRO_SEND_IN_BACKGROUND SAPMSSY0

There are only few notes (1 page ) serch the best for your situation.

Tell me if you find a suitable note.

antonio