SWF_SDM_SWWCUSTOM_DUMMY
Workflow: SDM state for SWWCUSTOM dummy
SWF_SDM_SWWCUSTOM_DUMMY is a CDS View that provides data about "Workflow: SDM state for SWWCUSTOM dummy" in SAP S/4HANA. It reads from 1 data source (t000) and exposes 1 field. Part of development package SWF_SDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t000 | t000 | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SWFSDMSWWCUSDM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Workflow: SDM state for SWWCUSTOM dummy | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| element |
@AbapCatalog.sqlViewName: 'SWFSDMSWWCUSDM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Workflow: SDM state for SWWCUSTOM dummy'
define view SWF_SDM_SWWCUSTOM_DUMMY
as select from t000
{
'CL_SDM_SWFDEVTYP_ENA_01' as element
}
where
mandt = '000'
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