I_ChgMstrObMgReDocInfoRecdTP_2

DDL: I_CHGMSTROBMGREDOCINFORECDTP_2 Type: view_entity TRANSACTIONAL

Change Number Object Management Record DIR TP

I_ChgMstrObMgReDocInfoRecdTP_2 is a Transactional CDS View that provides data about "Change Number Object Management Record DIR TP" in SAP S/4HANA. It reads from 1 data source (I_ChgMstrObMgReDocInfoRecdTP) and exposes 20 fields with key fields ChangeNumber, DocumentType, DocumentInfoRecord, DocumentPart, DocumentVersion.

Data Sources (1)

SourceAliasJoin Type
I_ChgMstrObMgReDocInfoRecdTP I_ChgMstrObMgReDocInfoRecdTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
EndUserText.label Change Number Object Management Record DIR TP view

Fields (20)

KeyFieldSource TableSource FieldDescription
KEY ChangeNumber ChangeNumber Change Number
KEY DocumentType DocumentType Order Type
KEY DocumentInfoRecord DocumentInfoRecord Document
KEY DocumentPart DocumentPart Document Part
KEY DocumentVersion DocumentVersion Docu. Version
ChgNmbrAlternativeDateID ChgNmbrAlternativeDateID
SAPObjectTechnicalID SAPObjectTechnicalID
ObjMgmtRecdDescription ObjMgmtRecdDescription
ObjMgmtRecdItemUUID ObjMgmtRecdItemUUID
ObjMgmtRecdLastChangedAt ObjMgmtRecdLastChangedAt
ObjMgmtRecdLastChangedBy ObjMgmtRecdLastChangedBy
ObjMgmtRecdCreationDate ObjMgmtRecdCreationDate
ObjMgmtRecdCreatedBy ObjMgmtRecdCreatedBy
ObjMgmtRecdObjLastChangedAt ObjMgmtRecdObjLastChangedAt
ObjMgmtRecdObjLastChangedBy ObjMgmtRecdObjLastChangedBy
ObjMgmtRecdObjIsLockedForChg ObjMgmtRecdObjIsLockedForChg
ObjMgmtRecdObjIsPlanned ObjMgmtRecdObjIsPlanned
ObjMgmtRecdObjRevisionLevel ObjMgmtRecdObjRevisionLevel
ChgNmbrAlternativeDateCounter ChgNmbrAlternativeDateCounter
ChangeNumberLastChgdDateTime ChangeNumberLastChgdDateTime

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_ChgMstrObMgReDocInfoRecdTP_2.
-- 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_ChgMstrObMgReDocInfoRecdTP_2 AS
SELECT
  ChangeNumber,
  DocumentType,
  DocumentInfoRecord,
  DocumentPart,
  DocumentVersion,
  ChgNmbrAlternativeDateID,
  SAPObjectTechnicalID,
  ObjMgmtRecdDescription,
  ObjMgmtRecdItemUUID,
  ObjMgmtRecdLastChangedAt,
  ObjMgmtRecdLastChangedBy,
  ObjMgmtRecdCreationDate,
  ObjMgmtRecdCreatedBy,
  ObjMgmtRecdObjLastChangedAt,
  ObjMgmtRecdObjLastChangedBy,
  ObjMgmtRecdObjIsLockedForChg,
  ObjMgmtRecdObjIsPlanned,
  ObjMgmtRecdObjRevisionLevel,
  ChgNmbrAlternativeDateCounter,
  ChangeNumberLastChgdDateTime
FROM I_ChgMstrObMgReDocInfoRecdTP
;