I_ProcmtAutomnActionParamTP
BO View for Action Parameters for Automation
I_ProcmtAutomnActionParamTP is a Transactional CDS View that provides data about "BO View for Action Parameters for Automation" in SAP S/4HANA. It reads from 1 data source (I_ProcmtAutomnActionParam) and exposes 16 fields with key fields ExtSourceSystem, ProcmtAutomnActionUniqueID, SAPObjectNodeType, BusinessObjectFieldName, ItemCounter. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProcmtAutomnActionParam | I_ProcmtAutomnActionParam | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ProcmtAutomnRuleActionTP | _ProcmtAutomnRuleActionTP | _ProcmtAutomnRuleActionTP.ProcmtAutomnActionUniqueID = $projection.ProcmtAutomnActionUniqueID and _ProcmtAutomnRuleActionTP.ProcmtAutomnRuleID = $projection.ProcmtAutomnRuleID and _ProcmtAutomnRuleActionTP.ProcmtAutomnActivityID = $projection.ProcmtAutomnActivityID |
| [1..1] | I_ProcmtAutomnRuleDefinitionTP | _ProcmtAutomnRuleDefinitionTP | _ProcmtAutomnRuleDefinitionTP.ProcmtAutomnRuleID = $projection.ProcmtAutomnRuleID |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPRMTACTPARAMTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.writeDraftPersistence | PRMTACTPARAMTP_D | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| EndUserText.label | BO View for Action Parameters for Automation | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 | |
| KEY | ProcmtAutomnRuleID | ProcmtAutomnRuleID | Rule ID | |
| KEY | ProcmtAutomnActivityID | ProcmtAutomnActivityID | Activity ID | |
| ExtSourceSystemForEdit | ExtSourceSystem | Connected System ID | ||
| SAPObjectNodeTypeForEdit | SAPObjectNodeType | SONT Name | ||
| BusinessObjectFieldNameForEdit | BusinessObjectFieldName | Field Name | ||
| ItemCounterForEdit | ItemCounter | Sequence | ||
| Operator | Operator | Type of OPTION component in row type of a Ranges type | ||
| BusinessObjectKeyFieldValue1 | BusinessObjectKeyFieldValue1 | Value High | ||
| BusinessObjectKeyFieldValue2 | BusinessObjectKeyFieldValue2 | Value Low | ||
| _ProcmtAutomnRuleActionTP | _ProcmtAutomnRuleActionTP | |||
| _ProcmtAutomnRuleDefinitionTP | _ProcmtAutomnRuleDefinitionTP |
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_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: IPRMTACTPARAMTP
CREATE VIEW I_ProcmtAutomnActionParamTP AS
SELECT
ExtSourceSystem,
ProcmtAutomnActionUniqueID,
SAPObjectNodeType,
BusinessObjectFieldName,
ItemCounter,
ProcmtAutomnRuleID,
ProcmtAutomnActivityID,
ExtSourceSystem AS ExtSourceSystemForEdit,
SAPObjectNodeType AS SAPObjectNodeTypeForEdit,
BusinessObjectFieldName AS BusinessObjectFieldNameForEdit,
ItemCounter AS ItemCounterForEdit,
Operator,
BusinessObjectKeyFieldValue1,
BusinessObjectKeyFieldValue2
FROM I_ProcmtAutomnActionParam
LEFT OUTER JOIN I_ProcmtAutomnRuleActionTP AS _ProcmtAutomnRuleActionTP ON _ProcmtAutomnRuleActionTP.ProcmtAutomnActionUniqueID = ProcmtAutomnActionUniqueID AND _ProcmtAutomnRuleActionTP.ProcmtAutomnRuleID = ProcmtAutomnRuleID AND _ProcmtAutomnRuleActionTP.ProcmtAutomnActivityID = ProcmtAutomnActivityID -- association [1..1]
LEFT OUTER JOIN I_ProcmtAutomnRuleDefinitionTP AS _ProcmtAutomnRuleDefinitionTP ON _ProcmtAutomnRuleDefinitionTP.ProcmtAutomnRuleID = ProcmtAutomnRuleID -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA