I_BPSuplrSubrangeTextProcChgs

DDL: I_BPSUPLRSUBRANGETEXTPROCCHGS Type: view_entity TRANSACTIONAL Package: MDC_SUPPL_STAGING_BO

BP Supplier Subranges Process Changes

I_BPSuplrSubrangeTextProcChgs is a Transactional CDS View that provides data about "BP Supplier Subranges Process Changes" in SAP S/4HANA. It reads from 2 data sources (I_BPSupplierSubrangeTextProc, I_BPSupplierSubrangeTextProc) and exposes 39 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, SupplierSubrange. It has 2 associations to related views. Part of development package MDC_SUPPL_STAGING_BO.

Data Sources (2)

SourceAliasJoin Type
I_BPSupplierSubrangeTextProc _Current from
I_BPSupplierSubrangeTextProc _Current union_all

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_BPSupplierProcess _Supplier $projection.MasterDataChangeProcess = _Supplier.MasterDataChangeProcess and $projection.MDChgProcessStep = _Supplier.MDChgProcessStep and $projection.MDChgProcessSrceSystem = _Supplier.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _Supplier.MDChgProcessSrceObject
[0..1] I_LanguageText _LanguageText $projection.Language = _LanguageText.LanguageCode and _LanguageText.Language = $session.system_language

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label BP Supplier Subranges Process Changes view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (39)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChangeProcess I_BPSupplierSubrangeTextProc MasterDataChangeProcess Process ID
KEY MDChgProcessStep I_BPSupplierSubrangeTextProc MDChgProcessStep Step Number
KEY MDChgProcessSrceSystem I_BPSupplierSubrangeTextProc MDChgProcessSrceSystem Source System
KEY MDChgProcessSrceObject I_BPSupplierSubrangeTextProc MDChgProcessSrceObject Source ID
KEY SupplierSubrange I_BPSupplierSubrangeTextProc SupplierSubrange Suppl. Subrange
KEY Language I_BPSupplierSubrangeTextProc Language Report Text Language
KEY MDChgProcessModelTableName _ModelTable MDChgProcessModelTableName
KEY MDChangeProcessModelFieldName
KEY char1000asMDChgProcessRecordObjectID
MDChangeProcModelTableDesc _ModelTable MDChangeProcModelTableDesc
MDChangeProcessModelFieldDesc
MDChgProcModelNodeExternalName
MDChgProcModTableExternalName
MDChgProcModFieldExternalName
MDChgProcCurrentAttributeValue
MDChgProcPrevAttributeValue
MDChgProcessAttributeIsChanged
MDChgProcessSourceModified I_BPSupplierSubrangeTextProc MDChgProcessSourceModified Modified
Language11asMDChgProcessRecordObjectText
MasterDataChangeProcess Process ID
KEY MDChgProcessStep I_BPSupplierSubrangeTextProc MDChgProcessStep Step Number
KEY MDChgProcessSrceSystem I_BPSupplierSubrangeTextProc MDChgProcessSrceSystem Source System
KEY MDChgProcessSrceObject I_BPSupplierSubrangeTextProc MDChgProcessSrceObject Source ID
KEY SupplierSubrange I_BPSupplierSubrangeTextProc SupplierSubrange Suppl. Subrange
KEY Language I_BPSupplierSubrangeTextProc Language Report Text Language
KEY MDChgProcessModelTableName _ModelField MDChgProcessModelTableName
KEY MDChangeProcessModelFieldName _ModelField MDChangeProcessModelFieldName
KEY char1000asMDChgProcessRecordObjectID
MDChangeProcModelTableDesc _ModelField MDChangeProcModelTableDesc
MDChangeProcessModelFieldDesc _ModelField MDChangeProcessModelFieldDesc
MDChgProcModelNodeExternalName
MDChgProcModTableExternalName
MDChgProcModFieldExternalName
MDChgProcCurrentAttributeValue
MDChgProcPrevAttributeValue
MDChgProcessAttributeIsChanged
MDChgProcessSourceModified I_BPSupplierSubrangeTextProc MDChgProcessSourceModified Modified
Language11asMDChgProcessRecordObjectText
_Supplier _Supplier

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_BPSuplrSubrangeTextProcChgs.
-- 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_BPSuplrSubrangeTextProcChgs AS
SELECT
  _Current.MasterDataChangeProcess AS MasterDataChangeProcess,
  _Current.MDChgProcessStep AS MDChgProcessStep,
  _Current.MDChgProcessSrceSystem AS MDChgProcessSrceSystem,
  _Current.MDChgProcessSrceObject AS MDChgProcessSrceObject,
  _Current.SupplierSubrange AS SupplierSubrange,
  _Current.Language AS Language,
  _ModelTable.MDChgProcessModelTableName AS MDChgProcessModelTableName,
  cast ( '' as fieldname ) AS MDChangeProcessModelFieldName,
  cast( concat( concat( concat( concat( _Current.MDChgProcessSrceSystem, concat( '%%', _Current.MDChgProcessSrceObject )), concat( '%%', _Current.BPAssignmentID )), concat( '%%', _Current.SupplierSubrange )), concat( '%%', _Current.Language )) as abap.char(1000) ) as MDChgProcessRecordObjectID AS char1000asMDChgProcessRecordObjectID,
  _ModelTable.MDChangeProcModelTableDesc AS MDChangeProcModelTableDesc,
  cast ('' as as4text ) AS MDChangeProcessModelFieldDesc,
  cast( 'BusPartSuplrSubrangeText' as fieldname ) AS MDChgProcModelNodeExternalName,
  cast( 'I_BPSupplierSubrangeTextProcTP' as fieldname ) AS MDChgProcModTableExternalName,
  cast( '' as fieldname ) AS MDChgProcModFieldExternalName,
  cast( '' as abap.char( 260 ) ) AS MDChgProcCurrentAttributeValue,
  cast( '' as abap.char( 260 ) ) AS MDChgProcPrevAttributeValue,
  cast( '' as boolean ) AS MDChgProcessAttributeIsChanged,
  _Current.MDChgProcessSourceModified AS MDChgProcessSourceModified,
  concat_with_space( concat_with_space( coalesce(_Current.SupplierSubrangeName,''), concat( concat( '(', _Current.SupplierSubrange ), '),' ), 1), concat_with_space(coalesce(_LanguageText.LanguageName,''), concat( concat( '(', _Current.Language ), ')' ), 1), 1) as MDChgProcessRecordObjectText AS Language11asMDChgProcessRecordObjectText
FROM I_BPSupplierSubrangeTextProc AS _Current
LEFT OUTER JOIN I_BPSupplierProcess AS _Supplier ON MasterDataChangeProcess = _Supplier.MasterDataChangeProcess AND MDChgProcessStep = _Supplier.MDChgProcessStep AND MDChgProcessSrceSystem = _Supplier.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _Supplier.MDChgProcessSrceObject  -- association [1..1]
LEFT OUTER JOIN I_LanguageText AS _LanguageText ON Language = _LanguageText.LanguageCode AND _LanguageText.Language = $session.system_language  -- association [0..1]
-- UNION ALL with additional select branch(es): I_BPSupplierSubrangeTextProc
;