cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Error in SM58 Commit fault

Former Member
0 Kudos

My scenario is RFC to XI to FILE.

I made RFC destination in SM59

and configure xi according to

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

.

The connection test in SM59 is succeeded.

I would like to execute BAPI, so wrote following..

-


CALL FUNCTION 'BAPI_CUSTOMER_GETLIST'

IN BACKGROUND TASK

DESTINATION 'BAPI_XI_001'

<<< parameters >>>

.

COMMIT WORK.

-


BUT in SM58, I got error

'Commit fault: com.sap.aii.af.rfc.afcommunication.

RfcAFWException: alterna '.

Any ideas?

Best regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

refer the SAP note 730870

Former Member
0 Kudos

Thank you very much for your information.

I checked Q&A19 of SAP NOTE 730870

and configured XI again.

Then I got a different error...

' program BAPI_CUSTOMER_GETLIST not registered / CPI

C-CALL: 'ThSAPECMINIT'# '

I have already checked the spelling of BAPI's name.

Have you saw this error??

Shabarish_Nair
Active Contributor
0 Kudos

Cross check your destination - BAPI_XI_001 in test mode. (Maybe recreate the same)

Follow the blog: /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Former Member
0 Kudos

Thank you very much for your quick answers.

I rechecked SM59 and XI by the blog,

second error disappeared.

The connection test in SM59 is OK.

But still first error I mentioned occurs...