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: 

DYNPRO_SEND_IN_BACKGROUND in program SAPMSSY0

0 Kudos

Hi All,

I am using BAPI_PRODORDCONF_CREATE_HDR to confirm production order followed by BAPI_TRANSACTION_COMMIT. I am passing production order number and Quantity to BAPI_PRODORDCONF_CREATE_HDR. I also tried executing the BAPI through SE37 by following some other similar threads I didn't get any unexpected screen or return But the DUMP is coming always Below are the dump details from ST22.

Category ABAP Programming Error
Runtime Errors DYNPRO_SEND_IN_BACKGROUND
ABAP Program SAPMSSY0
Application Component BC-ABA-LA
Date and Time 30.12.2016 13:00:19

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.

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

1 REPLY 1

raghug
Active Contributor
0 Kudos

Do you have any user exits active for the production confirmation? My best guess here is that there is some sort of user-interactive user exit for your CO11N (or whatever confirmation t-code you use) and that user exit is interfering with the posting using a function module which does not have that screen active.