list command of SAP CC Admin+
| Schema Version | 2022.0.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The INSTANCE_MAP table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| INSTANCE_ID | IX_INSTANCE_ID |
|
The unique instance ID | |||
| NAME |
|
The instance info configuration entry name | ||||
| VALUE |
|
The instance info configuration entry value |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique instance ID |
| Description |
The unique instance ID. The instance ID is composed of three elements:
Example Here is an example of instance ID: updater#1 identifies the updater number 1 |
| Type | NVARCHAR(64), NOT NULL |
| Available Index | IX_INSTANCE_ID |
| Definition | The instance info configuration entry name |
| Type | NVARCHAR(64), NOT NULL |
| Definition | The instance info configuration entry value |
| Type | NVARCHAR(256), NULL |
The following database indexes are available in the INSTANCE_MAP database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | INSTANCE_ID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |