I_BufferTypeText
Pufferungsart von Nummernkreis Objekten
I_BufferTypeText is a CDS View that provides data about "Pufferungsart von Nummernkreis Objekten" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields Language, Value.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | BufferTypeText | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | INRBUFFERT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Pufferungsart von Nummernkreis Objekten | view |
@AbapCatalog.sqlViewName: 'INRBUFFERT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Pufferungsart von Nummernkreis Objekten'
define view I_BufferTypeText
as select from dd07t
as BufferTypeText
{
@Semantics.language: true
key BufferTypeText.ddlanguage as Language,
@ObjectModel.text.element: ['Text']
key BufferTypeText.domvalue_l as Value,
@Search.defaultSearchElement: true
@Semantics.text: true
BufferTypeText.ddtext as Text
}
where
domname = 'NRBUFFERTYPE' and
as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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