P_RU_VATInvoiceJournal3

DDL: P_RU_VATINVOICEJOURNAL3 SQL: PRUVATINVJ3 Type: view CONSUMPTION

P_RU_VATInvoiceJournal3 is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_SAPClient) and exposes 1 field.

Data Sources (1)

SourceAliasJoin Type
I_SAPClient I_SAPClient from

Annotations (6)

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

Fields (1)

KeyFieldSource TableSource FieldDescription
SAPClientName SAPClientName
@AbapCatalog.sqlViewName: 'PRUVATINVJ3'
@AbapCatalog.compiler.compareFilter: true
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_RU_VATInvoiceJournal3
  as select from I_SAPClient
{
  SAPClientName
}