C_PaymentBatchSystemStatusVH
Payment Batch System Status
C_PaymentBatchSystemStatusVH is a Consumption CDS View that provides data about "Payment Batch System Status" in SAP S/4HANA. It reads from 1 data source (I_SystemStatus) and exposes 2 fields with key field SystemStatus. Part of development package ODATA_MONITOR_PAYMENT_BATCHES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SystemStatus | I_SystemStatus | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | SystemStatus | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Payment Batch System Status | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SystemStatus | SystemStatus | ||
| SystemStatusName |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable:true
@Consumption.ranked: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #MASTER }
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey: 'SystemStatus'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Payment Batch System Status'
define view entity C_PaymentBatchSystemStatusVH
as select from I_SystemStatus
{
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@ObjectModel.text.element: ['SystemStatusName']
key SystemStatus,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
_SystemStatusText[1:Language = $session.system_language].SystemStatusName
}
where SystemStatus = 'IBC01'
or SystemStatus = 'IBC02'
or SystemStatus = 'IBC03'
or SystemStatus = 'IBC04'
or SystemStatus = 'IBC05'
or SystemStatus = 'IBC06'
or SystemStatus = 'IBC07'
or SystemStatus = 'IBC08'
or SystemStatus = 'IBC09'
or SystemStatus = 'IBC10'
or SystemStatus = 'IBC11'
or SystemStatus = 'IBC12'
or SystemStatus = 'IBC13'
or SystemStatus = 'IBC14'
or SystemStatus = 'IBC15'
or SystemStatus = 'IBC16'
or SystemStatus = 'IBC17'
or SystemStatus = 'IBC18'
or SystemStatus = 'IBC19'
or SystemStatus = 'IBC20'
or SystemStatus = 'IBC21'
or SystemStatus = 'IBC22'
or SystemStatus = 'IBC23'
or SystemStatus = 'IBC24'
or SystemStatus = 'IBC31'
or SystemStatus = 'IBC32'
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