Product Information
Batch Split Items in Billing Documents
Hi,
The Purpose of this Blog is how to handle Batch Split items Pricing and Cost in Billing document
Target Audience
Business Users / Key Users / Consultants
Target Industry / Component
Any
Overview
Material is Batch Managed
In the delivery document there is a batch split, that is more batch items are created for one main item.
While creating billing document for the delivery, the system can handle the batch items in different ways as below
Depending on customizing setting, the following Options are available
- The main item is billed, the batch items are displayed (that is have quantity zero).
- The main item is displayed (that is has quantity zero), the batch items are billed.
- The main item is billed. The batch items are not present in billing document.
Option 1 – The main item is billed, the batch items are displayed
- The item category of main item and batch items can be the same, for example TAN.
- Transaction VOV7: the item category must have Billing relevance TVAP-FKREL = A – Delivery-related billing document.
- Transaction VTFL at item level: the Billing quantity V_TVCPFLP-FKMGK = G – Cumulative batch quantity minus invoiced quantity.
Option 2 – The main item is just displayed, the batch items are billed.
- The item category of main item and batch items can be the same, for example TAN.
- Transaction VOV7: the item category must have Billing relevance TVAP-FKREL = A – Delivery-related billing document.
- Transaction VTFL at item level: the Billing quantity V_TVCPFLP-FKMGK = B – Delivery quantity less invoiced quantity.
Option 3 – Only the main item is billed.
- The batch item must have a different item category, for example ZTAN
- Transaction 0184: setup item category ZTAN as batch sub-item category of TAN
Transaction VOV7:
- Item category of main item must have Billing relevance TVAP-FKREL = A – Delivery-related billing document.
- Item category of batch item must have Billing relevance TVAP-FKREL blank – Not relevant for billing.
- Transaction VTFL at item level: the Billing quantity V_TVCPFLP-FKMGK = G – Cumulative batch quantity minus invoiced quantity.
By the standard, the system bills main item or batch item depending on customizing copy control for Delivery to Billing.
It is not possible set the system variably in such a way that depending on a certain characteristic of the material, the batch main item or subitems are billed.
Cost determination
In the billing document the Cost is represented by condition type VPRS.
In classic sales process, VPRS condition type value is taken from goods issue document.
When the delivery has batch items, only the batch items are posted in the goods issue document.
It means that the main item has not posted goods issue in the document flow. It affects solutions 1 and 3.
To make the system considers the goods issue of batch items in determination of VPRS of main item, it is necessary to set the flag ‘Cumulate cost’ (V_TVCPFLP-KVPRS) in customizing copy control at item level, transaction VTFL
Pricing
The pricing is logically applicable only to billing items with quantity greater than zero.
Related SAP Notes
SAP Note 547570 – FAQ: VPRS (cost) in pricing
SAP Note 77414 Billing during batch split
SAP Note 351025 Variable billing with batch split
SAP Note 352441 Accumulated cost is missing in the main item
SAP Note 372772 How is the cost determined?
SAP KBA 1466873 Different condition value between sales document and billing document
Summary
This blog addresses some common questions surrounding Batch Split Cost & Pricing in Billing
Hi Rajaraman Chandrasekaran , is this content only for OP system?
This is not applicable to cloud as far as I can tell until Q3 2021 subject to SAP disclaimers. SAP list the feature in the roadmap. CE2011 only has rounding as a config option in the item category and billing quantity is not specified in copying control from delivery to billing for TAN or CB99.
Hi Marissa,
This is for Cloud too you can use SSCUI 102763 "Define Copying Control for Delivery Document to Billing Document
Regards,
R.Chandrasekaran
Hi,
Just want to note that, as per my understanding, currently only Option 1 is supported in S4HC.
Option 2 and 3 will possibly be available by 2108.
Regards,
Sarab
Very nice information. Thankyou Mr. Rajaraman Chandrasekaran.
Is this applicable for billing with .01 difference from sales order?
Hi Marcelo,
KBA 1466873 is for Price Difference, Hope this helps
Regards,
R.Chandrasekaran
My condition value on billing is rounding up from 52.0128 it rounds up to 52.02 but on my sales order, it doesnt round up it stays 52.01. Is KB1466873 to this? thanks
Nevermind. I get the logic now. Thank you sir
Hi Chandrasekaran,
Thanks for blog, in my case we are getting main line item with Billed quantity where as Batch split item is having zero as Billed quantity which is causing the condition value for freight condition as zero for batch split item in invoice but in delivery we can see the value in freight condition for batch split item,
So as you suggested we need to follow the option 2 to achieve the freight condition value in invoice for batch spilt item.
Kindly provide your inputs.
Regards,
Rakesh G N.
Hi Rajaraman Chandrasekaran, nice blog post! I think the scenario is not 100% applicable to S/4HANA Public Cloud, since we cannot change the billing relevance in Copying Controls. But it's a great blog to understand the logic of batch split :).