I_OpenBPEMCaseStatusVH
Open BPEM Case Status Value Help
I_OpenBPEMCaseStatusVH is a Composite CDS View that provides data about "Open BPEM Case Status Value Help" in SAP S/4HANA. It reads from 1 data source (I_BPEMCaseStatus) and exposes 2 fields with key field BPEMCaseStatus.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BPEMCaseStatus | I_BPEMCaseStatus | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Open BPEM Case Status Value Help | view | |
| AbapCatalog.sqlViewName | IEOPENBPEMSTATVH | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | BPEMCaseStatus | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BPEMCaseStatus | |||
| BPEMCaseStatusName |
@EndUserText.label: 'Open BPEM Case Status Value Help'
@AbapCatalog.sqlViewName: 'IEOPENBPEMSTATVH'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #META
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'BPEMCaseStatus'
define view I_OpenBPEMCaseStatusVH
as select from I_BPEMCaseStatus
{
@ObjectModel.text.element: [ 'BPEMCaseStatusName' ]
key cast (I_BPEMCaseStatus.BPEMCaseStatus as e_clarcasestatus_vdm) as BPEMCaseStatus,
@Semantics.text: true
cast (I_BPEMCaseStatus._Text[1: Language = $session.system_language].BPEMCaseStatusName as e_clarcasestatus_name_vdm preserving type) as BPEMCaseStatusName
}
where
BPEMCaseStatus < '3' // Only New/In process
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BPEMCASESTATUS",
"I_BPEMCASESTATUSTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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