I_CashDocChainTraceStartItemVH

DDL: I_CASHDOCCHAINTRACESTARTITEMVH Type: view_entity COMPOSITE Package: FCLM_REUSE

Document Chain Trace Start Item

I_CashDocChainTraceStartItemVH is a Composite CDS View that provides data about "Document Chain Trace Start Item" in SAP S/4HANA. It is exposed through 1 OData service (ASQL_F7690). Part of development package FCLM_REUSE.

Annotations (13)

NameValueLevelField
Analytics.technicalName ICSHSTART_VH view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Document Chain Trace Start Item view
Search.searchable true view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey AccountingDocument view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #COMPOSITE view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F7690 ASQL_F7690 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY FiscalYear FiscalYear G/L Fiscal Year
KEY AccountingDocument AccountingDocument Journal Entry

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 I_CashDocChainTraceStartItemVH.
-- 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.

CREATE VIEW I_CashDocChainTraceStartItemVH AS
SELECT
  CompanyCode,
  FiscalYear,
  AccountingDocument
;