cancel
Showing results for 
Search instead for 
Did you mean: 

HCI DS mapping from ECC to IBP

Former Member
0 Kudos

Hello,

Is there a way in HCI DS to map a field conditionnally as follow:

**************************************

If source field is not initial

then Target field is mapped

else no mapping

***************************************

Is there a way to apply this logic using decode function or ifthenelse?

or

is there a way to use the preload script?

Thanks for your appreciated help

Best Regards

Mejdi BRAHEM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Issue has been solved by using function decode as follow:

decode((Qry_Aggr.KUNNR = 'XXXXXX'),'XX',NULL)

Best Regards

Mejdi BRAHEM

Answers (0)