cancel
Showing results for 
Search instead for 
Did you mean: 

Journal Entry API XML example with item with 0% VAT tax

ManuelDias
Explorer
0 Kudos
160

Hi,

I need to send a JE XML document via SAP S/4 Public Cloud API, containing an item with 0% VAT tax value.

Currently I can send JE XML documents with success via API JOURNALENTRYCREATEREQUESTCONFI with the following main XML structure:

<soapenv:Envelope ...>
  <soapenv:Body>
    <sfin:JournalEntryBulkCreateRequest>
      <JournalEntryCreateRequest>
        <JournalEntry>
          <Item>...</Item>
          <Item>...</Item>
          ...
        <JournalEntry>

Now I need to send JE entries with 0% VAT values on specific CoA accounts that have mandatory VAT data.

After analysis I found that I need to add a <Tax> tag inside the <Item> tag, and in the end of <Item> tag list, some <DebtorItem> or <ProductTaxItem> tags, like I found in this example:

 
However I always get errors when sending JE via POSTMAN (Tax statement item missing for tax code XXX, etc) and can't find any practical example with 0% VAT tax value.
 
Does anybody know what is the correct XML structure to send a JE document with 0% VAT value via API?
Thanks
 

Accepted Solutions (0)

Answers (0)