R_PPSEntityProfileItemTP

DDL: R_PPSENTITYPROFILEITEMTP Type: view_entity TRANSACTIONAL

Entity Profile Item - TP

R_PPSEntityProfileItemTP is a Transactional CDS View that provides data about "Entity Profile Item - TP" in SAP S/4HANA. It reads from 1 data source (I_PPSEntityProfileItem) and exposes 42 fields with key field PPSEntityProfileItemUUID. It has 15 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_PPSEntityProfileItem I_PPSEntityProfileItem from

Associations (15)

CardinalityTargetAliasCondition
[0..1] I_PPSEntyPrflItemFieldName _ProfileItemFieldName $projection.PPSEntityProfileItemFieldName = _ProfileItemFieldName.PPSEntityProfileItemFieldName
[0..1] I_Plant _Plant $projection.Plant = _Plant.Plant
[0..1] I_PurchasingOrganization _PurchasingOrganization $projection.PurchasingOrganization = _PurchasingOrganization.PurchasingOrganization
[0..1] I_PurchasingGroup _PurchasingGroup $projection.PurchasingGroup = _PurchasingGroup.PurchasingGroup
[0..1] I_AcctAssignmentCategoryText _AcctAssgmtCategory $projection.AccountAssignmentCategory = _AcctAssgmtCategory.AccountAssignmentCategory and _AcctAssgmtCategory.Language = $session.system_language
[0..1] I_CompanyCode _CompanyCode $projection.CompanyCode = _CompanyCode.CompanyCode
[0..1] I_GrantText _Grant $projection.GrantID = _Grant.GrantID and _Grant.Language = $session.system_language
[0..1] I_ProjectNetwork _ProjectNetwork $projection.ProjectNetwork = _ProjectNetwork.ProjectNetwork
[0..1] I_CurrencyText _Currency $projection.Currency = _Currency.Currency and _Currency.Language = $session.system_language
[0..1] I_GoodsMovementTypeStdVH _GoodsMovementType $projection.GoodsMovementType = _GoodsMovementType.GoodsMovementType
[0..1] I_PPS_PrcgArrgmtTypeText _PrcgArrgmtType $projection.PPSPricingArrangementType = _PrcgArrgmtType.PPSPricingArrangementType and _PrcgArrgmtType.Language = $session.system_language
[0..1] I_PPS_PurgDocToleranceKeyVH _ToleranceGroup $projection.PPSDeliveryToleranceKey = _ToleranceGroup.PPSDeliveryToleranceKey
[0..1] I_WBSElementBasicData _WBSElement $projection.WBSElement = _WBSElement.WBSElementExternalID
[0..1] I_PPSWarrantLimitValueHelp _WarrantLimit $projection.PPSWarrantLimit = _WarrantLimit.PPSWarrantLimit
[0..1] E_PPSEntityProfileItem _ProfileItemExtension $projection.PPSEntityProfileItemUUID = _ProfileItemExtension.PPSEntityProfileItemUUID

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Entity Profile Item - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix PFI view
AbapCatalog.extensibility.quota.maximumFields 170 view
AbapCatalog.extensibility.quota.maximumBytes 1700 view
ObjectModel.sapObjectNodeType.name PPSEntityProfileItem view

Fields (42)

KeyFieldSource TableSource FieldDescription
KEY PPSEntityProfileItemUUID PPSEntityProfileItemUUID
PPSEntityProfileUUID PPSEntityProfileUUID
Plant Plant Valuation Area
PurchasingOrganization PurchasingOrganization Purchasing Organization
PurchasingGroup PurchasingGroup Purchasing Group
AccountAssignmentCategory AccountAssignmentCategory Acct Assgmt Cat
MasterFixedAsset MasterFixedAsset Fixed Asset
FixedAsset FixedAsset Sub-number
CompanyCode CompanyCode Receiver Company Code
CostCenter CostCenter Cost Center
FundsCenter FundsCenter Funds Center
GrantID GrantID Sender Grant
ProjectNetwork ProjectNetwork Order
Currency Currency Valuation Crcy
GoodsMovementType GoodsMovementType Movement Type
PPSPricingArrangementType PPSPricingArrangementType
PPSDeliveryToleranceKey PPSDeliveryToleranceKey Tolerance Key
WBSElement WBSElement WBS Internal ID
PPSWarrantLimit PPSWarrantLimit
PPSEntityProfileItemFieldName PPSEntityProfileItemFieldName UI Group FieldName
PPSEntityProfileItemFieldValue PPSEntityProfileItemFieldValue Field_value
PPSEntityAttributeIsExcluded PPSEntityAttributeIsExcluded
PPSEntityAttributeIsDefault PPSEntityAttributeIsDefault
CreatedAtDateTime CreatedAtDateTime Created On
LastChangedAtDateTime LastChangedAtDateTime Changed On
CreatedByUser CreatedByUser User Name
ChangedBy ChangedBy User Name
_ProfileHeader _ProfileHeader
_ProfileItemFieldName _ProfileItemFieldName
_Plant _Plant
_PurchasingOrganization _PurchasingOrganization
_PurchasingGroup _PurchasingGroup
_AcctAssgmtCategory _AcctAssgmtCategory
_CompanyCode _CompanyCode
_Grant _Grant
_ProjectNetwork _ProjectNetwork
_Currency _Currency
_GoodsMovementType _GoodsMovementType
_PrcgArrgmtType _PrcgArrgmtType
_ToleranceGroup _ToleranceGroup
_WBSElement _WBSElement
_WarrantLimit _WarrantLimit

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 R_PPSEntityProfileItemTP.
-- 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 R_PPSEntityProfileItemTP AS
SELECT
  PPSEntityProfileItemUUID,
  PPSEntityProfileUUID,
  Plant,
  PurchasingOrganization,
  PurchasingGroup,
  AccountAssignmentCategory,
  MasterFixedAsset,
  FixedAsset,
  CompanyCode,
  CostCenter,
  FundsCenter,
  GrantID,
  ProjectNetwork,
  Currency,
  GoodsMovementType,
  PPSPricingArrangementType,
  PPSDeliveryToleranceKey,
  WBSElement,
  PPSWarrantLimit,
  PPSEntityProfileItemFieldName,
  PPSEntityProfileItemFieldValue,
  PPSEntityAttributeIsExcluded,
  PPSEntityAttributeIsDefault,
  CreatedAtDateTime,
  LastChangedAtDateTime,
  CreatedByUser,
  ChangedBy
FROM I_PPSEntityProfileItem
LEFT OUTER JOIN I_PPSEntyPrflItemFieldName AS _ProfileItemFieldName ON PPSEntityProfileItemFieldName = _ProfileItemFieldName.PPSEntityProfileItemFieldName  -- association [0..1]
LEFT OUTER JOIN I_Plant AS _Plant ON Plant = _Plant.Plant  -- association [0..1]
LEFT OUTER JOIN I_PurchasingOrganization AS _PurchasingOrganization ON PurchasingOrganization = _PurchasingOrganization.PurchasingOrganization  -- association [0..1]
LEFT OUTER JOIN I_PurchasingGroup AS _PurchasingGroup ON PurchasingGroup = _PurchasingGroup.PurchasingGroup  -- association [0..1]
LEFT OUTER JOIN I_AcctAssignmentCategoryText AS _AcctAssgmtCategory ON AccountAssignmentCategory = _AcctAssgmtCategory.AccountAssignmentCategory AND _AcctAssgmtCategory.Language = $session.system_language  -- association [0..1]
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON CompanyCode = _CompanyCode.CompanyCode  -- association [0..1]
LEFT OUTER JOIN I_GrantText AS _Grant ON GrantID = _Grant.GrantID AND _Grant.Language = $session.system_language  -- association [0..1]
LEFT OUTER JOIN I_ProjectNetwork AS _ProjectNetwork ON ProjectNetwork = _ProjectNetwork.ProjectNetwork  -- association [0..1]
LEFT OUTER JOIN I_CurrencyText AS _Currency ON Currency = _Currency.Currency AND _Currency.Language = $session.system_language  -- association [0..1]
LEFT OUTER JOIN I_GoodsMovementTypeStdVH AS _GoodsMovementType ON GoodsMovementType = _GoodsMovementType.GoodsMovementType  -- association [0..1]
LEFT OUTER JOIN I_PPS_PrcgArrgmtTypeText AS _PrcgArrgmtType ON PPSPricingArrangementType = _PrcgArrgmtType.PPSPricingArrangementType AND _PrcgArrgmtType.Language = $session.system_language  -- association [0..1]
LEFT OUTER JOIN I_PPS_PurgDocToleranceKeyVH AS _ToleranceGroup ON PPSDeliveryToleranceKey = _ToleranceGroup.PPSDeliveryToleranceKey  -- association [0..1]
LEFT OUTER JOIN I_WBSElementBasicData AS _WBSElement ON WBSElement = _WBSElement.WBSElementExternalID  -- association [0..1]
LEFT OUTER JOIN I_PPSWarrantLimitValueHelp AS _WarrantLimit ON PPSWarrantLimit = _WarrantLimit.PPSWarrantLimit  -- association [0..1]
LEFT OUTER JOIN E_PPSEntityProfileItem AS _ProfileItemExtension ON PPSEntityProfileItemUUID = _ProfileItemExtension.PPSEntityProfileItemUUID  -- association [0..1]
;