I_BPFaxNumberProcessChanges
Business Partner Fax Process Changes
I_BPFaxNumberProcessChanges is a Transactional CDS View that provides data about "Business Partner Fax Process Changes" in SAP S/4HANA. It reads from 2 data sources (I_BPFaxNumberProcess, I_BPFaxNumberProcess) and exposes 41 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, AddressNumber. It has 4 associations to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_BPFaxNumberProcess | _Current | from |
| I_BPFaxNumberProcess | _Current | union_all |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_BusinessPartnerProcess | _BusinessPartner | $projection.MasterDataChangeProcess = _BusinessPartner.MasterDataChangeProcess and $projection.MDChgProcessStep = _BusinessPartner.MDChgProcessStep and $projection.MDChgProcessSrceSystem = _BusinessPartner.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _BusinessPartner.MDChgProcessSrceObject |
| [0..1] | I_BusPartProtectedAddressProc | _BPProtectedAddress | _Current.MasterDataChangeProcess = _BPProtectedAddress.MasterDataChangeProcess and _Current.MDChgProcessStep = _BPProtectedAddress.MDChgProcessStep and _Current.MDChgProcessSrceSystem = _BPProtectedAddress.MDChgProcessSrceSystem and _Current.MDChgProcessSrceObject = _BPProtectedAddress.MDChgProcessSrceObject |
| [0..1] | I_BusPartTelCountryPrefix | _PhoneCountryCode | _Current.FaxCountry = _PhoneCountryCode.Country |
| [1..1] | I_BusinessPartnerAddressProc | _Address | $projection.MasterDataChangeProcess = _Address.MasterDataChangeProcess and $projection.MDChgProcessStep = _Address.MDChgProcessStep and $projection.MDChgProcessSrceSystem = _Address.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _Address.MDChgProcessSrceObject and $projection.AddressNumber = _Address.AddressNumber |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPFAXPROCCHG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Business Partner Fax Process Changes | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (41)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterDataChangeProcess | I_BPFaxNumberProcess | MasterDataChangeProcess | Process ID |
| KEY | MDChgProcessStep | I_BPFaxNumberProcess | MDChgProcessStep | Step Number |
| KEY | MDChgProcessSrceSystem | I_BPFaxNumberProcess | MDChgProcessSrceSystem | Source System |
| KEY | MDChgProcessSrceObject | I_BPFaxNumberProcess | MDChgProcessSrceObject | Source ID |
| KEY | AddressNumber | I_BPFaxNumberProcess | AddressNumber | Src Address No |
| KEY | OrdinalNumber | I_BPFaxNumberProcess | OrdinalNumber | Sequence Number |
| KEY | MDChgProcessModelTableName | _ModelTable | MDChgProcessModelTableName | |
| KEY | MDChangeProcessModelFieldName | |||
| KEY | char1000asMDChgProcessRecordObjectID | |||
| MDChangeProcModelTableDesc | _ModelTable | MDChangeProcModelTableDesc | ||
| MDChangeProcessModelFieldDesc | ||||
| MDChgProcModelNodeExternalName | ||||
| MDChgProcModTableExternalName | ||||
| MDChgProcModFieldExternalName | ||||
| MDChgProcCurrentAttributeValue | ||||
| MDChgProcPrevAttributeValue | ||||
| MDChgProcessAttributeIsChanged | ||||
| MDChgProcessSourceModified | I_BPFaxNumberProcess | MDChgProcessSourceModified | Modified | |
| _BusinessPartner | _BusinessPartner | |||
| _BPProtectedAddress | _BPProtectedAddress | |||
| MasterDataChangeProcess | Process ID | |||
| KEY | MDChgProcessStep | I_BPFaxNumberProcess | MDChgProcessStep | Step Number |
| KEY | MDChgProcessSrceSystem | I_BPFaxNumberProcess | MDChgProcessSrceSystem | Source System |
| KEY | MDChgProcessSrceObject | I_BPFaxNumberProcess | MDChgProcessSrceObject | Source ID |
| KEY | AddressNumber | I_BPFaxNumberProcess | AddressNumber | Src Address No |
| KEY | OrdinalNumber | I_BPFaxNumberProcess | OrdinalNumber | Sequence Number |
| KEY | MDChgProcessModelTableName | _ModelField | MDChgProcessModelTableName | |
| KEY | MDChangeProcessModelFieldName | _ModelField | MDChangeProcessModelFieldName | |
| KEY | char1000asMDChgProcessRecordObjectID | |||
| MDChangeProcModelTableDesc | _ModelField | MDChangeProcModelTableDesc | ||
| MDChangeProcessModelFieldDesc | _ModelField | MDChangeProcessModelFieldDesc | ||
| MDChgProcModelNodeExternalName | ||||
| MDChgProcModTableExternalName | ||||
| MDChgProcModFieldExternalName | ||||
| MDChgProcCurrentAttributeValue | ||||
| MDChgProcPrevAttributeValue | ||||
| MDChgProcessAttributeIsChanged | ||||
| MDChgProcessSourceModified | I_BPFaxNumberProcess | MDChgProcessSourceModified | Modified | |
| _BusinessPartner | _BusinessPartner | |||
| _BPProtectedAddress | _BPProtectedAddress | |||
| _Address | _Address |
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_BPFaxNumberProcessChanges.
-- 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: IBPFAXPROCCHG
CREATE VIEW I_BPFaxNumberProcessChanges AS
SELECT
_Current.MasterDataChangeProcess AS MasterDataChangeProcess,
_Current.MDChgProcessStep AS MDChgProcessStep,
_Current.MDChgProcessSrceSystem AS MDChgProcessSrceSystem,
_Current.MDChgProcessSrceObject AS MDChgProcessSrceObject,
_Current.AddressNumber AS AddressNumber,
_Current.OrdinalNumber AS OrdinalNumber,
_ModelTable.MDChgProcessModelTableName AS MDChgProcessModelTableName,
cast ( '' as fieldname ) AS MDChangeProcessModelFieldName,
cast( concat( concat( concat(_Current.MDChgProcessSrceSystem, concat( '%%', _Current.MDChgProcessSrceObject)), concat( '%%', _Current.AddressNumber)), concat( '%%', _Current.OrdinalNumber)) as abap.char(1000) ) as MDChgProcessRecordObjectID AS char1000asMDChgProcessRecordObjectID,
_ModelTable.MDChangeProcModelTableDesc AS MDChangeProcModelTableDesc,
cast ('' as as4text ) AS MDChangeProcessModelFieldDesc,
cast( 'BusinessPartnerFaxNumber' as fieldname ) AS MDChgProcModelNodeExternalName,
cast( 'I_BPFaxNumberProcessTP' 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
FROM I_BPFaxNumberProcess AS _Current
LEFT OUTER JOIN I_BusinessPartnerProcess AS _BusinessPartner ON MasterDataChangeProcess = _BusinessPartner.MasterDataChangeProcess AND MDChgProcessStep = _BusinessPartner.MDChgProcessStep AND MDChgProcessSrceSystem = _BusinessPartner.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _BusinessPartner.MDChgProcessSrceObject -- association [1..1]
LEFT OUTER JOIN I_BusPartProtectedAddressProc AS _BPProtectedAddress ON _Current.MasterDataChangeProcess = _BPProtectedAddress.MasterDataChangeProcess AND _Current.MDChgProcessStep = _BPProtectedAddress.MDChgProcessStep AND _Current.MDChgProcessSrceSystem = _BPProtectedAddress.MDChgProcessSrceSystem AND _Current.MDChgProcessSrceObject = _BPProtectedAddress.MDChgProcessSrceObject -- association [0..1]
LEFT OUTER JOIN I_BusPartTelCountryPrefix AS _PhoneCountryCode ON _Current.FaxCountry = _PhoneCountryCode.Country -- association [0..1]
LEFT OUTER JOIN I_BusinessPartnerAddressProc AS _Address ON MasterDataChangeProcess = _Address.MasterDataChangeProcess AND MDChgProcessStep = _Address.MDChgProcessStep AND MDChgProcessSrceSystem = _Address.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _Address.MDChgProcessSrceObject AND AddressNumber = _Address.AddressNumber -- association [1..1]
-- UNION ALL with additional select branch(es): I_BPFaxNumberProcess
;
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