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

Char type encoding

Former Member
0 Likes
396

Hello!

I have problem with invoking custom developed BAPI through XI RFC Adapter.

I pass GUID to BAPI. BAPI type is char(32) and it interpret value incorrectly.

In RFC adapter monitoring I see error message with my GUID value that has wrong characters.

In se37 it works corectly.

Does anybody know how to fix this problem?

2 REPLIES 2
Read only

Former Member
0 Likes
354

I think there must be some mis-match in the datatype. I had face similar kind of problem... Why dont you check data type in XI and in your R/3.

Regds,

Sandip

Read only

0 Likes
354

I have another copy of BAPI that works OK. I checked values in monitoring. RFC interface has string type for GUID.