I_BPIndepFaxNumberProc
Base View for BUT_ADR3_IN_PRC
I_BPIndepFaxNumberProc is a CDS View that provides data about "Base View for BUT_ADR3_IN_PRC" in SAP S/4HANA. It reads from 1 data source (but_adr3_in_prc) and exposes 17 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, OrdinalNumber. It has 1 association to related views. Part of development package MDC_BUPA_GOV_BO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| but_adr3_in_prc | but_adr3_in_prc | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_BusinessPartnerProcess | _BusinessPartner | but_adr3_in_prc.process_id = _BusinessPartner.MasterDataChangeProcess and but_adr3_in_prc.process_step_no = _BusinessPartner.MDChgProcessStep and but_adr3_in_prc.source_system = _BusinessPartner.MDChgProcessSrceSystem and but_adr3_in_prc.source_id = _BusinessPartner.MDChgProcessSrceObject |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Base View for BUT_ADR3_IN_PRC | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterDataChangeProcess | process_id | Process Instance ID | |
| KEY | MDChgProcessStep | process_step_no | Step Number | |
| KEY | MDChgProcessSrceSystem | source_system | Source System | |
| KEY | MDChgProcessSrceObject | source_id | UUID | |
| KEY | OrdinalNumber | consnumber | Sequence Number | |
| AddrCommunicationValidFromDate | date_from | Validity Start Date | ||
| AddressNumber | addrnumber | Address Number | ||
| FaxCountry | country | Venue: Ctry/Reg | ||
| IsDefaultFaxNumber | flgdefault | Standard No. | ||
| AddressFaxNumber | fax_number | Fax Number | ||
| FaxNumberExtension | fax_extens | Extension | ||
| InternationalFaxNumber | faxnr_long | Fax Number | ||
| FaxnrCall | faxnr_call | Sender number | ||
| MDChgProcSrceLastChgdDateTime | source_recency | Last Changed On | ||
| MDChgProcessSourceModified | source_modified | Modified | ||
| MDChgProcessSourceModifBinary | source_modification_blip | Modification | ||
| _BusinessPartner | _BusinessPartner |
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_BPIndepFaxNumberProc.
-- 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_BPIndepFaxNumberProc AS
SELECT
process_id AS MasterDataChangeProcess,
process_step_no AS MDChgProcessStep,
source_system AS MDChgProcessSrceSystem,
source_id AS MDChgProcessSrceObject,
consnumber AS OrdinalNumber,
date_from AS AddrCommunicationValidFromDate,
addrnumber AS AddressNumber,
country AS FaxCountry,
flgdefault AS IsDefaultFaxNumber,
fax_number AS AddressFaxNumber,
fax_extens AS FaxNumberExtension,
faxnr_long AS InternationalFaxNumber,
faxnr_call AS FaxnrCall,
source_recency AS MDChgProcSrceLastChgdDateTime,
source_modified AS MDChgProcessSourceModified,
source_modification_blip AS MDChgProcessSourceModifBinary
FROM but_adr3_in_prc
LEFT OUTER JOIN I_BusinessPartnerProcess AS _BusinessPartner ON but_adr3_in_prc.process_id = _BusinessPartner.MasterDataChangeProcess AND but_adr3_in_prc.process_step_no = _BusinessPartner.MDChgProcessStep AND but_adr3_in_prc.source_system = _BusinessPartner.MDChgProcessSrceSystem AND but_adr3_in_prc.source_id = _BusinessPartner.MDChgProcessSrceObject -- association [1..1]
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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