cancel
Showing results for 
Search instead for 
Did you mean: 

Type Conflict Error with RFC FM

senthil_kumar29
Participant
0 Kudos

Hi Guys,

I am getting "Type conflict when calling a function module" in XI.

Here is the full error.

<rfc:ZFIBAPI_ACC_DOCUMENT_POST.Exception xmlns:rfc="urn:sap-com:document:sap:rfc:functions"><Name>RFC_ERROR_SYSTEM_FAILURE</Name><Text>Type conflict when calling a function module.</Text><Message><ID>RFC_ERROR_SYSTEM_FAILURE</ID><Number>341</Number></Message><Attributes><V1>CALL_FUNCTION_CONFLICT_TYPE</V1></Attributes></rfc:ZFIBAPI_ACC_DOCUMENT_POST.Exception>

Is it something with the XI side or SAP side.

Thanks

Senthil

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi guys,

I have the same problem too.

Does anyone has the solution for this problem?

Please post solution to this forum thread.

Thanks Jochen

senthil_kumar29
Participant
0 Kudos

Thanks Guys.. solved.

Former Member
0 Kudos

Hello Senthil,

Could you tell me how you solve this problem, because I have the same one now:

"The object can only be displayed

Message no. MO705

Diagnosis

You tried to change an object that cannot currently be edited using the editor for complex objects. Possible causes:

The object is a sorted table

The object contains sorted tables

System Response

The system can only display the object"

Regards,

Kate.

Former Member
0 Kudos

is there any solution to the problem you mentioned????

"The object can only be displayed

Message no. MO705

Diagnosis

You tried to change an object that cannot currently be edited using the editor for complex objects. Possible causes:

The object is a sorted table

The object contains sorted tables

System Response

The system can only display the object"

Please reply back as we need it very urgently... thanks

Mani

Former Member
0 Kudos

is there any solution to the problem you mentioned????

"The object can only be displayed

Message no. MO705

Diagnosis

You tried to change an object that cannot currently be edited using the editor for complex objects. Possible causes:

The object is a sorted table

The object contains sorted tables

System Response

The system can only display the object"

Please reply back as we need it very urgently... thanks

Mani

roberto_tagliento
Active Contributor
0 Kudos

Hi to all,

probably the reason is on YOUR INPUT FIELD, check if do you have some attribute of TYPE STRING.

Set the same INPUT to CHAR255 for example.

Bye Roberto T.

Former Member
0 Kudos

Hi,

just check from your ABAP guys whether the RFC was modified after you imported it in IR......if this is the case, then reimport your RFC in IR and update your msg mapping........then re-run your scenario.

Regards,

Rajeev Gupta

Former Member
0 Kudos

probably because when you call your BAPI, your exporting parameter passed wrong type.

As VJ mentioned, test the funtion in your ECC system.

Regards.

Liang

VijayKonam
Active Contributor
0 Kudos

This error is thrown by ECC when executing the RFC. Try to execute the RFC on the ECC system and use the same data while testing the interface from XI.

VJ

senthil_kumar29
Participant
0 Kudos

Hi Thanks for the reply.

I find out the and fix the error.

But when I run my RFC FM in SAP for testing, it does not allow me to enter test data.

Message - The object can only be displayed.

Message no. MO705

Thanks

Senthil

former_member206760
Active Contributor
0 Kudos

you do not have appropriate authorisation to execute the FM .....contact your basis guy

senthil_kumar29
Participant
0 Kudos

Hi,

Here is the full content of the message.

The object can only be displayed

Message no. MO705

Diagnosis

You tried to change an object that cannot currently be edited using the editor for complex objects. Possible causes:

The object is a sorted table

The object contains sorted tables

System Response

The system can only display the object

Thanks

Senthil