on 2025 Feb 05 9:19 AM
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:
I Should create a instance for SAP Field Service Management aswell.
But what should i choose for the mandatory instance parameter "application" ?
FSM is not listed at all.
Thanks in Advance.
Regards
Simon
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.