Inbound IDOC Failing

Rebecca,

If the IDOC is extended then you have to set explicitly the cimtype(particular extended SegmentName)which is in the IDOC_CONTROL_REC_40 structure before processing to encodeSDATA.

Let us know if it works.

HTH,
RMG

Yes, I have CIMTYP set to the extension name in IDOC_CONTROL_REC_40. Any other ideas? Thanks!

Rebecca,

Actually it should work,and also make sure the extension name hierachy matching with SAP side too.
Other alternative might be eliminate the encodeSDATA step and just use the steps transformHierarchyToFlat and transport ALEOutboundProcess.

I believe encodeSDATA will be used by older versions,if you are using new version try with above steps,it should work.

HTH,
RMG.

Rebecca,

did you find a solution to these error?

we are facing the same one…

thanks in advanced

Rebecca / all,

did you find a solution to these error?

we are facing the same one…

thanks in advanced

Yes, the problem was with the idoc extension. The extended segment was not named Z1*. Once the extended segment was renamed to Z1* our problem was resolved.

Thanks for your answer Rebecca!
We had a similar problem