P_Ru_FinDocStructuralDivision3

DDL: P_RU_FINDOCSTRUCTURALDIVISION3 SQL: PRUFINSTRDIVN3 Type: view CONSUMPTION

P_Ru_FinDocStructuralDivision3 is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_OperationalAcctgDocItem) and exposes 4 fields with key fields CompanyCode, AccountingDocument, FiscalYear.

Data Sources (1)

SourceAliasJoin Type
I_OperationalAcctgDocItem I_OperationalAcctgDocItem from

Annotations (5)

NameValueLevelField
VDM.private true view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName PRUFINSTRDIVN3 view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY AccountingDocument AccountingDocument
KEY FiscalYear FiscalYear
LineItem
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'PRUFINSTRDIVN3'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_Ru_FinDocStructuralDivision3 as select from I_OperationalAcctgDocItem
 
{
  key CompanyCode,
  key AccountingDocument,
  key FiscalYear,
  min(AccountingDocumentItem) as LineItem
  
} where Supplier = '' and Customer = '' and TaxType = ''
  group by CompanyCode, AccountingDocument, FiscalYear