cancel
Showing results for 
Search instead for 
Did you mean: 

ROLLBACK in RFC receiver adapter

Former Member
0 Kudos

RFC Adapter invokes update BAPI that send error BAPIRET2 structure. Adapter performs ROLLBACK and I get an exception:

<i>Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: JCO.Exception while calling BAPI_TRANSACTION_ROLLBACK in remote system: com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: User RFCUSER has no RFC authorization for function group BAPT .</i>

What does it mean - function group BAPT? Do I need addidtional authorization rights for COMMIT and ROLLBACK? RFCUSER has rights on BAPI.

Message was edited by: Sergey A

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Sergey,

yes your RFC user must have rights to this function group

as he (the user) does the commit and rollback

both: BAPI_TRANSACTION_COMMIT

and BAPI_TRANSACTION_ROLLBACK

are in function gruop : BAPT

Regards,

michal

Answers (0)