cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC data overlapping

former_member190536
Participant
0 Kudos

hello,

I am sending data to custom IDOC, From PO the data going correctly, but when I see in SAP the data is overlapping, means next field data is coming in current field.

in the attached screen shot, the IDOC fields TEL_NUMBER_2 = 2222      333333333, but as per mapping it should get  "222222222"

Source fields:

<Telephone2>222222222</Telephone2>

<Telephone3>333333333</Telephone3>

<Telephone4>444444444</Telephone4>

in RWB, the payload is also showing correctly but when it reaches to SAP only it is overlapping.

Can you please let me know what will be error in SAP side?

Regards,

Khaja.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Khaja,

Refresh IDOC metadata using program IDX_FILL_STRUCTURE in PI.

Regards,

Praveen.

former_member190536
Participant
0 Kudos

hi Praveen,

this is single Java stack, I re-imported the IDoc and updated mapping multiple times, but still it is not reflecting.

former_member237514
Participant
0 Kudos

Hi Khaja,

Even single stack also we can refresh the idoc metadata. please check in

configuration and monitoring--->Adapter engine-->Idoc adapter monitor-->metadata monitor.

in that refresh the idoc metadata.

let me know if u have any doubts.

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Khaja,

Have you checked your unicode settings? This error is also common for RFC sender.

Regards,

Mark