cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Error- In IDoc to File scenario

Former Member
0 Kudos

Hi Experts,

Got the Mapping error for one interface (IDoc to file). After comparing with successful message found that the field value (TDLINE) is not availbale in first segment (E1EDT10) in idoc for this failed one.

Mapping is :

TDLINE -- Exists --- Creatif --- Receiver field(in the file)

But here due to the the empty value in first segment the message is failed in XI system, next segment values is not trasmitted to the recever end(maping is the same above). To overcome this issue please suggest the suitable mapping design in IR.

Regards

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

After your CreateIf, use a "IfWithoutElse" by selecting the properties "Keep SUPPRESS Values". To do that, do a right click on IfWithoutElse, choose "Properties".

With this option, you will keep the fact that you have nothing in the source, and so the target context will have a "SUPPRESS" line. I have not THE solution, so do your own test.

If it's not enough, see also about the "mapWithDefault" (but that depends of your real rule).

Regards.

Mickael

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

>>>>due to the the empty value in first segment the message is failed in XI system, next segment values is not trasmitted to the recever end

Try with removing the context ....

Regards,

Priyanka