WS_IDEMPOTENCY
Definition
The WS_IDEMPOTENCY table is used to store web services calls
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The WS_IDEMPOTENCY table is defined by the
following columns.
See the column details for more information.
Column Details
OPERATION_UID
| Definition |
The operation unique identifier |
| Type |
VARCHAR(256), NOT NULL |
| Primary Key |
PK_WS_IDEMPOTENCY |
OPERATION_NAME
| Definition |
The operation name |
| Type |
VARCHAR(256), NOT NULL |
| Primary Key |
PK_WS_IDEMPOTENCY |
OPERATION_DATE
| Definition |
The date of operation first execution |
| Type |
TIMESTAMP, NOT NULL |
| Available Index |
IX_WS_IDPY |
OPERATION_RESULT
| Definition |
The result of the operation execution (only for operations which support response
caching)
|
| Type |
VARCHAR(2000), NULL |
Primary Key Details
PK_WS_IDEMPOTENCY
| Column(s) |
OPERATION_NAME,OPERATION_UID |
| Tablespace |
CATALOG_INDX |
Index Details
The following database indexes are available in the
WS_IDEMPOTENCY database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_WS_IDPY
| Indexed Column(s) |
OPERATION_DATE |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |