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

Runtime Errors: DYNPRO_SEND_IN_BACKGROUND

Former Member
0 Likes
17,345

Hi,

There  are lots of dump called DYNPRO_SEND_IN_BACKGROUND in my prd system. The short text of the dump is Screen output without connection to user.

Runtime Errors         DYNPRO_SEND_IN_BACKGROUND

Short text

    Screen output without connection to user.

What happened?

    Error in the ABAP Application Program

    The current ABAP program "SAPMSSY0" had to be terminated because it has

    come across a statement that unfortunately cannot be executed.

Error analysis

    During background processing, the system attempted to send a

    screen to a user.

    Current screen: "SAPMSSY0 " 0120.

I already check the logical connections in SM59 and i have rfc destination WORKFLOW_LOCAL_010 with user logon WF-BATCH, i run also SWU3 transaction to configure workflow.

Anyone could help me.

Thanks,

Bismita

5 REPLIES 5
Read only

arthur_alvesteixeira
Active Participant
0 Likes
6,142

Bismita,

check this link http://scn.sap.com/thread/944190

and Ren comments.

Read only

Former Member
0 Likes
6,142

Hi,

Is your RFC trying to open a screen/access presentation server in background(without the presence of SAP Gui )?

If yes, this will force the system to dump state.

Regards, Abhinab

Read only

0 Likes
6,142

Hello,

Even if we have used WRITE statements, that time also it will throw dump if we are executing in background?

Regards,
Atul

Read only

6,142
Atul Mittal You asked an unclear question to a guy who gave an unclear answer to an unclear question, 5 years ago. Don't you want to ask a clear question to thousands of people instead? (link above "Ask a question")
Read only

Former Member
0 Likes
6,142

HI,

Error in the ABAP Application Program

The current ABAP program "SAPMSSY0" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

    During background processing, the system attempted to send a

    screen to a user.

    Current screen: "SAPMSSY0 " 0120.

"DYNPRO_SEND_IN_BACKGROUND" " "

"SAPMSSY0" or " "

"SYSTEM-EXIT"

Dump message: "DYNPRO_SEND_IN_BACKGROUND" " "

Program Name and Screen no: Current screen: "SAPMSSY0 " 0120.

As per our analysis using where user list this program hits 1.ECATT(Script), 2. Internet service.

We have deactivated the ECATT in production even though getting the same dump.

I don’t have any knowledge about internet service, so kindly suggest to me.

Regards,

Bismita