Symptom
You are checking the documentation for webservice ManageAccountingEntryIn and see that there is a CostCentreID field within the Items node, as per the documentation. However, when checking the sample payload you do not find the related field.
Environment
SAP Business ByDesign.
Reproducing the Issue
- Go to Application and User Management work center.
- Go to Service Explorer view.
- Find ManageAccountingEntryIn.
- Open the documentation.
- Check the details for the Item section.
You see that the documentation indicates the existence of CostCentreID tag at item level. However, the user does not find this tag when using the webservice.
Cause
The CostCentreID is not directly under the Item note. It is within the OverheadCostsLedgerAccountItem.
Resolution
Therefore, you can find the CostCentreID in the below structure:
<AccountingEntry>
...
<Item>
...
<OverheadCostsLedgerAccountItem>
...
<CostCentreID>
Keywords
Service Interface. Web service. Journal Entry web service. Cost Center. CostCenterID. , KBA , AP-ACC , Business ByDesign: Financial Accounting , How To