Skip to Content
0
Former Member
Nov 30, 2011 at 05:54 AM

Data is posting wrongly in Idoc

52 Views

Hi all,

We are facing issues with data is posting wrongly in File to Idoc scenario. When we test this scenario everything shows success in XI but in R/3 idoc generating with 64 status and data is not posting correctly. Suppose our second field if we send more than 20 length it is trimming upto 20 only. If we change offset to take 40 length to second field again it is taking 20 legth of sceond field and rest of third field values. As i have been checked with Abapper they were saying like whatever data we are sending to R/3 it will be coming as a single structure(Sdata) . But i have been checked outbound XML also in that everything shows fine. Is there anything problem in Xi . I have been re-imported idoc in XI also and it is equipment master Idoc. They have been used offset also still no use. My doubt is why from second field on wards data is posting worngly.They have used structure sdata.

Example:

Suppose, Outbound XML in XI:

<Idoc>

<Field1>abc

<Field2>4364255166110335211

<Field3>Computer

<Field4>Laptop

<Field5>sdas

<Idoc>

Idoc in R/3:

Field1:abc

Field2:43642551661 Computer Laptop

Field3: sdas

Field4:

Field5:

Could anybody help me on this. Why is data wrongly posting here...

Rgrds,

Aparna.