SHSM_DEBIK

DDL: SHSM_DEBIK SQL: SHSMDEBIK Type: view

CDS view replacing M_DEBIK for DEBIK

SHSM_DEBIK is a CDS View that provides data about "CDS view replacing M_DEBIK for DEBIK" in SAP S/4HANA. It reads from 1 data source (kna1) and exposes 8 fields with key field kunnr.

Data Sources (1)

SourceAliasJoin Type
kna1 kna1 from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName SHSMDEBIK view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.representativeKey kunnr view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label CDS view replacing M_DEBIK for DEBIK view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY kunnr kunnr Stock customer
ktokd ktokd DefCusAcctGr
sortl sortl Sort Term
land1 land1 Trip Ctry/Reg
pstlz pstlz Postal Code
mcod3 mcod3 City
mcod1 mcod1 Search Term
begru begru AuthorizGroup

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_DEBIK.
-- 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: SHSMDEBIK

CREATE VIEW SHSM_DEBIK AS
SELECT
  kunnr,
  ktokd,
  sortl,
  land1,
  pstlz,
  mcod3,
  mcod1,
  begru
FROM kna1
;