I_DFS_PosToRefFrcElmntStrucTP

DDL: I_DFS_POSTOREFFRCELMNTSTRUCTP SQL: IDFSPOSRFESTRTP Type: view TRANSACTIONAL

Transactional Processing View of Pos To RFE Structure

I_DFS_PosToRefFrcElmntStrucTP is a Transactional CDS View that provides data about "Transactional Processing View of Pos To RFE Structure" in SAP S/4HANA. It reads from 1 data source (I_DFS_ObjStructureRelationship) and exposes 17 fields with key fields DfsObjectID, DfsPositionRelatedObjectID, DfsObjectPlanVersion, DfsObjectPlngStatus, DfsPositionValdtyStartDate.

Data Sources (1)

SourceAliasJoin Type
I_DFS_ObjStructureRelationship PosToRefFrcElmntStrucTP from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IDFSPOSRFESTRTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Transactional Processing View of Pos To RFE Structure view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.transactionalProcessingEnabled true view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.writeDraftPersistence DFS_POSRFESTR_D view

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY DfsObjectID I_DFS_ObjStructureRelationship DfsObjectID Object ID
KEY DfsPositionRelatedObjectID I_DFS_ObjStructureRelationship DfsPositionRelatedObjectID ID rel.object
KEY DfsObjectPlanVersion I_DFS_ObjStructureRelationship DfsObjectPlanVersion Plan version
KEY DfsObjectPlngStatus I_DFS_ObjStructureRelationship DfsObjectPlngStatus Planning status
KEY DfsPositionValdtyStartDate I_DFS_ObjStructureRelationship DfsObjectValdtyStartDate Start date
KEY DfsPositionValdtyEndDate I_DFS_ObjStructureRelationship DfsObjectValdtyEndDate End Date
DfsObjectType I_DFS_ObjStructureRelationship DfsObjectType Object type
DfsObjectRelshpSpec I_DFS_ObjStructureRelationship DfsObjectRelshpSpec Relationship
DfsObjectRelshpBtwnObj I_DFS_ObjStructureRelationship DfsObjectRelshpBtwnObj Relnship
DfsObjectRelshpPriority I_DFS_ObjStructureRelationship DfsObjectRelshpPriority Priority
DfsPositionDescRefSqncNmbr I_DFS_ObjStructureRelationship DfsPositionDescRefSqncNmbr IT record no.
DfsObjectInfoType I_DFS_ObjStructureRelationship DfsObjectInfoType Infotype
DfsObjectSubType I_DFS_ObjStructureRelationship DfsObjectSubType Subtype
DfsPositionRelatedObjectType I_DFS_ObjStructureRelationship DfsPositionRelatedObjectType Rel.obj.type
DfsObjRelshpLastChgdByUserName I_DFS_ObjStructureRelationship DfsObjRelshpLastChgdByUserName Percentage
DfsObjRelshpLastChgdByUser I_DFS_ObjStructureRelationship DfsObjRelshpLastChgdByUser User Name
DfsObjRelshpLastChgdDate I_DFS_ObjStructureRelationship DfsObjRelshpLastChgdDate Changed on

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_DFS_PosToRefFrcElmntStrucTP.
-- 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.
-- SQL view name: IDFSPOSRFESTRTP

CREATE VIEW I_DFS_PosToRefFrcElmntStrucTP AS
SELECT
  PosToRefFrcElmntStrucTP.DfsObjectID AS DfsObjectID,
  PosToRefFrcElmntStrucTP.DfsPositionRelatedObjectID AS DfsPositionRelatedObjectID,
  PosToRefFrcElmntStrucTP.DfsObjectPlanVersion AS DfsObjectPlanVersion,
  PosToRefFrcElmntStrucTP.DfsObjectPlngStatus AS DfsObjectPlngStatus,
  PosToRefFrcElmntStrucTP.DfsObjectValdtyStartDate AS DfsPositionValdtyStartDate,
  PosToRefFrcElmntStrucTP.DfsObjectValdtyEndDate AS DfsPositionValdtyEndDate,
  PosToRefFrcElmntStrucTP.DfsObjectType AS DfsObjectType,
  PosToRefFrcElmntStrucTP.DfsObjectRelshpSpec AS DfsObjectRelshpSpec,
  PosToRefFrcElmntStrucTP.DfsObjectRelshpBtwnObj AS DfsObjectRelshpBtwnObj,
  PosToRefFrcElmntStrucTP.DfsObjectRelshpPriority AS DfsObjectRelshpPriority,
  PosToRefFrcElmntStrucTP.DfsPositionDescRefSqncNmbr AS DfsPositionDescRefSqncNmbr,
  PosToRefFrcElmntStrucTP.DfsObjectInfoType AS DfsObjectInfoType,
  PosToRefFrcElmntStrucTP.DfsObjectSubType AS DfsObjectSubType,
  PosToRefFrcElmntStrucTP.DfsPositionRelatedObjectType AS DfsPositionRelatedObjectType,
  PosToRefFrcElmntStrucTP.DfsObjRelshpLastChgdByUserName AS DfsObjRelshpLastChgdByUserName,
  PosToRefFrcElmntStrucTP.DfsObjRelshpLastChgdByUser AS DfsObjRelshpLastChgdByUser,
  PosToRefFrcElmntStrucTP.DfsObjRelshpLastChgdDate AS DfsObjRelshpLastChgdDate
FROM I_DFS_ObjStructureRelationship AS PosToRefFrcElmntStrucTP
;