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 RFC

Former Member
0 Kudos
196

Hi,

I am getting error "DYNPRO_SEND_IN_BACKGROUND"

when i am trying to process RFC and My RFC has a submit

statement to another program which has i has a

"BDC SESSION" for VL02N.

I am invoking my RFC from Mercator.

FUNCTION ysd_rfc

SUBMIT yaa_sd_001

WITH p_file EQ file_name

WITH p_dir EQ dir_name

AND RETURN.

END FUNCTION.

Thanks

Ram

3 REPLIES 3

Former Member
0 Kudos
80

just check ur NOBINPT value. If it is 'E' then u may get DYNPRO_SEND_IN_BACKGROUND dump.

set

NOBINPT = 'X' or 'N'.

0 Kudos
80

Hi Venkatesan,

When i am using BDC Session Method where can i set this

parameter(NOBINPT = 'X' or 'N')

Thanks

Ram

0 Kudos
80

Hi Ram!

Enjoy-transactions (modern style, ending with 'N') aren't batch enabled.

Try instead BAPI_OUTB_DELIVERY_CHANGE.

Regards,

Christian