A_CnsldtnBalanceCheckT
Balance - Text
A_CnsldtnBalanceCheckT is a Basic CDS View that provides data about "Balance - Text" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnBalanceCheckT) and exposes 3 fields with key fields Language, ConsolidationBalanceCheck.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnBalanceCheckT | I_CnsldtnBalanceCheckT | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACSBALANCECHECKT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | ConsolidationBalanceCheck | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | Balance - Text | view | |
| OData.entitySet.name | ConsolidationBalanceChkText | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | ConsolidationBalanceCheck | ConsolidationBalanceCheck | ||
| DebitCreditCodeName | DebitCreditCodeName | BalanceCheckText |
@AbapCatalog:{
sqlViewName: 'ACSBALANCECHECKT',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #S},
dataCategory: #TEXT,
representativeKey: 'ConsolidationBalanceCheck'
}
@VDM:{
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@EndUserText.label: 'Balance - Text'
@OData.entitySet.name: 'ConsolidationBalanceChkText'
define view A_CnsldtnBalanceCheckT
as select from I_CnsldtnBalanceCheckT
{
@Semantics.language: true
key Language,
key ConsolidationBalanceCheck,
@EndUserText.label: 'BalanceCheckText'
@Semantics.text
DebitCreditCodeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNBALANCECHECKT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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