cancel
Showing results for 
Search instead for 
Did you mean: 

DYNPRO_SEND_IN_BACKGROUND short dump in BW while calling Process chain remotely from APO

alok_jaiswal
Contributor
0 Kudos

Hi,

While trying to call a process chain remotely from SCM APO system to SAP BW system - we are getting below short dump -

Short text

    Screen output without connection to user.

What happened?

    Error in the ABAP Application Program

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

    come across a statement that unfortunately cannot be executed.

Checked the RFC connection between APO and BW system through SM59 and it is working fine - Can anyone pease suggest what configuration could be missing which might be causing this short dump.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

marianoc
Active Contributor
0 Kudos

Hi,

Can you share the more detail of the error log so we can try to identify the problem?

Thanks and Regards,

Mariano

alok_jaiswal
Contributor
0 Kudos

Additinal Data from Log -

User and Transaction

    Client.............. 200

    User................ "AQ1ALE200"

    Language Key........ "E"

    Transaction......... " "

    Transactions ID..... "53F896E0992E0A50E10080000AF04150"

    Program............. "SAPLSDH4"

    Screen.............. "SAPMSSY1 3004"

    Screen Line......... 2

    Information on caller of Remote Function Call (RFC):

    System.............. "AQ1"

    Database Release.... 701

    Kernel Release...... 720

    Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)

    Call Type........... "synchronous and non-transactional (emode 0, imode 0)"

    Inbound TID.........." "

    Inbound Queue Name..." "

    Outbound TID........." "

    Outbound Queue Name.." "

    Client.............. 200

    User................ "KANDIS"

    Transaction......... "RSPC"

    Call Program........."SAPLRSPC_PROCESSES"

    Function Module..... "RSPC_DESTINATION_F4"

Call Destination.... "BQ2CLNT200_DIALOG"

Error analysis

    During background processing, the system attempted to sen

    screen to a user.

    Current screen: "SAPMSSY0 " 0120.

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" " "

    "SAPLSDH4" or "LSDH4F09"

    "DISPLAY_LIST"

Information on where terminated

    Termination occurred in the ABAP program "SAPLSDH4" - in "DISPLAY_LIST".

    The main program was "SAPMSSY1 ".

    In the source code you have the termination point in line 2205

    of the (Include) program "LSDH4F09".

ArminZ
Discoverer
0 Kudos

Hi Alok,

did you find a solution for the problem?