cancel
Showing results for 
Search instead for 
Did you mean: 

HybrisMarketing- Issue with creating custom fields in Interaction (IA_RT) and Contact (IC_ROOT)

sinaei
Contributor
0 Kudos

Dear experts,

Hope you are fine,

I have a requirement to create a custom field in IC_Root table and also IA_RT

I have created it with Append Structure. It is fine. (We created two fields with the same name, one in IA_RT and one in IC_Root)


We also need to add it in creating Contact and Interactions Function module (CUAN_CE_INTERACTIONS_POST_FLAT)

Based on Documenatation I added also this field in "CUAN_S_CE_IA_EXT_FLAT"


But The issue is that I can see this field in FM but If I inser a value It is not populated in IA_RT table


I think I missed the part of Mapping to say:

Zfield in IA_RT = Zfield in IC_Root = Zfield in CUAN_S_CE_IA_EXT_FLAT


Can anyone help me to know how can I do the mapping?

Thanks
Sepide

Accepted Solutions (0)

Answers (1)

Answers (1)

vineet_kaul
Contributor

Hi Sepide,

Instead of using the append structure why do you not use the Custom Fields & Logic app itself.

It will take care of all things automatically and should be able to insert values using FM or Odata as well.

Any specific reason for Append Structure? Moreover the structure you should be using to extend fields of IA_RT table is INCL_EEW_CUAN_CE_IA_ROOT, are using the same structure or not? if not, please extend this first and then try to insert the values via FM.

Thanks

Vineet

sinaei
Contributor
0 Kudos

Hi Vineet,

Thanks for your reply

But my requirement was to do it in Sap GUI

Thanks
Sepide

vineet_kaul
Contributor
0 Kudos

Hi Sepide,

I am a bit curious of the requirement as to why you only need to add it via GUI, nevertheless did you try to extend the include mentioned and more so did it work as expected?

Thanks

Vineet