cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data of Standard field ( Data coming from ECC into C4C)in KUT field at integr time

Former Member

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Thank you Shivanand Hangaragi,

I did the 3rd Step which you have mention in your answer I am testing it now I did not know the other options the other two you suggested.

Thank you for your Valuable reply.

itsRahul
Participant
0 Kudos

Hello Avinash

Can you please share, how you achieved the 3rd step.

ShivanandBH
Product and Topic Expert
Product and Topic Expert

Dear Avinash,

If you are tying to update KUT field same as a standard field during inbound integration, then simplest way is to extend this KUT field to the inbound interface, and then import this new WSDL into your middleware and then map the source field to this KUT field along with the existing mapping to standard field.

However, if you do not want to extend the KUT to WSDL, then another way is to create KUT fields as Calculated, and set the Operand as this standard field(Please do note that every standard field may not be available to be set as an Operand).

Another way is to write PDI code, either a BeforeSave or an AfterSave event and then copy the data from standard field to KUT field.

Regards,

Shivanand B H