cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction commit failure

Former Member
0 Kudos

i Experts,

Let me give brief details about my issue.

In our system landscape, we have XAPPS and CRM.

In XAPPS, there is an interface(ABAP Report program) which calls several BAPIs iand RFCs in CRM to create/update BPs in CRM.

This is an existing interface and has been working fine so far.However, currently the changes in CRM are not happening.

I have debugged the interface and found out that all the RFC and BAPI calls are fine.

However there are some other interesting points that I found out:-

1. The commit happens in the interface using BAPI_TRANSACTION_COMMIT.

This is calling the BAPI in XAPPS . However , if I add the destination parameter and call the BAPI in CRM,

then the changes are happening fine.

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' (Not working)

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' (Working)

destination p_rfcdes.

2. This issue is happening in our DEV and QA systems not our PROD system.

3. I have checked with the BASIS guys and found there is no problem with the RFC connectivity between the two systems.

Also there has been no changes in the interface.

I am clueless about what actually is going wrong. Please provide me some pointers.

I am not sure whether this is the right forum for this query. In that case, let me know the correct one.

Samrat.

.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Follow Note192235 also go through below help document.

http://wiki.sdn.sap.com/wiki/display/ABAP/BAPI_TRANSACTION_COMMITversusCOMMIT+WORK

Regards

Nagaraju

Former Member
0 Kudos

Hi,

Sorry for the delay in responding back.

I have checked the note and the link. But this does not seem be related to the issue.

I have checked with the Basis guys and the new thing which came up was that there has been some kernel upgrade

in both the DEV and the QA systems. However it is still not confirmed whether this is the root cause for the issue.

Please let me know if you have other ideas.

Thanks,

Samrat.