C_BankAccountReviewTP
Bank Account Review
C_BankAccountReviewTP is a Consumption CDS View that provides data about "Bank Account Review" in SAP S/4HANA. It reads from 1 data source (R_BankAccountReviewTP) and exposes 9 fields with key field BankAccountReviewUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BankAccountReviewTP | R_BankAccountReviewTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Bank Account Review | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Metadata.allowExtensions | true | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BankAccountReviewUUID | BankAccountReviewUUID | ||
| BankAccountReview | BankAccountReview | |||
| BankAccountReviewName | BankAccountReviewName | |||
| BankAccountReviewDate | BankAccountReviewDate | |||
| LastChangeDateTime | LastChangeDateTime | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LocalLastChangeDateTime | LocalLastChangeDateTime |
@EndUserText.label: 'Bank Account Review'
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType:{ serviceQuality: #B,
sizeCategory: #S,
dataClass: #MASTER }
@Metadata.allowExtensions: true
@Search.searchable: true
@VDM : { viewType: #CONSUMPTION,
usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ] }
@Metadata.ignorePropagatedAnnotations: true
define root view entity C_BankAccountReviewTP
provider contract transactional_query
as projection on R_BankAccountReviewTP
{
key BankAccountReviewUUID,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Consumption.valueHelpDefinition: [{ entity.name: 'I_BankAccountReviewVH',
entity.element: 'BankAccountReview' }]
BankAccountReview,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
// @EndUserText.label: 'Bank Account Review Description'
BankAccountReviewName,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
// @EndUserText.label: 'Bank Account Review Date'
BankAccountReviewDate,
@Semantics.systemDateTime.lastChangedAt: true
LastChangeDateTime,
@Semantics.user.createdBy: true
CreatedByUser,
@Semantics.systemDateTime.createdAt: true
CreationDateTime,
@Semantics.user.lastChangedBy: true
LastChangedByUser,
@Semantics.systemDateTime.localInstanceLastChangedAt: true
LocalLastChangeDateTime,
_BankAccountReviewArea : redirected to composition child C_BankAccountReviewAreaTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BANKACCOUNTREVIEWTP"
],
"ASSOCIATED":
[
"C_BANKACCOUNTREVIEWAREATP"
],
"BASE":
[
"R_BANKACCOUNTREVIEWTP"
],
"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