P_T030

DDL: P_T030 SQL: PT030 Type: view BASIC

P_T030 is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (t030) and exposes 7 fields with key fields ktopl, ktosl, bwmod, komok, bklas.

Data Sources (1)

SourceAliasJoin Type
t030 t030 from

Annotations (6)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
VDM.private true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName PT030 view
AbapCatalog.compiler.compareFilter true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY ktopl t030 ktopl
KEY ktosl t030 ktosl
KEY bwmod t030 bwmod
KEY komok t030 komok
KEY bklas t030 bklas
konts t030 konts
konth t030 konth
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

@VDM.private:true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PT030'
@AbapCatalog.compiler.compareFilter: true
define view P_T030
  as select from t030
{
  key t030.ktopl,
  key t030.ktosl,
  key t030.bwmod,
  key t030.komok,
  key t030.bklas,
      t030.konts,
      t030.konth
}      
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"T030"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/