SAP Knowledge Base Article - Public

3250025 - CostCentreID Field Missing in Items node of ManageAccountingEntryIn

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

  1. Go to Application and User Management work center.
  2. Go to Service Explorer view.
  3. Find ManageAccountingEntryIn.
  4. Open the documentation.
  5. 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

Product

SAP Business ByDesign all versions