cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with COMMIT & WAIT in RFC Adapter

0 Kudos

Hi, Guru's.

We have the following problem regarding to COMMIT & WAIT behavior of the RFC Adapter.

Currently we are using PI version 7.31, and we want that the RFC adapter invokes the BAPI_TRANSACTION_COMMIT with the "WAIT" parameter set to value true.

For achieve this we have we have followed exactly the instructions described in the product documentation for our current product version (see link below):

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm

And instructions provided by the following SAP Note (Note 1342143 - RFC Adapter: WAIT during call to BAPI_TRANSACTION_COMMIT)


To check if the behavior is as described by the SAP documentation we have set an external Breakpoint inside the BAPI_TRANSACTION_COMMIT Function Module, and then invoke the interface. The ABAP debugger stops automatically at the Breakpoint, but when we inspect the WAIT input parameter it is always empty, causing that the commit behavior is not as expected:

Any suggestion?

It is necessary to do some additional configuration steps?

Has anyone had a similar problem?

Thanks in advance.

Regards.



Accepted Solutions (0)

Answers (1)

Answers (1)

ambrish_mishra
Active Contributor
0 Kudos

Hi,

Is it because you are not specifying the wait period ?

Ambrish