Application Development 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: 

Idocs not executed automatically in status 64

aditya_ranjan
Discoverer
0 Kudos
261

We recently observed ONLY SOME of the IDOCS in status 64 not getting executed automatically,

we also checked the configuration (WE20) where trigger immediately is already set.

However on manually executing the affected IDOC's they are executed successfully.

We also noticed some dump entry created in ST22 which says

Error Analysis:

During background processing, the system attempted to send a screen to a                     

     user.                                                                                       

                                                                                                 

    Current screen: "SAPMSSY0 " 0120.                                                            

                                                                                                 

    Additional system information:                                                               

    "currently running as cpic server" 

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

    "SAPLKKBL" or "LKKBLU01"                                                                     

    "K_KKB_LIST_DISPLAY"

Can anybody provide us feed backs on how to resolve this issue?

Thanks in advance!

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos
130

So the error occurred during the application processing of an IDoc (status 64). Based on your short dump, the application tries to display an ALV via an ABAP list and of course fails because there's no GUI connected. The question is why does it output an ALV? You may look at the call stack in the short dump to get more information of what is going on. Tip: attach the whole dump to this thread.

You should identify of which message type the IDoc is, check whether it's standard or not. If it's full standard, contact the SAP support.

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos
131

So the error occurred during the application processing of an IDoc (status 64). Based on your short dump, the application tries to display an ALV via an ABAP list and of course fails because there's no GUI connected. The question is why does it output an ALV? You may look at the call stack in the short dump to get more information of what is going on. Tip: attach the whole dump to this thread.

You should identify of which message type the IDoc is, check whether it's standard or not. If it's full standard, contact the SAP support.