Lesson Overview
For billable item management, you need to define a database structure. The database structure needs to reflect the following billing processes, as well as industry or customer-specific requirements. Convergent Invoicing supports database design with predefined interfaces.
Business Example
The charging system for prints charges customer Bovi with fees for black prints, colored prints and monthly fees. All items are stored in billable item classes.
Billable Item Management

- 1. Importing and Managing Billable Items
The following functions are available for importing and managing billable items: Configure billable item classes
When configuring the interface for data import, a billable item class describes the technical attributes of the billable items.
Generate interfaces for billable item classes
In customizing for contract accounts receivable and payable, you generate the objects that are necessary to transfer and store the data for a billable item class.
Save billable items
You can configure the billable item class in such a way that the system stores billed items and simulated billed items separately on the database.
Monitor billable items
There are functions for monitoring billable items based on their status group. On the SAP Easy Access screen, choose Billing → Monitoring. You can also change the status of individual billing transactions by excluding billable items from processing, or by restoring them so they can be processed.
- 2. Processing Billable Items
In billing, you bill the billable items of contract accounts. The billing process controls billing by specifying the rules used for selecting billable items, and for automatically grouping them into billing units. For each billing unit, the system creates a billing document.
In addition to the main structure for billable items, tax and payment data is stored in a tax item structure and a payment item structure.
Status of Billable Items
A billable item has one of the following statuses:
0 (raw)
1 (raw - excepted)
2 (billable)
3 (billable - excepted)
4 (billed)
Raw data does not have to be complete, nor does it have to be consistent. The data in the individual fields can be changed.
For example, the business partner is know in the charging system, but the contract account is missing in the raw data.
Billable items must be both complete and consistent before they can be billed.
Items that have the status raw-excepted and billable-excepted, are excluded from further processing. This means that they are not considered during the transfer or during billing.
The system stores all the billable items of a billable item class according to their status in separate database tables. When you analyze billable items, you first have to select which status you want to evaluate (for example, monitoring reports in billing).
You can define data storage for billed items and for simulated billed items separately. Data storage for billed items can be defined as time-dependent.

Record Type
The record type groups characteristics of billable items that are related in a business sense.
Structure
The system manages data for the following record types separately in the database and the main memory:
IT (main items)
PY (payment data items)
TX (tax items)
TT (text items)
Billable items belonging to record type IT are necessary to provide the fundamental data for billing. The other record types are dependent record types that the system cannot bill without existing IT records (such as credit card supplements).
The system uses separate tables for each record type.
Business Context
Requirements for BIT classes are derived from business needs. Here are 3 business examples:
- Business example 1
The preceding Webshop Sales process delivers the payment card information for each billable item for the Internet download. Therefore, you need an extra billable item for the payment card information with direct reference to the billable item. The billable item class TDAT needs an additional database structure for payment card information.
- Business example 2
The rating and charging system for Telco billable items has already calculated the tax per billable item. Therefore, you need an extra tax BIT for each billable item. The billable item class TC01 needs a database structure for extra tax BITs.
- Business example 3
The rating and charging system is SAP Convergent Charging. You need to activate predefined database structures and function modules that are suitable for integration with convergent charging. The billable item class HRAT has activated the convergent charging interface.
The billable item class has not yet been activated.
All business examples have different requirements with regard to the database structure. This is because additional database tables for payment card information are required in example 1, tax information is required in example 2, and process integration is required as well as the database structure in example 3. In this course, we will concentrate on business example 1.