SHSM_DFKKZA

DDL: SHSM_DFKKZA SQL: SHSMDFKKZA Type: view

Ersatz für DFKKZA in Suchhilfe

SHSM_DFKKZA is a CDS View that provides data about "Ersatz für DFKKZA in Suchhilfe" in SAP S/4HANA. It reads from 1 data source (dfkkza) and exposes 13 fields with key field nrzaa.

Data Sources (1)

SourceAliasJoin Type
dfkkza dfkkza from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName SHSMDFKKZA view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Ersatz für DFKKZA in Suchhilfe view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY nrzaa nrzaa Repaymt Request
pybuk pybuk Paying Co. Code
waers waers Transaction Currency
faedn faedn Net Due Date
hbkid hbkid House Bank
pymet pymet Payment Method
pybel pybel Payt Doc.
budat budat Posting Date
ernam ernam User Name
cpudt cpudt Imported On
bukrs bukrs Value
gsber gsber Business Area
segment segment Segment number

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_DFKKZA.
-- 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: SHSMDFKKZA

CREATE VIEW SHSM_DFKKZA AS
SELECT
  nrzaa,
  pybuk,
  waers,
  faedn,
  hbkid,
  pymet,
  pybel,
  budat,
  ernam,
  cpudt,
  bukrs,
  gsber,
  segment
FROM dfkkza
;