Application Development 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: 

Idoc data not properly seen ( urgent )

0 Kudos

Hi,

I am sending customer Idoc from SAP to Siebel. The Name1 field in Idoc was in English which looks good at outbound side. But when this Idoc received by Siebel the Name1 filed filled with ???????. What could be the problem and how can we solve this.

Regards,

Cheritha

2 REPLIES 2

Former Member
0 Kudos

Hi,

I think there must be type conflict between SAP and Siebel for this field. Sometimes Strings will have these kind of problems.

Regards

Rajesh

Former Member
0 Kudos

Hi Cheritha

There might be a type code conversion problem.The way the characters are stored in Data base (ie binary format)

like for example ASCII code to Unicode conversion or vice versa .

Regards

Sumant