on 2023 Aug 11 9:38 AM
Hi
Is it possible to store custom data in SAP DM? Like you can create MDO tables in SAP MII?
Thanks
Request clarification before answering.
Hi Pieter,
You can store Custom Data against several Master Data Objects, like Materials and Orders, which can also be integrated from ERP, see this example for more details.
For something like SAP MII MDOs, you must use BTP. See this example using mssql and Kyma.
Hope it helps,
Manoel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Manoel
On the roadmap I notice the following for Q1 2024:
Ability to read manufacturing data objects (MDO) data from enterprise SAP Analytics Cloud or SAP Datasphere
Is Datasphere something we could use for this? It would be nice if that's plug and play where you can do direct queries in production processes to tables on Datasphere.
Hi Manoel,
I already tried to find how to retrieve Custom data for Operation
but even in the documentation about APIs https://api.sap.com/package/SAPDigitalManufacturingCloud/rest
I was not able to find anything. Are you able to suggest something to be tested ?
Thanks!
Alberto
Hi Alberto,
Have you tried GET /masterOperation which returns:
"customValues": [
{
"attribute": "string",
"value": "string"
}
See: https://api.sap.com/api/sapdme_operation/path/findMasterOperationUsingGET_1
Or GET/routings which returns:
"routingOperation": {
..........
"customValues": [
{
"attribute": "string",
"value": "string"
}
See https://api.sap.com/api/sapdme_routing/path/findRoutingByPlantAndNameAndTypeUsingGET_1
?
Br,
Manoel
Hi Pieter,
This roadmap item is on Datasphere querying DM MDOs only, not the other way around.
Although Datasphere can definitely support a vast amount of use cases, to store extra Master / Transactional data for DM, which I understood is your requirement, I highly suggest you use BTP as previously stated.
Br,
Manoel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.