P_PostingProcedureType
Data retrival for posting procedure Type
P_PostingProcedureType is a Basic CDS View that provides data about "Data retrival for posting procedure Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 5 fields with key fields ReprocgRulePostgProcedureType, Pos2, Pos3, Pos4. It has 1 association to related views. Part of development package ODATA_AR_POSTING_RULES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ReprocgRulePostgProcedTypeT | _Text | $projection.ReprocgRulePostgProcedureType = _Text.ReprocgRulePostgProcedureType |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ReprocgRulePostgProcedureType | |||
| KEY | Pos2 | as4local | ||
| KEY | Pos3 | valpos | ||
| KEY | Pos4 | as4vers | ||
| _Text | _Text |
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view entity P_PostingProcedureType as select from dd07l
association [0..*] to I_ReprocgRulePostgProcedTypeT as _Text on $projection.ReprocgRulePostgProcedureType = _Text.ReprocgRulePostgProcedureType
{
@ObjectModel.text.association: '_Text'
key cast(domvalue_l as far_pstrl_postingproceduretype) as ReprocgRulePostgProcedureType,
key as4local as Pos2,
key valpos as Pos3,
key as4vers as Pos4,
_Text
}
where
dd07l.domname = 'FAR_PSTRL_POSTINGPROCEDURETYPE' and dd07l.as4local = 'A' and dd07l.domvalue_l <> '';
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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