The access object is a small object that is managed by SAP Convergent Charging automatically along with provider contracts. Its header consists of only two fields:
- The user ID
- The service ID
You might recognize these two properties as two of three mandatory properties of a chargeable item class. These fields are available for all chargeable item classes.

Beyond these two fields, the access object contains a table which can contain multiple rows. Each row states a start and end date for its validity, and a reference to a contract ID and the corresponding charge within that contract.
This information is the link between the chargeable item and the contract. Whenever a chargeable item is processed by SAP Convergent Charging, the following chain of steps allows identification of the charge to process the chargeable item:
- Search for the access object with the user ID and service ID stated in the chargeable item.
- From the table in the access, select the line that is valid at the date and time stated by the consumption date in the chargeable item.
- Select the contract with the ID stated in the selected table line.
- Within the contract, select the contract item (pointing to a charge plan) that is pointing to the charge stated in the table line.
- Let the chargeable item be processed by the price plan of that charge.
