P_CostCenterActivityType

DDL: P_COSTCENTERACTIVITYTYPE SQL: PFICCTRACTYTYPE Type: view BASIC Package: FINS_FIS_FICO

CostCenterActivityType

P_CostCenterActivityType is a Basic CDS View that provides data about "CostCenterActivityType" in SAP S/4HANA. It reads from 1 data source (csla) and exposes 4 fields with key fields kokrs, lstar, datbi. Part of development package FINS_FIS_FICO.

Data Sources (1)

SourceAliasJoin Type
csla csla from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName PFICCTRACTYTYPE view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY kokrs kokrs
KEY lstar lstar
KEY datbi datbi
kstty kstty
@AbapCatalog.sqlViewName: 'PFICCTRACTYTYPE'
@ClientDependent: true
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@VDM.private:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_CostCenterActivityType as select from csla {
   key kokrs,
   key lstar,
   key datbi,
   kstty
}