C_BPCntctPersnTelNmbrProcTP

DDL: C_BPCNTCTPERSNTELNMBRPROCTP Type: view_entity CONSUMPTION Package: MDC_BP_REL_GOV_BO

Projection for Wplc Addr Tel Nmbr - TP

C_BPCntctPersnTelNmbrProcTP is a Consumption CDS View that provides data about "Projection for Wplc Addr Tel Nmbr - TP" in SAP S/4HANA. It reads from 1 data source (I_BPCntctPersnTelNmbrProcTP) and exposes 37 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, AddressNumber. It has 2 associations to related views. It is exposed through 2 OData services (C_MDCHGPROCBPRELDETAILSTP_SRV, C_MDCHGPROCBPRELDETAILSTP_SRV). Part of development package MDC_BP_REL_GOV_BO.

Data Sources (1)

SourceAliasJoin Type
I_BPCntctPersnTelNmbrProcTP I_BPCntctPersnTelNmbrProcTP projection

Associations (2)

CardinalityTargetAliasCondition
[0..*] C_BPCntctPersnTelNmbrProcChgs _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 = '1405'

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Projection for Wplc Addr Tel Nmbr - TP view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
C_MDCHGPROCBPRELDETAILSTP_SRV C_MDCHGPROCBPRELDETTP_SRV V2 C1 NOT_RELEASED
C_MDCHGPROCBPRELDETAILSTP_SRV C_MDCHGPROCBPRELDETTP_V2 V2 C1 NOT_RELEASED

Fields (37)

KeyFieldSource TableSource FieldDescription
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
DestinationLocationCountry DestinationLocationCountry Country/Region
TelephoneCountryPrefix _TelCountryPrefix TelephoneCountryPrefix Tel. to
CountryNameasCountryNamelocalized
IsDefaultPhoneNumber IsDefaultPhoneNumber TRUE
CommNumberIsNotUsed CommNumberIsNotUsed Do not use
PhoneNumber PhoneNumber Telephone no.
PhoneNumberExtension PhoneNumberExtension Extension
InternationalPhoneNumber InternationalPhoneNumber Telephone no.
PhoneIsSMSEnabled PhoneIsSMSEnabled SMS-Enab.
PhoneNumberType PhoneNumberType Phone number type
ValidityStartDate ValidityStartDate Validity Start Date
ValidityEndDate ValidityEndDate ValidTo
MDChgProcessRecordObjectText _BPRelProcess MDChgProcessRecordObjectText
MDChgProcessSourceModified MDChgProcessSourceModified Modified
MDChgProcessSourceModifBinary MDChgProcessSourceModifBinary
sstring260
sstring260
sstring260
MDChgProcKPIRecordTypeText
MDChgProcKPIRecordType _RecordType MDChgProcKPIRecordType
MDChgProcKPIRecordStatusText
MDChgProcessValidationStatus _BPRelProcess MDChgProcessValidationStatus
MDChgProcKPIUpdateStatusText _KPIUpdateStatusText MDChangeProcKPIValueKeyDesc
MDChgProcKPIUpdateStatus MDChgProcKPIUpdateStatus Row Type
virtualMDChangeProcessMessageTypesymsgty Message Type
virtualMDChangeProcessMessageIDmsgid Log Message Class
virtualMDChangeProcessMessageNumbermsgno Log Message Number
MDChgProcessActivationTarget _BPRelProcess MDChgProcessActivationTarget Activation Result
MDChgProcKPIRecordTargetText
_Changes _Changes
_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_BPCntctPersnTelNmbrProcTP.
-- 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_BPCntctPersnTelNmbrProcTP AS
SELECT
  MasterDataChangeProcess,
  MDChgProcessStep,
  MDChgProcessSrceSystem,
  MDChgProcessSrceObject,
  AddressNumber,
  OrdinalNumber,
  DestinationLocationCountry,
  _TelCountryPrefix.TelephoneCountryPrefix AS TelephoneCountryPrefix,
  _TelCountryPrefix._CountryText.CountryName as CountryName : localized AS CountryNameasCountryNamelocalized,
  IsDefaultPhoneNumber,
  CommNumberIsNotUsed,
  PhoneNumber,
  PhoneNumberExtension,
  InternationalPhoneNumber,
  PhoneIsSMSEnabled,
  PhoneNumberType,
  ValidityStartDate,
  ValidityEndDate,
  _BPRelProcess.MDChgProcessRecordObjectText AS MDChgProcessRecordObjectText,
  MDChgProcessSourceModified,
  MDChgProcessSourceModifBinary,
  virtual SourceSystem : abap.sstring( 260 ) AS sstring260,
  _RecordType._KPIRecordTypeText.MDChangeProcKPIValueKeyDesc AS MDChgProcKPIRecordTypeText,
  _RecordType.MDChgProcKPIRecordType AS MDChgProcKPIRecordType,
  _BPRelProcess._KPIRecordStatusText.MDChangeProcKPIValueKeyDesc AS MDChgProcKPIRecordStatusText,
  _BPRelProcess.MDChgProcessValidationStatus AS MDChgProcessValidationStatus,
  _KPIUpdateStatusText.MDChangeProcKPIValueKeyDesc AS MDChgProcKPIUpdateStatusText,
  MDChgProcKPIUpdateStatus,
  virtual MDChangeProcessMessageType : symsgty AS virtualMDChangeProcessMessageTypesymsgty,
  virtual MDChangeProcessMessageID : msgid AS virtualMDChangeProcessMessageIDmsgid,
  virtual MDChangeProcessMessageNumber : msgno AS virtualMDChangeProcessMessageNumbermsgno,
  _BPRelProcess.MDChgProcessActivationTarget AS MDChgProcessActivationTarget,
  _BPRelProcess._RecordTargetText.MDChangeProcKPIValueKeyDesc AS MDChgProcKPIRecordTargetText
FROM I_BPCntctPersnTelNmbrProcTP
LEFT OUTER JOIN C_BPCntctPersnTelNmbrProcChgs 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 = '1405'  -- association [0..1]
;