I_ISORDSHeaderTP

DDL: I_ISORDSHEADERTP Type: view_entity TRANSACTIONAL

Reference Designation System - TP

I_ISORDSHeaderTP is a Transactional CDS View that provides data about "Reference Designation System - TP" in SAP S/4HANA. It reads from 1 data source (R_ISORDSHeaderTP) and exposes 18 fields with key field ISORDSUUID.

Data Sources (1)

SourceAliasJoin Type
R_ISORDSHeaderTP R_ISORDSHeaderTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Reference Designation System - TP view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.sapObjectNodeType.name ReferenceDesignationSystem view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY ISORDSUUID ISORDSUUID
ISORDSUUIDHex ISORDSUUIDHex
HostObjNodeSAPObjectNodeType HostObjNodeSAPObjectNodeType SAP Obj Node Type
ISORDSId ISORDSId
ISORDSVersion ISORDSVersion
ISORDSType ISORDSType
IndlSystAspectType IndlSystAspectType
IndlSystIndustryDomain IndlSystIndustryDomain
IndlSystNamingAuthority IndlSystNamingAuthority
ISORDSDelimiter ISORDSDelimiter
ISORDSValidFromDateTime ISORDSValidFromDateTime
ISORDSValidToDateTime ISORDSValidToDateTime
ISORDSIsISOCompliant ISORDSIsISOCompliant
CreatedByUser CreatedByUser User Name
CreationDateTime CreationDateTime Timestamp
LastChangedByUser LastChangedByUser User Name
LastChangeDateTime LastChangeDateTime Timestamp
_NoteBasicTP _NoteBasicTP

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_ISORDSHeaderTP.
-- 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_ISORDSHeaderTP AS
SELECT
  ISORDSUUID,
  ISORDSUUIDHex,
  HostObjNodeSAPObjectNodeType,
  ISORDSId,
  ISORDSVersion,
  ISORDSType,
  IndlSystAspectType,
  IndlSystIndustryDomain,
  IndlSystNamingAuthority,
  ISORDSDelimiter,
  ISORDSValidFromDateTime,
  ISORDSValidToDateTime,
  ISORDSIsISOCompliant,
  CreatedByUser,
  CreationDateTime,
  LastChangedByUser,
  LastChangeDateTime
FROM R_ISORDSHeaderTP
;