KSR_TS_WS
KSR: Tenant Specific Gateway Subrecords (Calls)
KSR_TS_WS is an SAP database table in S/4HANA. KSR: Tenant Specific Gateway Subrecords (Calls). It contains 21 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| KSR_I_TS_SERVICES_OUT_MAIN_R | view | union | KSR: Tenant Single Outbound Services Main Records | |
| KSR_I_TS_WS_CONSUMER_R | view | from | KSR: Tenant Single Web Service Consumer | |
| KSR_I_TS_WS_PROVIDER_R | view | from | KSR: Tenant Single Web Service Provider |
Fields (21)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | client | MANDT | Client | |||
| KEY | instance | MSNAME2 | AS Instance | |||
| KEY | record_number | abap.int4 | ||||
| KEY | start_time | TIMESTAMPL | Time Stamp | |||
| KEY | subrecord_number | abap.int4 | ||||
| location | KSR_CR_V_WS_LOCATION | Location | ||||
| location_raw | KSR_CR_V_WS_LOCATION_RAW | Location | ||||
| protocol | KSR_CR_V_WS_PROTOCOL | Protocol | ||||
| proxy_object | KSR_CR_V_WS_PROXY_CLASS | Proxy Class | ||||
| proxy_object_type | KSR_CR_V_WS_PROXY_OBJECT_TYPE | Proxy Object Type | ||||
| proxy_object_type_raw | KSR_CR_V_WS_PROXY_OBJ_TYPE_RAW | Proxy Object Type | ||||
| operation | KSR_CR_V_WS_OPERATION | Operation | ||||
| logical_port | KSR_CR_V_WS_LOGICAL_PORT | Logical Port | ||||
| messageid | KSR_CR_V_WS_MESSAGE_ID | Message ID | ||||
| synchronous | KSR_CR_V_WS_COMMUNICATION_TYPE | Communication Type | ||||
| esr_modeled | KSR_CR_V_WS_ESR_MODELED | ESR Modeled | ||||
| shortcut | KSR_CR_V_WS_SHORTCUT | Shortcut Case | ||||
| response_time | KSR_V_VALUE | Value | ||||
| message_size | KSR_V_VALUE | Value | ||||
| retention_timestamp | TIMESTAMP | Time Stamp | ||||
| end_time | TIMESTAMPL | Time Stamp |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- KSR: Tenant Specific Gateway Subrecords (Calls)
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE KSR_TS_WS (
CLIENT, -- Client [MANDT]
INSTANCE, -- AS Instance [MSNAME2]
RECORD_NUMBER, -- abap.int4
START_TIME, -- Time Stamp [TIMESTAMPL]
SUBRECORD_NUMBER, -- abap.int4
LOCATION, -- Location [KSR_CR_V_WS_LOCATION]
LOCATION_RAW, -- Location [KSR_CR_V_WS_LOCATION_RAW]
PROTOCOL, -- Protocol [KSR_CR_V_WS_PROTOCOL]
PROXY_OBJECT, -- Proxy Class [KSR_CR_V_WS_PROXY_CLASS]
PROXY_OBJECT_TYPE, -- Proxy Object Type [KSR_CR_V_WS_PROXY_OBJECT_TYPE]
PROXY_OBJECT_TYPE_RAW, -- Proxy Object Type [KSR_CR_V_WS_PROXY_OBJ_TYPE_RAW]
OPERATION, -- Operation [KSR_CR_V_WS_OPERATION]
LOGICAL_PORT, -- Logical Port [KSR_CR_V_WS_LOGICAL_PORT]
MESSAGEID, -- Message ID [KSR_CR_V_WS_MESSAGE_ID]
SYNCHRONOUS, -- Communication Type [KSR_CR_V_WS_COMMUNICATION_TYPE]
ESR_MODELED, -- ESR Modeled [KSR_CR_V_WS_ESR_MODELED]
SHORTCUT, -- Shortcut Case [KSR_CR_V_WS_SHORTCUT]
RESPONSE_TIME, -- Value [KSR_V_VALUE]
MESSAGE_SIZE, -- Value [KSR_V_VALUE]
RETENTION_TIMESTAMP, -- Time Stamp [TIMESTAMP]
END_TIME, -- Time Stamp [TIMESTAMPL]
PRIMARY KEY (CLIENT, INSTANCE, RECORD_NUMBER, START_TIME, SUBRECORD_NUMBER)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA