Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC Table IN/OUT error

Former Member
0 Likes
1,323

Dear friends,

We have a problem with comunication Adapter Tibco 7 x SAP ECC6.

We have the following data populated in the internal table before the exit of the RFC to the SAP adapter:

After communication with the Adapter, we have the following return, with the scrambled data:

TIBCO analyst told us that's enough info truncated in the adapter. Therefore, he who can't communicate with the TIBCO.

Does anyone know what could be going on between the RFC information output and the arrival in the adapter?

Thanks a lot,

GLippmann

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,251

In SM59 we change the RFC from non-unicode to Unicode and it works.

Regards,

Gabriel

Dear friends,

We have a problem with comunication Adapter Tibco 7 x SAP ECC6.

We have the following data populated in the internal table before the exit of the RFC to the SAP adapter:

After communication with the Adapter, we have the following return, with the scrambled data:

TIBCO analyst told us that's enough info truncated in the adapter. Therefore, he who can't communicate with the TIBCO.

Does anyone know what could be going on between the RFC information output and the arrival in the adapter?

Thanks a lot,

GLippmann

3 REPLIES 3
Read only

Former Member
0 Likes
1,251

Anybody can help me?

Read only

paul_bakker2
Active Contributor
0 Likes
1,251

Hi,

You probably figured this out already, but you get that 'shifting' effect when you copy from one structure to another, when the second structure has missing (or extra) fields.

So there is a mismatch with the structure/table definitions in the interface. In ABAP, this can often be fixed with a MOVE-CORRESPONDING instead of a MOVE.

cheers

Paul

Read only

Former Member
0 Likes
1,252

In SM59 we change the RFC from non-unicode to Unicode and it works.

Regards,

Gabriel