P_RU_PurchaseOrderHistoryGRIR1

DDL: P_RU_PURCHASEORDERHISTORYGRIR1 SQL: PRUPURORDHGRIR1 Type: view CONSUMPTION

P_RU_PurchaseOrderHistoryGRIR1 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
VDM.private true view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName PRUPURORDHGRIR1 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (1)

KeyFieldSource TableSource FieldDescription
SAPClientName SAPClientName
@VDM.private: true
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'PRUPURORDHGRIR1'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_RU_PurchaseOrderHistoryGRIR1
  //obsoleted

  as select from I_SAPClient
{
  SAPClientName
}