Skip to Content
0
Former Member
May 08, 2015 at 02:07 PM

SUBMIT rsbdcbtc statement

98 Views

Hello Experts,

In my batch job program, a BDC session is created & executed using the below code

SUBMIT rsbdcbtc

WITH queue_id EQ gv_qid

AND RETURN.

WRITE: 'Success'.

Please let me know whether

1. The Write statement will be called after the processing of BDC Session has started

OR

2. The Write statement will be called after the processing of BDC Session is complete

Thanks & Regards,

Sanket.