I_FuncnlLocClfnClassTP

DDL: I_FUNCNLLOCCLFNCLASSTP Type: view_entity TRANSACTIONAL

FL Classification Class - TP

I_FuncnlLocClfnClassTP is a Transactional CDS View that provides data about "FL Classification Class - TP" in SAP S/4HANA. It reads from 1 data source (R_FuncnlLocClfnClassTP) and exposes 13 fields with key fields FunctionalLocation, ClassInternalID, ClassType.

Data Sources (1)

SourceAliasJoin Type
R_FuncnlLocClfnClassTP R_FuncnlLocClfnClassTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label FL Classification Class - TP view
ObjectModel.modelingPattern #TRANSACTIONAL_PROJECTED_ENTITY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY FunctionalLocation FunctionalLocation Object ID
KEY ClassInternalID ClassInternalID Int class no.
KEY ClassType ClassType X Flag
FunctionalLocationLabelName FunctionalLocationLabelName Functional Loc.
KeyDate KeyDate Maturity Key Date
Class Class User Group
ClfnStatus ClfnStatus Status
ClassPositionNumber ClassPositionNumber Pos.
ClassIsStandardClass ClassIsStandardClass Class Is Standard Class
ClfnObjectInternalID ClfnObjectInternalID
ValidityEndDate ValidityEndDate ValidTo
ClassMaintAuthGrp ClassMaintAuthGrp
ClassClassfctnAuthGrp ClassClassfctnAuthGrp

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_FuncnlLocClfnClassTP.
-- 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_FuncnlLocClfnClassTP AS
SELECT
  FunctionalLocation,
  ClassInternalID,
  ClassType,
  FunctionalLocationLabelName,
  KeyDate,
  Class,
  ClfnStatus,
  ClassPositionNumber,
  ClassIsStandardClass,
  ClfnObjectInternalID,
  ValidityEndDate,
  ClassMaintAuthGrp,
  ClassClassfctnAuthGrp
FROM R_FuncnlLocClfnClassTP
;