WS_IDEMPOTENCY

Definition


The WS_IDEMPOTENCY table is used to store web services calls

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The WS_IDEMPOTENCY 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
OPERATION_UID PK_WS_IDEMPOTENCY       

    The operation unique identifier
    OPERATION_NAME PK_WS_IDEMPOTENCY       

      The operation name
      OPERATION_DATE     IX_WS_IDPY   

        The date of operation first execution
        OPERATION_RESULT        

          The result of the operation execution (only for operations that support response caching)

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          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 that support response caching)
          Type NVARCHAR(2000), NULL

          Primary Key Details

          See the primary key information:

          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