C_BSOrdProcFlwSubscription
Subscription Attrib for BSOrd Prgrs
C_BSOrdProcFlwSubscription is a Consumption CDS View that provides data about "Subscription Attrib for BSOrd Prgrs" in SAP S/4HANA. It reads from 1 data source (I_ProviderContract) and exposes 6 fields with key field UI5NetworkGraphAttributeValue. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProviderContract | I_ProviderContract | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | P_BusSolnOrdSubsqntDocTypeText | _DocumentType | _DocumentType.UI5NetworkGraphDescription = 'SUBC' |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSBSCRPATTRIB | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Subscription Attrib for BSOrd Prgrs | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UI5NetworkGraphAttributeValue | ProviderContract | ||
| CreationDate | CreationDate | |||
| CAPrvdrContrStartDateTime | CAPrvdrContrStartDateTime | |||
| CAPrvdrContrEndDateTime | CAPrvdrContrEndDateTime | |||
| UI5NetworkGraphStatus | ||||
| UI5NetworkGraphDescription |
@AbapCatalog: {
sqlViewName: 'CSBSCRPATTRIB',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #XL
}
@VDM: {
viewType: #CONSUMPTION
}
@EndUserText.label: 'Subscription Attrib for BSOrd Prgrs'
define view C_BSOrdProcFlwSubscription
as select from I_ProviderContract
association [0..1] to P_BusSolnOrdSubsqntDocTypeText as _DocumentType on _DocumentType.UI5NetworkGraphDescription = 'SUBC'
{
key ProviderContract as UI5NetworkGraphAttributeValue,
CreationDate,
CAPrvdrContrStartDateTime,
CAPrvdrContrEndDateTime,
cast ( CAProviderContractStatus as fac_network_graph_status ) as UI5NetworkGraphStatus,
@Semantics.text: true
_DocumentType[1: Language = $session.system_language].UI5NetworkGraphDescriptionName as UI5NetworkGraphDescription
}
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