I_MSTRPROJSINGLEFINPLAN

CDS View

Commercial Proj of Single Fin Plan Type

I_MSTRPROJSINGLEFINPLAN is a CDS View in S/4HANA. Commercial Proj of Single Fin Plan Type. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MstrProjFinancialPlan view from COMPOSITE Commercial Project Financial Plan

Fields (1)

KeyField CDS FieldsUsed in Views
KEY MasterProjectUUID MasterProjectUUID 1
@AbapCatalog.sqlViewName: 'IMPSNGLEFP'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Commercial Proj of Single Fin Plan Type'
define view I_MstrProjSingleFinPlan as select from P_Mpsingleplan as MpSngle {
MpSngle.db_key as MasterProjectUUID,
MpSngle.org_id as MasterProjectOrganization,
MpSngle.confidential as MasterProjectIsConfidential,
MpSngle.mp_type as MasterProjectType,
MpSngle.mp_id as MasterProject

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_MPSINGLEPLAN"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/