I_ProcessRouteBgSrvcObjAssgmt
Process Route Background Service
I_ProcessRouteBgSrvcObjAssgmt is a Basic CDS View that provides data about "Process Route Background Service" in SAP S/4HANA. It reads from 1 data source (/plmb/pr_objsrvi) and exposes 3 fields with key fields SAPObjectType, ProcessRouteTaskBackgroundSrvc. It has 2 associations to related views. It is exposed through 1 OData service (PLMI_PROCESS_ROUTE). Part of development package VDM_PLMB_PR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /plmb/pr_objsrvi | BgSrvc | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ProcessRouteBgSrvcText | _Text | $projection.ProcessRouteTaskBackgroundSrvc = _Text.ProcessRouteTaskBackgroundSrvc |
| [0..1] | I_ProcessRouteSAPObjectTypeMap | _ProcessRouteSAPObjectTypeMap | BgSrvc.otype_name = _ProcessRouteSAPObjectTypeMap.SrvProInfObjectType |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Process Route Background Service | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| PLMI_PROCESS_ROUTE | PLMI_PROCESS_ROUTE | V2 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SAPObjectType | _ProcessRouteSAPObjectTypeMap | SAPObjectType | |
| KEY | ProcessRouteTaskBackgroundSrvc | /plmb/pr_objsrvi | service_id | |
| ProcessRouteTaskBgSrvcDesc |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Process Route Background Service'
define view entity I_ProcessRouteBgSrvcObjAssgmt
as select from /plmb/pr_objsrvi as BgSrvc
association [0..*] to I_ProcessRouteBgSrvcText as _Text on $projection.ProcessRouteTaskBackgroundSrvc = _Text.ProcessRouteTaskBackgroundSrvc
association [0..1] to I_ProcessRouteSAPObjectTypeMap as _ProcessRouteSAPObjectTypeMap on BgSrvc.otype_name = _ProcessRouteSAPObjectTypeMap.SrvProInfObjectType
{
key _ProcessRouteSAPObjectTypeMap.SAPObjectType as SAPObjectType,
@ObjectModel.text.element: ['ProcessRouteTaskBgSrvcDesc']
key BgSrvc.service_id as ProcessRouteTaskBackgroundSrvc,
_Text[ 1: Language = $session.system_language ].ProcessRouteTaskBgSrvcDesc as ProcessRouteTaskBgSrvcDesc
}
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