swb_i_wvobjecttypes
CDS for WB object types
swb_i_wvobjecttypes is a CDS View that provides data about "CDS for WB object types" in SAP S/4HANA. It reads from 2 data sources (e071, wvobjecttypes) and exposes 13 fields with key fields Objecttype, Active_Inactive_Version. It has 3 associations to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| e071 | Transports | left_outer |
| wvobjecttypes | WVTypes | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | swb_i_objtypegroups | _ObjectTypeGroups | $projection.objtype_group = _ObjectTypeGroups.Objecttypegroup |
| [0..*] | swb_i_wvobjtypes_scope | _WVScopes | |
| [0..*] | swb_i_wvobjecttypes_t | _WVTexts | |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SWB_I_WVOBJTYPES | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS for WB object types | view | |
| Metadata.allowExtensions | true | view | |
| Search.searchable | true | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Objecttype | objecttype | Type | |
| KEY | Active_Inactive_Version | ai_version | Program Status | |
| ename | ename | User Name | ||
| edate | edate | To-Date | ||
| etime | etime | TIME Data Element for SYST | ||
| uname | uname | User Name | ||
| udate | udate | Update Date | ||
| utime | utime | Time | ||
| TimeStamp | ||||
| TransportRequest | e071 | trkorr | Virtual Transport | |
| _WVScopes | _WVScopes | |||
| _WVTexts | _WVTexts | |||
| _ObjectTypeGroups | _ObjectTypeGroups |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view swb_i_wvobjecttypes.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: SWB_I_WVOBJTYPES
CREATE VIEW swb_i_wvobjecttypes AS
SELECT
Objecttype,
ai_version AS Active_Inactive_Version,
ename,
edate,
etime,
uname,
udate,
utime,
concat(udate, utime) AS TimeStamp,
Transports.trkorr AS TransportRequest
FROM wvobjecttypes AS WVTypes
LEFT OUTER JOIN e071 AS Transports ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN swb_i_objtypegroups AS _ObjectTypeGroups ON objtype_group = _ObjectTypeGroups.Objecttypegroup -- association [0..*]
LEFT OUTER JOIN swb_i_wvobjtypes_scope AS _WVScopes ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN swb_i_wvobjecttypes_t AS _WVTexts ON /* condition not available in parsed metadata */ -- association [0..*]
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA