Symptom
This knowledge article introduces how to use the Enterprise Project API to update the Revenue Recognition Key for billing element WBS under the project header.
Environment
SAP S/4HANA Cloud Public Edition
Resolution
Once the WBS is created (when the Billing Element flag becomes available), use PATCH to update the ResultAnalysisInternalID field.
Example URI and payload:
PATCH /sap/opu/odata/sap/API_ENTERPRISE_PROJECT_SRV;v=0002/A_EnterpriseProjectElement(guid'ProjectElementUUID')
{
"ResultAnalysisInternalID":"EPMNC"
}
Keywords
RA key, revenue recognition key, WBS element, API, patch, ResultAnalysisInternalID, enterprise project API, milestone, billing element, EPMFC, PiT jobs, Project Control, project with revenue, enterprise project , KBA , PPM-SCL-STR , Project Structure (Public Cloud) , How To
SAP Knowledge Base Article - Public