on 2024 Mar 01 5:53 PM
When using POST request /A_EnterpriseProject of API API_ENTERPRISE_PROJECT_SRV_0002 to post Enterprise Project data in to SAP S/4HANA Cloud, the project is created but the field "ResultAnalysisInternalID" does not get updated.
Can you explain why?
Request clarification before answering.
Hello,
It is the correct behaviour and the API behaves the same as the UI. After the project is created, the Billing Element flag becomes available. Once this is available it is possible to update the Results Analysis key. Therefore, once the project is created, you can use PATCH to update the Results Analysis key, for example,
PATCH /sap/opu/odata/sap/API_ENTERPRISE_PROJECT_SRV;v=2/A_EnterpriseProject(guid'<guidUUID>')
{
"ResultAnalysisInternalID": "EPMFC"
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.