I_ReleaseStrategyClassTP
Manage Class Basic View with Draft
I_ReleaseStrategyClassTP is a Transactional CDS View that provides data about "Manage Class Basic View with Draft" in SAP S/4HANA. It reads from 1 data source (I_Relstratclass) and exposes 12 fields with key field InternalClassNumber. It has 2 associations to related views. Part of development package APPL_MM_PUR_REL_STRAT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Relstratclass | Document | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ReleaseStrategyCharClassTP | _ReleaseStrategyCharClass | _ReleaseStrategyCharClass.InternalClassNumber = $projection.InternalClassNumber |
| [0..1] | I_Relclassstatustext | _Relclassstatustext | _Relclassstatustext.ClassTypeName = $projection.ClassTypeName and _Relclassstatustext.OriginalStatus = $projection.OriginalStatusText and _Relclassstatustext.Language = $session.system_language |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRELSTRCLSTP | view | |
| EndUserText.label | Manage Class Basic View with Draft | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.writeDraftPersistence | RELCLASS_D | view | |
| ObjectModel.draftEnabled | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.deleteEnabled | true | view | |
| ObjectModel.modelCategory | #BUSINESS_OBJECT | view | |
| ObjectModel.entityChangeStateId | EXTERNAL_CALCULATION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InternalClassNumber | I_Relstratclass | InternalClassNumber | Int class no. |
| InternalClassNumberForEdit | I_Relstratclass | InternalClassNumber | Int class no. | |
| ClassNumber | I_Relstratclass | ClassNumber | Class | |
| OriginalStatusText | I_Relstratclass | OriginalStatusText | Vehicle Status | |
| ValidFrom | I_Relstratclass | ValidityStartDate | Validity Start Date | |
| ValidTo | I_Relstratclass | ValidityEndDate | ValidTo | |
| CreatedByUser | I_Relstratclass | CreatedByUser | User Name | |
| LastChangedByUser | I_Relstratclass | LastChangedByUser | User Name | |
| ClassTypeName | I_Relstratclass | ClassTypeName | Description | |
| ClassDescription | I_Relstratclass | ClassDescription | Description | |
| AuthorizationGroup | I_Relstratclass | RelStrgyClAuthorizationGroup | Class maint. | |
| _ReleaseStrategyCharClass | _ReleaseStrategyCharClass |
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 I_ReleaseStrategyClassTP.
-- 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: IRELSTRCLSTP
CREATE VIEW I_ReleaseStrategyClassTP AS
SELECT
Document.InternalClassNumber AS InternalClassNumber,
Document.InternalClassNumber AS InternalClassNumberForEdit,
Document.ClassNumber AS ClassNumber,
Document.OriginalStatusText AS OriginalStatusText,
Document.ValidityStartDate AS ValidFrom,
Document.ValidityEndDate AS ValidTo,
Document.CreatedByUser AS CreatedByUser,
Document.LastChangedByUser AS LastChangedByUser,
Document.ClassTypeName AS ClassTypeName,
Document.ClassDescription AS ClassDescription,
Document.RelStrgyClAuthorizationGroup AS AuthorizationGroup
FROM I_Relstratclass AS Document
LEFT OUTER JOIN I_ReleaseStrategyCharClassTP AS _ReleaseStrategyCharClass ON _ReleaseStrategyCharClass.InternalClassNumber = InternalClassNumber -- association [0..*]
LEFT OUTER JOIN I_Relclassstatustext AS _Relclassstatustext ON _Relclassstatustext.ClassTypeName = ClassTypeName AND _Relclassstatustext.OriginalStatus = OriginalStatusText AND _Relclassstatustext.Language = $session.system_language -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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