a month ago
Dear community,
I am looking for a way to retrieve in the production process the SFC that is longest in queue at a given resource, since I need a FIFO logic. Unfortunately, the SFC work lists don't return a timestamp when the SFCs "arrived" at the resource.
During my research I found out the resource public API (v2) has a field called "inQueueManagement" which takes the values FIFO/LIFO. This field does not seem to be documented anywhere.
I am wondering if anyone has found out how to retrieve the oldest SFC in queue of the resource. And if somebody knows what the queueManagement field on resource master data does.
Thank you in advance,
Stephan
Request clarification before answering.
Following API contains a field called dateQueued: https://api.sap.com/api/sapdme_sfc/path/getSfcStepActivities. However with this API you can get the info only for one SFC, not for a list of them. Maybe one of the MDOs also contains this field? https://help.sap.com/docs/sap-digital-manufacturing/insights/apis?locale=en-US
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tobias, thank you for your fast answer. Unfortunately, calling this API is not an option since the amount of SFCs in Queue will be huge.
Regarding MDOs, I don't want to use them in a production process since SAP states that they are not always up to date and should only be used for reports/dashboards.
User | Count |
---|---|
2 | |
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.