Symptom
- When creating a billing document, a tax condition is missing although the tax condition is available in sales document.
- When checking the pricing analysis of the billing document, the tax related fields are initial.
Environment
SAP S/4HANA Cloud Public Edition
Reproducing the Issue
- Creating a billing document.
- Checking the tax condition.
Cause
The custom logic 'SD_BIL_DATA_TRANSFER' is implemented and the mandatory lines as below are missing,
MOVE-CORRESPONDING bil_doc TO bil_doc_res.
MOVE-CORRESPONDING bil_doc_item TO bil_doc_item_res.
MOVE-CORRESPONDING bil_doc_item_contr TO bil_doc_item_contr_res.
which make the tax related fields are cleared when creating the billing document.
Resolution
To modify the custom logic and make the mandatory lines are available in the custom logic.
See Also
Keywords
SAP S/4HANA Cloud Public Edition, Billing Document, Custom Logic, Automatic Determination, Sales Order, Condition Record, Pricing Analysis, BIL_DOC, BIL_DOC_ITEM, BIL_DOC_ITEM_CONTR, SD_BIL_DATA_TRANSFER. , KBA , SD-BF-TX-2CL , Taxes (Public Cloud) , Problem
SAP Knowledge Base Article - Public