E_ProjectBillingElement

DDL: E_PROJECTBILLINGELEMENT SQL: EPROJBILLGELMNT Type: view EXTENSION

Project Billing Element Inlcude View

E_ProjectBillingElement is a Extension CDS View that provides data about "Project Billing Element Inlcude View" in SAP S/4HANA. It reads from 1 data source (projbillgelmnt) and exposes 1 field with key field ProjectBillingElementUUID.

Data Sources (1)

SourceAliasJoin Type
projbillgelmnt Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EPROJBILLGELMNT view
EndUserText.label Project Billing Element Inlcude View view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProjectBillingElementUUID projbillgelmnt projectbillingelementuuid
@AbapCatalog.sqlViewName: 'EPROJBILLGELMNT'
@EndUserText.label: 'Project Billing Element Inlcude View'
@VDM.viewType: #EXTENSION
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true 

@ObjectModel.usageType: {
    sizeCategory: #L,
    dataClass:  #TRANSACTIONAL,
    serviceQuality: #A
}
define view E_ProjectBillingElement as select from projbillgelmnt as Persistence {
    key Persistence.projectbillingelementuuid as ProjectBillingElementUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PROJBILLGELMNT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/