I_EngmntProjPlanConfig
Engagement Project Planning Config
I_EngmntProjPlanConfig is a Basic CDS View that provides data about "Engagement Project Planning Config" in SAP S/4HANA. It reads from 1 data source (/cpd/c_pln_confg) and exposes 2 fields with key field ProjectProfileCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /cpd/c_pln_confg | /cpd/c_pln_confg | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPROJPLNCONFIG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Engagement Project Planning Config | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.private | false | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectProfileCode | project_profile | ||
| ExternalStaffingIsActive | externalstaffing |
@AbapCatalog.sqlViewName: 'IPROJPLNCONFIG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Engagement Project Planning Config'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private: false
define view I_EngmntProjPlanConfig as select from /cpd/c_pln_confg {
key project_profile as ProjectProfileCode,
externalstaffing as ExternalStaffingIsActive
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA