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

Can we configure Custom MDF object with child object through BIB Integration.

former_member89049
Participant
0 Likes
1,292

Dear SAP community,

Need your thoughts and expertise on this topic.

There is a specific requirement at the customer end to map child entities in custom MDF object to Infotypes through BIB integration.

The custom MDF object has field 'Country' it has 6 different child entitties

child entity 1- ( fields specific to country- IRELAND) - mapping required to IT0011.

child entity 2- ( fields specific to country- Italy) - mapping required to IT0033.

child entity 3- ( fields specific to country- Italy) - mapping required to IT0015.

child entity 4- ( fields specific to country- Greece) - mapping required to IT0360.

child entity 5- ( fields specific to country- Greece) - mapping required to IT0361.

I have a challenge reading this child entities through compound employee API. I get the below error

Problem during invoking SuccessFactors Web service. SOAP faultCode ns2:Server, faultString SFAPI Domain Error!, errorCode INVALID_FIELD_NAME, errorMessage: Field cust_pension_statistic is not defined</String>

If I just configure the parent element, then I get the complete child entity data as well in payload but I cannot configure it in BIB as the metadata of the parent object does not contain fields in the child objects.

Can you guys please help me if it is possible to configure /code this requirement through BIB framework? Appreciate your quick inputs.

Thanks,

Sagarika

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member89049
Participant
0 Likes

Hi Rashi,

Yes this is possible. we can maintain an exceptions in compound employee API query to perform a select query on custom entities in the following place. So for child entity maintain the parent entity and it will work.

SPRO path.

Employee Central > Business Integration Builder > Employee Data Integration > Define Exceptions for Compound Employee API Query (or you can access via tcode SM30 > V_ECPAO_CEAPI_EX, and please configure the exception table as per the following entries:

RashiChowdhary1
Participant
0 Likes

Hi Sagarika,

How did you solve the above issue?

I also facing the same.

if you found any answer please post the same , it would be great help.

Thanks

Rashi