P_RO_SAFTBSEGVALUT
BSEG valut
P_RO_SAFTBSEGVALUT is a Basic CDS View that provides data about "BSEG valut" in SAP S/4HANA. It reads from 1 data source (bseg) and exposes 5 fields with key fields CompanyCode, AccountingDocument, AccountingDocumentItem, FiscalYear.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| bseg | bseg | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PROSAFTBSEGVALUT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | BSEG valut | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | bukrs | ||
| KEY | AccountingDocument | belnr | ||
| KEY | AccountingDocumentItem | buzei | ||
| KEY | FiscalYear | gjahr | ||
| ValueDate | valut |
@AbapCatalog.sqlViewName: 'PROSAFTBSEGVALUT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private:true
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'BSEG valut'
define view P_RO_SAFTBSEGVALUT
as select from bseg
{
key bukrs as CompanyCode,
key belnr as AccountingDocument,
key buzei as AccountingDocumentItem,
key gjahr as FiscalYear,
valut as ValueDate
}
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