SHSM_M_KREDE

DDL: SHSM_M_KREDE SQL: SHSMMKREDE Type: view

CDS View replacing M_KREDE in search help KREDE

SHSM_M_KREDE is a CDS View that provides data about "CDS View replacing M_KREDE in search help KREDE" in SAP S/4HANA. It reads from 2 data sources (lfa1, lfm1) and exposes 22 fields.

Data Sources (2)

SourceAliasJoin Type
lfa1 lfa1 from
lfm1 lfm1 inner

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMMKREDE 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 #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label CDS View replacing M_KREDE in search help KREDE view

Fields (22)

KeyFieldSource TableSource FieldDescription
sortl lfa1 sortl Sort Term
land1 lfa1 land1 Trip Ctry/Reg
pstlz lfa1 pstlz Postal Code
mcod3 lfa1 mcod3 City
mcod1 lfa1 mcod1 Search Term
lifnr lfa1 lifnr Vendor no.
ekorg lfm1 ekorg Purchasing Org.
bolre lfm1 bolre Subseq. Settlmt
begru lfa1 begru AuthorizGroup
ktokk lfa1 ktokk Vendor Group
loevm lfm1 loevm End Contract
DataController1 lfa1 data_ctrlr1 Data Controller
DataController2 lfa1 data_ctrlr2 Data Controller
DataController3 lfa1 data_ctrlr3 Data Controller
DataController4 lfa1 data_ctrlr4 Data Controller
DataController5 lfa1 data_ctrlr5 Data Controller
DataController6 lfa1 data_ctrlr6 Data Controller
DataController7 lfa1 data_ctrlr7 Data Controller
DataController8 lfa1 data_ctrlr8 Data Controller
DataController9 lfa1 data_ctrlr9 Data Controller
DataController10 lfa1 data_ctrlr10 Data Controller
DataControllerSet lfa1 xdcset Data Ctrlr. Set

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_M_KREDE.
-- 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: SHSMMKREDE

CREATE VIEW SHSM_M_KREDE AS
SELECT
  lfa1.sortl AS sortl,
  lfa1.land1 AS land1,
  lfa1.pstlz AS pstlz,
  lfa1.mcod3 AS mcod3,
  lfa1.mcod1 AS mcod1,
  lfa1.lifnr AS lifnr,
  lfm1.ekorg AS ekorg,
  lfm1.bolre AS bolre,
  lfa1.begru AS begru,
  lfa1.ktokk AS ktokk,
  lfm1.loevm AS loevm,
  lfa1.data_ctrlr1 AS DataController1,
  lfa1.data_ctrlr2 AS DataController2,
  lfa1.data_ctrlr3 AS DataController3,
  lfa1.data_ctrlr4 AS DataController4,
  lfa1.data_ctrlr5 AS DataController5,
  lfa1.data_ctrlr6 AS DataController6,
  lfa1.data_ctrlr7 AS DataController7,
  lfa1.data_ctrlr8 AS DataController8,
  lfa1.data_ctrlr9 AS DataController9,
  lfa1.data_ctrlr10 AS DataController10,
  lfa1.xdcset AS DataControllerSet
FROM lfa1
INNER JOIN lfm1 ON /* join condition not captured in parsed metadata */
;