WS_IDEMPOTENCY

Definition


The WS_IDEMPOTENCY table is used to store web services calls

Technical Data


Schema Version 4.5.13
Partitioned No

Summary


The WS_IDEMPOTENCY table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
OPERATION_UID PK_WS_IDEMPOTENCY         
OPERATION_NAME PK_WS_IDEMPOTENCY         
OPERATION_DATE     IX_WS_IDPY     
OPERATION_RESULT          

Column Details


OPERATION_UID

Definition The operation unique identifier
Type NVARCHAR(256), NOT NULL
Primary Key PK_WS_IDEMPOTENCY

OPERATION_NAME

Definition The operation name
Type NVARCHAR(256), NOT NULL
Primary Key PK_WS_IDEMPOTENCY

OPERATION_DATE

Definition The date of operation first execution
Type SECONDDATE, NOT NULL
Available Index IX_WS_IDPY

OPERATION_RESULT

Definition The result of the operation execution (only for operations which support response caching)
Type NVARCHAR(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