When a charge processes a chargeable item, it might generate an output transaction which is eventually billed by SAP Convergent Invoicing. SAP Convergent Charging and SAP Convergent Invoicing must have a common agreement about the data structure to exchange. SAP Convergent Invoicing takes the lead by defining a so called "Billable Item Class". SAP Convergent Charging creates its own local representation of that billable item class, which is called the "charged item class". It also creates a mapping between all fields of the billable item class and the charged item class, as illustrated in the following figure.

Let’s look into the details.
Billable Item Class

A billable item class describes the data fields that detail a billable item. Billable items are transactions charged to a customer account that are billed and invoiced to a customer or partner. Like consumption item classes, billable item classes are set up by:
- Creating a new empty billable item class in SAP Convergent Invoicing.
- Activating a set of standard interface components that provide certain functionalities, by adding specific fields to the billable item class.
- Adding custom fields to the billable item class that are needed beyond the fields provided by the standard interface components.
Once the billable item class is configured properly, the class is made available to be used by SAP Convergent Charging.
Charged Item Classes
Charged item classes describe the format of the output from the charging process of SAP Convergent Charging. Just like a billable item class, it contains a list of field names and their associated data type. When a charge creates an output transaction, it must refer to a charged item class. A new charged item is created which can contain all fields of the referred charged item class. Charged items are the output transactions that SAP Convergent Charging creates during its rating and charging process.

While the fields of a billable item class support all data types offered by SAP Convergent Invoicing, the fields of a charged item class only support the following data types:
- String
- Number
- Date
- Boolean
When a new billable item mapping is created in SAP Convergent Charging for a specific billable item class, the system automatically creates a corresponding charged item class as well.