I_REProcessType
Possible Process Step
I_REProcessType is a Basic CDS View that provides data about "Possible Process Step" in SAP S/4HANA. It reads from 1 data source (tivcaprocess) and exposes 1 field with key field REProcessType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tivcaprocess | tivcaprocess | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Possible Process Step | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | REProcessType | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.technicalName | IRECAPROCTYPE | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | REProcessType | process |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Possible Process Step'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'REProcessType'
@ObjectModel.semanticKey: ['REProcessType' ]
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #BASIC
@Analytics: {
dataExtraction.enabled: true,
technicalName: 'IRECAPROCTYPE'
}
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE ]
define root view entity I_REProcessType
as select from tivcaprocess
{
key process as REProcessType
//authobj,
//msg_obj,
//msg_subobj,
//assign_id,
//msgextnr_eq_id,
//save_in_updtask,
//tdidnote,
//hasaccdocument,
//isgencancellable,
//nrobj,
//nrrangenr,
//stepmsglog
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TIVCAPROCESS"
],
"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