Fiscds_Ld_Cmp_All

DDL: FISVD_LD_CMP_ALL SQL: FISV_LDCMPALL Type: view

FISVD_LD_CMP_ALL

Fiscds_Ld_Cmp_All is a CDS View that provides data about "FISVD_LD_CMP_ALL" in SAP S/4HANA. It reads from 1 data source (finsc_ld_cmp) and exposes 14 fields.

Data Sources (1)

SourceAliasJoin Type
finsc_ld_cmp finsc_ld_cmp from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName FISV_LDCMPALL view
EndUserText.label FISVD_LD_CMP_ALL view
ObjectModel.usageType.serviceQuality #P view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.buffering.status #NOT_ALLOWED view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (14)

KeyFieldSource TableSource FieldDescription
rldnr rldnr Ledger (Compat.)
bukrs bukrs Value
curtph curtph Field Name
mlrelindh mlrelindh ML Relevant (H)
curtpk curtpk Field Name
curposk curposk Curr Pos K
mlrelindk mlrelindk ML Relevant (K)
curtpo curtpo FreeDef Crcy 1
curposo curposo Curr Pos O
mlrelindo mlrelindo ML Relevant (O)
periv periv FYear Variant
parglaccts parglaccts Parallel GL Accts
opvar opvar Pstg Per.Var.
toyear toyear To Year

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 Fiscds_Ld_Cmp_All.
-- 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: FISV_LDCMPALL

CREATE VIEW Fiscds_Ld_Cmp_All AS
SELECT
  rldnr,
  bukrs,
  curtph,
  mlrelindh,
  curtpk,
  curposk,
  mlrelindk,
  curtpo,
  curposo,
  mlrelindo,
  periv,
  parglaccts,
  opvar,
  toyear
FROM finsc_ld_cmp
;