3 weeks ago
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:
Request clarification before answering.
User | Count |
---|---|
98 | |
16 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.