SHSM_T012K0

DDL: SHSM_T012K0 SQL: SHSMT012K0 Type: view

CDS View replacing T012K in search help

SHSM_T012K0 is a CDS View that provides data about "CDS View replacing T012K in search help" in SAP S/4HANA. It reads from 2 data sources (V_T012k_DDL, V_T012t_Ddl) and exposes 4 fields.

Data Sources (2)

SourceAliasJoin Type
V_T012k_DDL t012k from
V_T012t_Ddl t012t left_outer

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName SHSMT012K0 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label CDS View replacing T012K in search help view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
bukrs V_T012k_DDL bukrs Value
hbkid V_T012k_DDL hbkid House Bank
hktid V_T012k_DDL hktid House Bank Account
text1 V_T012t_Ddl text1 Vertikalization Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view SHSM_T012K0.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: SHSMT012K0

CREATE VIEW SHSM_T012K0 AS
SELECT
  t012k.bukrs AS bukrs,
  t012k.hbkid AS hbkid,
  t012k.hktid AS hktid,
  t012t.text1 AS text1
FROM V_T012k_DDL AS t012k
LEFT OUTER JOIN V_T012t_Ddl AS t012t ON /* join condition not captured in parsed metadata */
;