I_MaintTechObjBOMChgNumberVH
Change Numbers for TechObjBOM
I_MaintTechObjBOMChgNumberVH is a Composite CDS View that provides data about "Change Numbers for TechObjBOM" in SAP S/4HANA. It reads from 1 data source (I_ChangeMaster) and exposes 13 fields with key fields ChangeNumber, ChangeNumberObjectType. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChangeMaster | _ChangeMaster | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ChangeMasterObjectType | _ChangeMasterObjectType | _ChangeMasterObjectType.ChangeNumberObjectType = $projection.ChangeNumberObjectType |
| [0..1] | I_ChangeMasterObjectTypeText | _ObjectTypeText | _ObjectTypeText.ChangeNumberObjectType = $projection.ChangeNumberObjectType and _ObjectTypeText.Language = $session.system_language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Change Numbers for TechObjBOM | view | |
| Search.searchable | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ChangeNumber | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Consumption.ranked | true | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeNumber | I_ChangeMaster | ChangeNumber | Change Number |
| KEY | ChangeNumberObjectType | _ObjectTypeAssignment | ChangeNumberObjectType | Object Type |
| ChangeNumberDescription | I_ChangeMaster | ChangeNumberDescription | Visa Profession Txt | |
| ChangeNumberValidFromDate | I_ChangeMaster | ChangeNumberValidFromDate | Valid-from date | |
| ChangeNumberStatus | I_ChangeMaster | ChangeNumberStatus | Status | |
| AuthorizationGroup | I_ChangeMaster | AuthorizationGroup | AuthorizGroup | |
| ChangeNumberReleaseKey | I_ChangeMaster | ChangeNumberReleaseKey | ||
| ChangeNumberFunction | I_ChangeMaster | ChangeNumberFunction | Function | |
| _ChangeMasterObjectType | _ChangeMasterObjectType | |||
| _ObjectTypeText | _ObjectTypeText | |||
| _ChangeMasterLogAccMActive | I_ChangeMaster | _ChangeMasterLogAccMActive | ||
| _ChgMstrLogAccMSecureIDAssgmt | I_ChangeMaster | _ChgMstrLogAccMSecureIDAssgmt | ||
| _ChangeMstrLogAccMUserAuthzn | I_ChangeMaster | _ChangeMstrLogAccMUserAuthzn |
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_MaintTechObjBOMChgNumberVH.
-- 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.
CREATE VIEW I_MaintTechObjBOMChgNumberVH AS
SELECT
_ChangeMaster.ChangeNumber AS ChangeNumber,
_ObjectTypeAssignment.ChangeNumberObjectType AS ChangeNumberObjectType,
_ChangeMaster.ChangeNumberDescription AS ChangeNumberDescription,
_ChangeMaster.ChangeNumberValidFromDate AS ChangeNumberValidFromDate,
_ChangeMaster.ChangeNumberStatus AS ChangeNumberStatus,
_ChangeMaster.AuthorizationGroup AS AuthorizationGroup,
_ChangeMaster.ChangeNumberReleaseKey AS ChangeNumberReleaseKey,
_ChangeMaster.ChangeNumberFunction AS ChangeNumberFunction,
_ChangeMaster._ChangeMasterLogAccMActive AS _ChangeMasterLogAccMActive,
_ChangeMaster._ChgMstrLogAccMSecureIDAssgmt AS _ChgMstrLogAccMSecureIDAssgmt,
_ChangeMaster._ChangeMstrLogAccMUserAuthzn AS _ChangeMstrLogAccMUserAuthzn
FROM I_ChangeMaster AS _ChangeMaster
LEFT OUTER JOIN I_ChangeMasterObjectType AS _ChangeMasterObjectType ON _ChangeMasterObjectType.ChangeNumberObjectType = ChangeNumberObjectType -- association [0..1]
LEFT OUTER JOIN I_ChangeMasterObjectTypeText AS _ObjectTypeText ON _ObjectTypeText.ChangeNumberObjectType = ChangeNumberObjectType AND _ObjectTypeText.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