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 Exception CX_SY_SEND_DYNPRO_NO_RECEIVER

Former Member
0 Likes
1,758

Hi abap gurus,

please provide me the solution for this issue..

Short text
    Screen output without connection to user.

What happened?
    Error in the ABAP Application Program

    The current ABAP program "RK2A1000_UPDATE" had to be terminated because
    come across a statement that unfortunately cannot be executed.

What can you do?
    Note down which actions and inputs caused the error.


    To process the problem further, contact you SAP system
    administrator.

    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.

Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_SEND_DYNPRO_NO_RECEIVE
     not caught and
    therefore caused a runtime error.
    The reason for the exception is:
    During background processing, the system attempted to send a
    screen to a user.

During background processing, the system attempted to send a
screen to a user.
Current screen: "SAPMSDYP " 0010.

how to correct the error
If the error occurred in your own ABAP program or in an SAP
program you modified, try to remove the error.


If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:

"DYNPRO_SEND_IN_BACKGROUND" "CX_SY_SEND_DYNPRO_NO_RECEIVER"
"RK2A1000_UPDATE" or "RK2A1000_UPDATE"
"INSERT_CE3"

If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:

1. The description of the current problem (short dump)

   To save the description, choose "System->List->Save->Local File
(Unconverted)".

2. Corresponding system log

   Display the system log by calling transaction SM21.
   Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".

    2. Corresponding system log

       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".

    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".

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

Information on where terminated
    Termination occurred in the ABAP program "RK2A1000_UPDATE" - in "INSERT_CE3".
    The main program was "SAPMSSY4 ".

    In the source code you have the termination point in line 70
    of the (Include) program "RK2A1000_UPDATE".

Regards,

kvm

1 REPLY 1
Read only

Former Member
0 Likes
907

Kindly provide solution on how this was solved.  Having same issue.