P_CADocumentPaytInfoRpaytReq
Payment Info for Repayment Request
P_CADocumentPaytInfoRpaytReq is a Composite CDS View that provides data about "Payment Info for Repayment Request" in SAP S/4HANA. It reads from 1 data source (I_CARepaymentRequest) and exposes 18 fields with key field CARepaymentRequest.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CARepaymentRequest | I_CARepaymentRequest | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Payment Info for Repayment Request | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CARepaymentRequest | CARepaymentRequest | ||
| CAPaymentDocument | CAPaymentDocument | |||
| TransactionCurrency | TransactionCurrency | |||
| CAAmountInTransactionCurrency | CAAmountInTransactionCurrency | |||
| CANetDueDate | CANetDueDate | |||
| CAPaymentMethod | CAPaymentMethod | |||
| CABankClearingAccount | CABankClearingAccount | |||
| CompanyCode | CompanyCode | |||
| CAPaymentCompanyCode | CAPaymentCompanyCode | |||
| ProfitCenter | ProfitCenter | |||
| CARepaymentRequestDocument | CARepaymentRequestDocument | |||
| CAPostingDate | CAPostingDate | |||
| CABankAccountHolderName | CABankAccountHolderName | |||
| PayeeBankNumber | PayeeBankNumber | |||
| PayeeBankCountry | PayeeBankCountry | |||
| PayeeBankAccount | PayeeBankAccount | |||
| PayeeIBAN | PayeeIBAN | |||
| PayeeSWIFTCode | PayeeSWIFTCode |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Payment Info for Repayment Request'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #P,
sizeCategory: #XXL,
dataClass: #TRANSACTIONAL
}
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view entity P_CADocumentPaytInfoRpaytReq as select from I_CARepaymentRequest {
key CARepaymentRequest,
CAStatusOfRepaymentRequest,
CAPaymentDocument,
//Payment Details
TransactionCurrency,
@Semantics.amount.currencyCode: 'TransactionCurrency'
CAAmountInTransactionCurrency,
CANetDueDate,
CAPaymentMethod,
//Posting Details
CABankClearingAccount,
CompanyCode,
CAPaymentCompanyCode,
ProfitCenter,
CARepaymentRequestDocument,
CAPostingDate,
//Payee Details
CABankAccountHolderName,
PayeeBankNumber,
PayeeBankCountry,
PayeeBankAccount,
PayeeIBAN,
PayeeSWIFTCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CAREPAYMENTREQUEST"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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