C_BPFaxNumberProcessTP
Projection View for Business Partner Process Fax Number
C_BPFaxNumberProcessTP is a Consumption CDS View that provides data about "Projection View for Business Partner Process Fax Number" in SAP S/4HANA. It reads from 1 data source (I_BPFaxNumberProcessTP) and exposes 36 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, AddressNumber. It has 2 associations to related views. It is exposed through 1 OData service (C_MDCHGPROCBPDETAILSTP_SRV). It is used in 2 Fiori applications: Mass Edit BP Relationships, Mass Edit Business Partners.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BPFaxNumberProcessTP | I_BPFaxNumberProcessTP | projection |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BPFaxNumberProcessChanges | _Changes | $projection.MasterDataChangeProcess = _Changes.MasterDataChangeProcess and $projection.MDChgProcessStep = _Changes.MDChgProcessStep and $projection.MDChgProcessSrceSystem = _Changes.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _Changes.MDChgProcessSrceObject and $projection.AddressNumber = _Changes.AddressNumber and $projection.OrdinalNumber = _Changes.OrdinalNumber and _Changes.MDChgProcessSourceModified = 'X' |
| [0..1] | I_MDChangeProcessRecordTarget | _RecordTarget | $projection.MasterDataChangeProcess = _RecordTarget.MasterDataChangeProcess and $projection.MDChgProcessSrceSystem = _RecordTarget.MDChgProcessSrceSystem and $projection.MDChgProcessSrceObject = _RecordTarget.MDChgProcessSrceObject and _RecordTarget.MDChgProcessSrceObjectTypeCode = '147' |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Projection View for Business Partner Process Fax Number | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| C_MDCHGPROCBPDETAILSTP_SRV | C_MDCHGPROCBPDETAILSTP_SRV | V2 | C1 | NOT_RELEASED |
Fiori Apps (2)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F6563 | Mass Edit BP Relationships | Transactional | |
| F6564 | Mass Edit Business Partners | Transactional | An application to display or edit the data of an MDG master data process. The data will be shown in a table-like UI. This Fiori app has no own tile, but can be navigated from the MDG process UI (e.g. Manage Governance Processes - Business Partner). |
Mass Edit BP Relationships
Business Role: Master Data Specialist - Business Partner Data
This app is used in SAP Master Data Governance in cloud-ready mode.You can access Mass Edit from any process handling business partner relationship data."Edit" enables you to manually change individual field values while "Mass Edit" offers to change field values in one step, either for all records or for a set of selected records. In the Mass Edit you have following options to change field value: Keep existing value Replace field value Clear field value
Mass Edit Business Partners
Business Role: Master Data Specialist - Business Partner Data
Fields (36)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterDataChangeProcess | MasterDataChangeProcess | Process ID | |
| KEY | MDChgProcessStep | MDChgProcessStep | Step Number | |
| KEY | MDChgProcessSrceSystem | MDChgProcessSrceSystem | Source System | |
| KEY | MDChgProcessSrceObject | MDChgProcessSrceObject | Source ID | |
| KEY | AddressNumber | AddressNumber | Src Address No | |
| KEY | OrdinalNumber | OrdinalNumber | Sequence Number | |
| IsDefaultFaxNumber | IsDefaultFaxNumber | Standard No. | ||
| FaxCountry | FaxCountry | Country/Region | ||
| TelephoneCountryPrefix | _FaxCountryPrefix | TelephoneCountryPrefix | Tel. to | |
| CountryNameasCountryNamelocalized | ||||
| AddressFaxNumber | AddressFaxNumber | Fax | ||
| FaxNumberExtension | FaxNumberExtension | Extension | ||
| InternationalFaxNumber | InternationalFaxNumber | Fax Number | ||
| MDChgProcessSourceModified | MDChgProcessSourceModified | Modified | ||
| MDChgProcessSourceModifBinary | MDChgProcessSourceModifBinary | |||
| MDChgProcSrceLastChgdDateTime | MDChgProcSrceLastChgdDateTime | |||
| sstring260 | ||||
| sstring260 | ||||
| sstring260 | ||||
| MDChgProcKPIRecordTypeText | ||||
| MDChgProcKPIRecordType | _RecordType | MDChgProcKPIRecordType | ||
| MDChgProcKPIRecordStatusText | ||||
| MDChgProcessValidationStatus | _BusinessPartner | MDChgProcessValidationStatus | ||
| MDChgProcKPIUpdateStatusText | _KPIUpdateStatusText | MDChangeProcKPIValueKeyDesc | ||
| MDChgProcKPIUpdateStatus | MDChgProcKPIUpdateStatus | Row Type | ||
| virtualMDChangeProcessMessageTypesymsgty | Message Type | |||
| virtualMDChangeProcessMessageIDmsgid | Log Message Class | |||
| virtualMDChangeProcessMessageNumbermsgno | Log Message Number | |||
| MDChgProcessActivationTarget | _BusinessPartner | MDChgProcessActivationTarget | ||
| MDChgProcKPIRecordTargetText | ||||
| MDChgProcessReplicationStatus | _BusinessPartner | MDChgProcessReplicationStatus | ||
| MDChgProcReplicationStatusText | ||||
| _BPProtectedAddress | _BPProtectedAddress | |||
| _Changes | _Changes | |||
| _RecordMessages | _RecordMessages | |||
| _RecordTarget | _RecordTarget |
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 C_BPFaxNumberProcessTP.
-- 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 C_BPFaxNumberProcessTP AS
SELECT
MasterDataChangeProcess,
MDChgProcessStep,
MDChgProcessSrceSystem,
MDChgProcessSrceObject,
AddressNumber,
OrdinalNumber,
IsDefaultFaxNumber,
FaxCountry,
_FaxCountryPrefix.TelephoneCountryPrefix AS TelephoneCountryPrefix,
_FaxCountryPrefix._CountryText.CountryName as CountryName : localized AS CountryNameasCountryNamelocalized,
AddressFaxNumber,
FaxNumberExtension,
InternationalFaxNumber,
MDChgProcessSourceModified,
MDChgProcessSourceModifBinary,
MDChgProcSrceLastChgdDateTime,
virtual SourceSystem : abap.sstring( 260 ) AS sstring260,
_RecordType._KPIRecordTypeText.MDChangeProcKPIValueKeyDesc AS MDChgProcKPIRecordTypeText,
_RecordType.MDChgProcKPIRecordType AS MDChgProcKPIRecordType,
_BusinessPartner._KPIRecordStatusText.MDChangeProcKPIValueKeyDesc AS MDChgProcKPIRecordStatusText,
_BusinessPartner.MDChgProcessValidationStatus AS MDChgProcessValidationStatus,
_KPIUpdateStatusText.MDChangeProcKPIValueKeyDesc AS MDChgProcKPIUpdateStatusText,
MDChgProcKPIUpdateStatus,
virtual MDChangeProcessMessageType : symsgty AS virtualMDChangeProcessMessageTypesymsgty,
virtual MDChangeProcessMessageID : msgid AS virtualMDChangeProcessMessageIDmsgid,
virtual MDChangeProcessMessageNumber : msgno AS virtualMDChangeProcessMessageNumbermsgno,
_BusinessPartner.MDChgProcessActivationTarget AS MDChgProcessActivationTarget,
_BusinessPartner._RecordTargetText.MDChangeProcKPIValueKeyDesc AS MDChgProcKPIRecordTargetText,
_BusinessPartner.MDChgProcessReplicationStatus AS MDChgProcessReplicationStatus,
_BusinessPartner._ReplicationStatusText.MDChangeProcKPIValueKeyDesc AS MDChgProcReplicationStatusText
FROM I_BPFaxNumberProcessTP
LEFT OUTER JOIN I_BPFaxNumberProcessChanges AS _Changes ON MasterDataChangeProcess = _Changes.MasterDataChangeProcess AND MDChgProcessStep = _Changes.MDChgProcessStep AND MDChgProcessSrceSystem = _Changes.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _Changes.MDChgProcessSrceObject AND AddressNumber = _Changes.AddressNumber AND OrdinalNumber = _Changes.OrdinalNumber AND _Changes.MDChgProcessSourceModified = 'X' -- association [0..*]
LEFT OUTER JOIN I_MDChangeProcessRecordTarget AS _RecordTarget ON MasterDataChangeProcess = _RecordTarget.MasterDataChangeProcess AND MDChgProcessSrceSystem = _RecordTarget.MDChgProcessSrceSystem AND MDChgProcessSrceObject = _RecordTarget.MDChgProcessSrceObject AND _RecordTarget.MDChgProcessSrceObjectTypeCode = '147' -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- 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