C_ProcmtAutomnActionParamTP

DDL: C_PROCMTAUTOMNACTIONPARAMTP SQL: CPRMTACTPARAMTP Type: view CONSUMPTION

Consumption view for the action parameters

C_ProcmtAutomnActionParamTP is a Consumption CDS View that provides data about "Consumption view for the action parameters" in SAP S/4HANA. It reads from 1 data source (I_ProcmtAutomnActionParamTP) and exposes 22 fields with key fields ProcmtAutomnRuleID, ProcmtAutomnActivityID, ExtSourceSystem, ProcmtAutomnActionUniqueID, SAPObjectNodeType. It has 7 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_ProcmtAutomnActionParamTP I_ProcmtAutomnActionParamTP from

Associations (7)

CardinalityTargetAliasCondition
[1..1] C_ProcmtAutomnRuleActionTP _ProcmtAutomnRuleActionTP _ProcmtAutomnRuleActionTP.ProcmtAutomnActionUniqueID = $projection.ProcmtAutomnActionUniqueID and _ProcmtAutomnRuleActionTP.ProcmtAutomnRuleID = $projection.ProcmtAutomnRuleID and _ProcmtAutomnRuleActionTP.ProcmtAutomnActivityID = $projection.ProcmtAutomnActivityID
[1..1] C_ProcmtAutomnRuleDefinitionTP _ProcmtAutomnRuleDefinitionTP _ProcmtAutomnRuleDefinitionTP.ProcmtAutomnRuleID = $projection.ProcmtAutomnRuleID
[1..1] C_ProcmtAutomnRuleCritraOptrVH _ProcmtAutomnRuleCritraOptrVH _ProcmtAutomnRuleCritraOptrVH.DomainValue = $projection.Operator
[0..1] C_ProcmtHubBackendSrceSystemVH _ProcmtHubBackendSrceSystemVH _ProcmtHubBackendSrceSystemVH.ProcurementHubSourceSystem = $projection.ExtSourceSystemForEdit
[0..1] C_ProcmtAutomnSAPObjNodeTypeVH _ProcmtAutomnSAPObjNodeTypeVH _ProcmtAutomnSAPObjNodeTypeVH.SAPObjectType = $projection.SAPObjectType and _ProcmtAutomnSAPObjNodeTypeVH.SAPObjectNodeType = $projection.SAPObjectNodeTypeForEdit
[0..1] C_ProcmtAutomnSAPObjFieldVH _ProcmtAutomnSAPObjFieldVH _ProcmtAutomnSAPObjFieldVH.BusinessObjectFieldName = $projection.BusinessObjectFieldNameForEdit and _ProcmtAutomnSAPObjFieldVH.SAPObjectNodeType = $projection.SAPObjectNodeTypeForEdit
[0..1] C_ProcmtAutomnTeamNameVH _TeamNameVH _TeamNameVH.RespyMgmtGlobalTeamID = $projection.BusinessObjectKeyFieldValue2

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName CPRMTACTPARAMTP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
ObjectModel.transactionalProcessingDelegated true view
ObjectModel.createEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.updateEnabled true view
UI.headerInfo.typeName Automation Action Parameter view
UI.headerInfo.typeNamePlural Automation Action Parameters view
UI.headerInfo.title.value BusinessObjectFieldNameForEdit view
UI.headerInfo.title.label Field Name view
UI.headerInfo.description.value BusinessObjectFieldNameForEdit view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Consumption view for the action parameters view

Fields (22)

KeyFieldSource TableSource FieldDescription
KEY ProcmtAutomnRuleID ProcmtAutomnRuleID Rule ID
KEY ProcmtAutomnActivityID ProcmtAutomnActivityID Activity ID
KEY ExtSourceSystem ExtSourceSystem Connected System ID
KEY ProcmtAutomnActionUniqueID ProcmtAutomnActionUniqueID Action Unique ID
KEY SAPObjectNodeType SAPObjectNodeType SONT Name
KEY BusinessObjectFieldName BusinessObjectFieldName Field Name
KEY ItemCounter ItemCounter Sequence
SAPObjectNodeTypeForEdit SAPObjectNodeTypeForEdit Node Type
BusinessObjectFieldNameForEdit BusinessObjectFieldNameForEdit Field Name
ItemCounterForEdit ItemCounterForEdit Sequence
ExtSourceSystemForEdit ExtSourceSystemForEdit Connected System ID
Operator Operator Operation
BusinessObjectKeyFieldValue1 BusinessObjectKeyFieldValue1 Value From
BusinessObjectKeyFieldValue2 BusinessObjectKeyFieldValue2 Team Name
SAPObjectType _ProcmtAutomnRuleActionTP SAPObjectType SOT Name
_ProcmtAutomnRuleDefinitionTP _ProcmtAutomnRuleDefinitionTP
_ProcmtAutomnRuleActionTP _ProcmtAutomnRuleActionTP
_ProcmtAutomnRuleCritraOptrVH _ProcmtAutomnRuleCritraOptrVH
_ProcmtHubBackendSrceSystemVH _ProcmtHubBackendSrceSystemVH
_ProcmtAutomnSAPObjNodeTypeVH _ProcmtAutomnSAPObjNodeTypeVH
_ProcmtAutomnSAPObjFieldVH _ProcmtAutomnSAPObjFieldVH
_TeamNameVH _TeamNameVH

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 C_ProcmtAutomnActionParamTP.
-- 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: CPRMTACTPARAMTP

CREATE VIEW C_ProcmtAutomnActionParamTP AS
SELECT
  ProcmtAutomnRuleID,
  ProcmtAutomnActivityID,
  ExtSourceSystem,
  ProcmtAutomnActionUniqueID,
  SAPObjectNodeType,
  BusinessObjectFieldName,
  ItemCounter,
  SAPObjectNodeTypeForEdit,
  BusinessObjectFieldNameForEdit,
  ItemCounterForEdit,
  ExtSourceSystemForEdit,
  Operator,
  BusinessObjectKeyFieldValue1,
  BusinessObjectKeyFieldValue2,
  _ProcmtAutomnRuleActionTP.SAPObjectType AS SAPObjectType
FROM I_ProcmtAutomnActionParamTP
LEFT OUTER JOIN C_ProcmtAutomnRuleActionTP AS _ProcmtAutomnRuleActionTP ON _ProcmtAutomnRuleActionTP.ProcmtAutomnActionUniqueID = ProcmtAutomnActionUniqueID AND _ProcmtAutomnRuleActionTP.ProcmtAutomnRuleID = ProcmtAutomnRuleID AND _ProcmtAutomnRuleActionTP.ProcmtAutomnActivityID = ProcmtAutomnActivityID  -- association [1..1]
LEFT OUTER JOIN C_ProcmtAutomnRuleDefinitionTP AS _ProcmtAutomnRuleDefinitionTP ON _ProcmtAutomnRuleDefinitionTP.ProcmtAutomnRuleID = ProcmtAutomnRuleID  -- association [1..1]
LEFT OUTER JOIN C_ProcmtAutomnRuleCritraOptrVH AS _ProcmtAutomnRuleCritraOptrVH ON _ProcmtAutomnRuleCritraOptrVH.DomainValue = Operator  -- association [1..1]
LEFT OUTER JOIN C_ProcmtHubBackendSrceSystemVH AS _ProcmtHubBackendSrceSystemVH ON _ProcmtHubBackendSrceSystemVH.ProcurementHubSourceSystem = ExtSourceSystemForEdit  -- association [0..1]
LEFT OUTER JOIN C_ProcmtAutomnSAPObjNodeTypeVH AS _ProcmtAutomnSAPObjNodeTypeVH ON _ProcmtAutomnSAPObjNodeTypeVH.SAPObjectType = SAPObjectType AND _ProcmtAutomnSAPObjNodeTypeVH.SAPObjectNodeType = SAPObjectNodeTypeForEdit  -- association [0..1]
LEFT OUTER JOIN C_ProcmtAutomnSAPObjFieldVH AS _ProcmtAutomnSAPObjFieldVH ON _ProcmtAutomnSAPObjFieldVH.BusinessObjectFieldName = BusinessObjectFieldNameForEdit AND _ProcmtAutomnSAPObjFieldVH.SAPObjectNodeType = SAPObjectNodeTypeForEdit  -- association [0..1]
LEFT OUTER JOIN C_ProcmtAutomnTeamNameVH AS _TeamNameVH ON _TeamNameVH.RespyMgmtGlobalTeamID = BusinessObjectKeyFieldValue2  -- association [0..1]
;