I_CUSTOMERPROJECTEXPENSETYPE

CDS View

Customer Project Expense Type

I_CUSTOMERPROJECTEXPENSETYPE is a CDS View in S/4HANA. Customer Project Expense Type. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_Customerprojectresource view from BASIC Customer Project Resource

Fields (1)

KeyField CDS FieldsUsed in Views
CustomerProjectExpenseType CustomerProjectResource 1
@AbapCatalog.sqlViewName: 'ICUSTPROJEXPTYPE'
@EndUserText.label: 'Customer Project Expense Type'
@VDM.viewType:#BASIC 
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.buffering.status: #ACTIVE 
@AbapCatalog.buffering.type: #FULL 
@AbapCatalog.buffering.numberOfKeyFields: 000
define view I_CustomerProjectExpenseType 
as select from /cpd/fc_res as ResourceData
association [0..*] to I_CustomerProjectExpenseTypeT as _Text
on $projection.CustomerProjectExpenseType = _Text.CustomerProjectExpenseType
{
key ResourceData.resource_id as CustomerProjectExpenseType ,
_Text    
}            
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CPD/FC_RES"
],
"ASSOCIATED":
[
"I_CUSTOMERPROJECTEXPENSETYPET"
],
"BASE":
[],
"VERSION":0
}
}*/