I_VarCnfHistlConstraintNetText

DDL: I_VARCNFHISTLCONSTRAINTNETTEXT Type: view_entity COMPOSITE

Historical Constraint Net - Text

I_VarCnfHistlConstraintNetText is a Composite CDS View that provides data about "Historical Constraint Net - Text" in SAP S/4HANA. It reads from 1 data source (I_VarCnfHistlCstrtNetTextBasic) and exposes 7 fields with key fields VarCnfConstraintNetName, LanguageCode, ChangeNumber.

Data Sources (1)

SourceAliasJoin Type
I_VarCnfHistlCstrtNetTextBasic I_VarCnfHistlCstrtNetTextBasic from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Historical Constraint Net - Text view
ObjectModel.representativeKey VarCnfConstraintNetName view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IVCHCNETTXT view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY VarCnfConstraintNetName VarCnfConstraintNetName
KEY LanguageCode LanguageCode Language Key
KEY ChangeNumber ChangeNumber Change Number
VarCnfConstraintNetDescription VarCnfConstraintNetDescription Description
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
IsDeleted IsDeleted TRUE

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_VarCnfHistlConstraintNetText.
-- 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_VarCnfHistlConstraintNetText AS
SELECT
  VarCnfConstraintNetName,
  LanguageCode,
  ChangeNumber,
  VarCnfConstraintNetDescription,
  ValidityStartDate,
  ValidityEndDate,
  IsDeleted
FROM I_VarCnfHistlCstrtNetTextBasic
;