cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Core Hybrid - Org Replication to "Custom OM" Infotype

maxschmidt90
Discoverer
0 Likes
917

Hi,

Via standard mapping or BADI- is it possible to replicate data to custom OM infotypes (9XXX).

For eg: a custom field in Department object in EC needs to be updated in custom OM infotype

Accepted Solutions (0)

Answers (3)

Answers (3)

maxschmidt90
Discoverer
0 Likes

Hi siddharth.rajora

Thank you for the pointers. However, there is an issue.

In V_ECPAO_ECTMPL_O, have to define an EC "Object type" (OSI_TYPE_CODE).

But the target are "custom fields" in a "custom OM infotype".

So in V_SFIOM_OSITC, no OM equivalent object can be mapped (as this is not a S, C, or O or any OM object etc)

The integration works fine if you map "custom fields" to "custom OM infotype". It simply does not work if "generic object" fields are mapped to custom infotype:

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Likes

We have like these options

https://launchpad.support.sap.com/#/notes/2597777

https://launchpad.support.sap.com/#/notes/2796133

You need to make a custom entity and map it, define here V_ECPAO_ECTMPL_O

similar to this

Configuring Custom Entity for custom portlet for BIB replication | SAP Blogs

and then do the mapping

EC Entity XXXX

Entity Name in EC cust_XXX

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Likes

in Standard mapping you can map custom entities to Custom infotype ie 9 series

maxschmidt90
Discoverer
0 Likes

Thank you, siddharth.rajora

How do we map custom generic objects to custom infotypes?

For example, i have a custom object called "cust_group" part of std. position object. This holds value like CORP, SALES etc, this value needs to be created in a 9XXX infotype.

The cust_group is not an OM object, it will always have fixed code in HCM. How do i replicate this?