cancel
Showing results for 
Search instead for 
Did you mean: 

how to get over DYNPRO_SEND_IN_BACKGROUND?

Former Member
0 Kudos

Hi,

I have the following problem:

I connect via ECC5 to R/3 4.6C.

I need to enter data into an R/3 transaction.

I wrote a BAPI that does a batch input (yes, it is a sin).

The problem is that I get the error (actually dump from the R/3) - DYNPRO_SEND_IN_BACKGROUND.

This is because I try to do a batch input on foreground while the system does it in the background.

Does anyone have a nice idea how to get over this?

Thanks,

Itay

Accepted Solutions (0)

Answers (1)

Answers (1)

guillaume-hrc
Active Contributor
0 Kudos

Hi,

I am not sure about this, but if you launch the Batch input using standard program RSBDCSUB, should it not be launched as a background process ?

best regards,

Guillaume

Former Member
0 Kudos

it might work but it is not what I need.

I need a real time indication on the end result and this generates a background job.

thanks anyway.