P_RO_SAFTBSEGVALUT

DDL: P_RO_SAFTBSEGVALUT SQL: PROSAFTBSEGVALUT Type: view BASIC

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)

SourceAliasJoin Type
bseg bseg from

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}