P_CAPaymentGroupPre
Company Code for Payment Group
P_CAPaymentGroupPre is a Consumption CDS View that provides data about "Company Code for Payment Group" in SAP S/4HANA. It reads from 1 data source (I_CAPaymentRunHeader) and exposes 7 fields with key fields CAMassRunDate, CAMassRunID, CAIntPaymentIdentification, CAIntAddlPaymentIdentification. Part of development package ODATA_O2C_FICA_PAYMENTLIST.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CAPaymentRunHeader | I_CAPaymentRunHeader | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PCAPAYGRPPRE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Company Code for Payment Group | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CAMassRunDate | CAMassRunDate | ||
| KEY | CAMassRunID | CAMassRunID | ||
| KEY | CAIntPaymentIdentification | CAIntPaymentIdentification | ||
| KEY | CAIntAddlPaymentIdentification | CAIntAddlPaymentIdentification | ||
| CAInternalPaymentGroup | CAInternalPaymentGroup | |||
| TransactionCurrency | TransactionCurrency | |||
| CAPaymentCompanyCode | CAPaymentCompanyCode |
@AbapCatalog.sqlViewName: 'PCAPAYGRPPRE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Company Code for Payment Group'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@VDM.private: true
define view P_CAPaymentGroupPre
as select from I_CAPaymentRunHeader
{
key CAMassRunDate,
key CAMassRunID,
key CAIntPaymentIdentification,
key CAIntAddlPaymentIdentification,
CAInternalPaymentGroup,
TransactionCurrency,
CAPaymentCompanyCode
}
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