I_ChgMstrObjectMgmtRecordTP_2

DDL: I_CHGMSTROBJECTMGMTRECORDTP_2 Type: view_entity TRANSACTIONAL

Change Number Object Management Record TP

I_ChgMstrObjectMgmtRecordTP_2 is a Transactional CDS View that provides data about "Change Number Object Management Record TP" in SAP S/4HANA. It reads from 1 data source (I_ChangeMstrObjectMgmtRecordTP) and exposes 21 fields with key fields ChangeNumber, SAPObjectType, SAPObjectTechnicalID.

Data Sources (1)

SourceAliasJoin Type
I_ChangeMstrObjectMgmtRecordTP I_ChangeMstrObjectMgmtRecordTP 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 TP view

Fields (21)

KeyFieldSource TableSource FieldDescription
KEY ChangeNumber ChangeNumber Change Number
KEY SAPObjectType SAPObjectType SOT Name
KEY SAPObjectTechnicalID SAPObjectTechnicalID
SAPObjectReadableID SAPObjectReadableID
ObjMgmtRecdObject ObjMgmtRecdObject
ChgNmbrAlternativeDateID ChgNmbrAlternativeDateID
ObjMgmtRecdDescription ObjMgmtRecdDescription
ObjMgmtRecdItemUUID ObjMgmtRecdItemUUID
ObjMgmtRecdLastChangedAt ObjMgmtRecdLastChangedAt
ObjMgmtRecdLastChangedBy ObjMgmtRecdLastChangedBy
ObjMgmtRecdCreationDate ObjMgmtRecdCreationDate
ObjMgmtRecdCreatedBy ObjMgmtRecdCreatedBy
ObjMgmtRecdObjLastChangedAt ObjMgmtRecdObjLastChangedAt
ObjMgmtRecdObjLastChangedBy ObjMgmtRecdObjLastChangedBy
ObjMgmtRecdObjIsLockedForChg ObjMgmtRecdObjIsLockedForChg
ObjMgmtRecdObjIsBaselined ObjMgmtRecdObjIsBaselined
ObjMgmtRecdObjIsPlanned ObjMgmtRecdObjIsPlanned
ObjMgmtRecdObjRevisionLevel ObjMgmtRecdObjRevisionLevel
ChangeNumberObjectType ChangeNumberObjectType
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_ChgMstrObjectMgmtRecordTP_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_ChgMstrObjectMgmtRecordTP_2 AS
SELECT
  ChangeNumber,
  SAPObjectType,
  SAPObjectTechnicalID,
  SAPObjectReadableID,
  ObjMgmtRecdObject,
  ChgNmbrAlternativeDateID,
  ObjMgmtRecdDescription,
  ObjMgmtRecdItemUUID,
  ObjMgmtRecdLastChangedAt,
  ObjMgmtRecdLastChangedBy,
  ObjMgmtRecdCreationDate,
  ObjMgmtRecdCreatedBy,
  ObjMgmtRecdObjLastChangedAt,
  ObjMgmtRecdObjLastChangedBy,
  ObjMgmtRecdObjIsLockedForChg,
  ObjMgmtRecdObjIsBaselined,
  ObjMgmtRecdObjIsPlanned,
  ObjMgmtRecdObjRevisionLevel,
  ChangeNumberObjectType,
  ChgNmbrAlternativeDateCounter,
  ChangeNumberLastChgdDateTime
FROM I_ChangeMstrObjectMgmtRecordTP
;