cancel
Showing results for 
Search instead for 
Did you mean: 

error during commit handling in RFC Receiver

Former Member
0 Kudos

Hi All,

I am trying to use the Commit Handling for Single BAPI calls.

When i dont use this option and send a message thru HTTP client (QoS -> BE), i get the result of the BAPI.

But when i checked the checkbox for Commit Handling for Single BAPI calls and send the same message, i get back an error in the HTTP client response section

<SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: failed to parse BAPI response due to: com.sap.aii.af.rfc.util.bapi.BapiException: Parameter RETURN has type "BAPIRETURN1" which is unknown.</SAP:AdditionalText></SAP:Error>

I did read the SAP documentation and SAP Note 730870 which talks about this. But i am missing something here and dont know what needs to be added. Is there anything else i need to do apart from just checking the Commit Handling checkbox?

Appreaciate you help.

Regards,

Balaji.M

Edited by: Balaji M on Sep 22, 2008 8:26 PM

Accepted Solutions (1)

Accepted Solutions (1)

kkram
Contributor
0 Kudos

Balaji

Check if there are any dumps in the backend system. Sometimes, a commit work triggers a dump because of erroneous code in a BADI, for example a commit work within a perform on commit. To simulate this, if possible, you can wrap your BAPI function module within a 'Z' module and issue a explicit commit work within the 'Z' module instead of the RFC communication channel. Again, this is only for simulating the scenario.

KK

Former Member
0 Kudos

Hi, I looked for dumps. There are no dumps.

Any other options/ideas please.

Reagards,

Balaji.M

Former Member
0 Kudos

Hi, Any one has ideas for this.

Thanks,

Balaji.M

Former Member
0 Kudos

Hi All,

What i have done as a work around for this is explained in my last post of this thread

Thanks,

Balaji

Answers (0)