P_Ru_VatDocExtras

DDL: P_RU_VATDOCEXTRAS SQL: PRUVATEXTRAS Type: view CONSUMPTION Package: GLO_FIN_IS_VAT_RU

Long Document Texts and Addition Info

P_Ru_VatDocExtras is a Consumption CDS View that provides data about "Long Document Texts and Addition Info" in SAP S/4HANA. It reads from 1 data source (I_SAPClient) and exposes 1 field. Part of development package GLO_FIN_IS_VAT_RU.

Data Sources (1)

SourceAliasJoin Type
I_SAPClient I_SAPClient from

Annotations (5)

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

Fields (1)

KeyFieldSource TableSource FieldDescription
LogicalSystem LogicalSystem
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'PRUVATEXTRAS'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_Ru_VatDocExtras
  as select from I_SAPClient //dummy select

{
  LogicalSystem
}