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

SAP Master Data Integration with Field Service Management

Simon
Participant
601

Hello SAP Gurus,

i have a question regarding SAP Master Data Integration with Field Service Management and S4/HANA Cloud.

It is stated, that for each connecting system you need a service instance for Master Data Integration in SAP BTP.

According to this link:

https://help.sap.com/docs/master-data-integration/sap-master-data-integration-prod/connecting-applic...

I Should create a instance for SAP Field Service Management aswell.

But what should i choose for the mandatory instance parameter "application" ?

Simon_0-1738747032896.png

FSM is not listed at all.

Thanks in Advance.

Regards

Simon

View Entire Topic
ebsor
Participant
0 Likes

Hi Simon,

You need to create service instance of MDI for each application. Lets take example

Master Data from Left to right

S4 Public Cloud >>Company Code>>SuccessFactors

You need two service instance

One for S4 Public Cloud

One for SuccessFactors

Now if there are other applications which are also interested in getting Company Code master data. Service Instance need to be created for each application.

I hope you got the point, if you found this helpful. Please accept the answer 

@Simon 

 

Simon
Participant
0 Likes

Hi Ebsor,

unfortunately this does not provide any new infos for me. I already knew this.

I want to know which infos i have to provide to create the service key( Json File ).

Example for S4:

Simon_0-1740472695411.png

What is the application for FSM ?

Regards

Simon

ebsor
Participant
0 Likes

Hi @Simon You can use below structure, you can add buisness object according to your need

 

"application": "s4",
"businessSystemId": "",  =S/4HANA Public Cloud Own Instance Name
"writePermissions": [
{
"entityType": "sap.odm.businesspartner.BusinessPartnerRelationship"
},
{
"entityType": "sap.odm.businesspartner.BusinessPartner"
},
{
"entityType": "sap.odm.businesspartner.ContactPersonRelationship"
},
{
"entityType": "sap.odm.finance.costobject.ProjectControllingObject"
},
{
"entityType": "sap.odm.finance.costobject.CostCenter"
},
{
"entityType": "sap.odm.orgunit.CompanyCode"
},
{
"entityType": "sap.odm.finance.bank.Bank"
}
]

For Field Service Management user application =FSM

Please accept the answer if it answer your question