ESH_QM_RESULT_T
ES Query Measurement: Result for Search Transactions
ESH_QM_RESULT_T is an SAP database table in S/4HANA. ES Query Measurement: Result for Search Transactions. It contains 10 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Esh_V_Qm_Result_T | view | from | ES Query Measurement: Result for Search Transactions |
Fields (10)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | session_id | ESH_E_IF_SEARCH_TRANSACTION_ID | Transaction ID | |||
| KEY | transaction_id | ESH_E_IF_SEARCH_TRANSACTION_ID | Transaction ID | |||
| score | ESH_E_QM_SCORE | Score | ||||
| assessment | ESH_E_QM_ASSESSMENT | Assessment | ||||
| complexity | ESH_E_QM_COMPL | Complexity | ||||
| job_id | ESH_E_QM_JOB | Job ID | ||||
| calc_type | ESH_E_QM_CALC_TYPE | Calc. Type | ||||
| modified_by | ESH_E_QM_USER | User | ||||
| modified_at | ESH_E_QM_TIMESTAMP | Timestamp |
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.
-- ES Query Measurement: Result for Search Transactions
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ESH_QM_RESULT_T (
MANDT, -- Client [MANDT]
SESSION_ID, -- Transaction ID [ESH_E_IF_SEARCH_TRANSACTION_ID]
TRANSACTION_ID, -- Transaction ID [ESH_E_IF_SEARCH_TRANSACTION_ID]
SCORE, -- Score [ESH_E_QM_SCORE]
ASSESSMENT, -- Assessment [ESH_E_QM_ASSESSMENT]
COMPLEXITY, -- Complexity [ESH_E_QM_COMPL]
JOB_ID, -- Job ID [ESH_E_QM_JOB]
CALC_TYPE, -- Calc. Type [ESH_E_QM_CALC_TYPE]
MODIFIED_BY, -- User [ESH_E_QM_USER]
MODIFIED_AT, -- Timestamp [ESH_E_QM_TIMESTAMP]
PRIMARY KEY (MANDT, SESSION_ID, TRANSACTION_ID)
);
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