P_RU_GtdFromImCD4

DDL: P_RU_GTDFROMIMCD4 SQL: PRUGTDIMCD4 Type: view COMPOSITE

P_RU_GtdFromImCD4 is a Composite 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 PRUGTDIMCD4 view
VDM.viewType #COMPOSITE view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view

Fields (1)

KeyFieldSource TableSource FieldDescription
LogicalSystem LogicalSystem
@AbapCatalog.sqlViewName: 'PRUGTDIMCD4'
@VDM.viewType: #COMPOSITE
@VDM.private:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true

define view P_RU_GtdFromImCD4
  as select from I_SAPClient
{
  LogicalSystem
}