R_BPCntctPersnMblNmbrGovDraft

DDL: R_BPCNTCTPERSNMBLNMBRGOVDRAFT Type: view_entity BASIC Package: MDC_BP_REL_GOV_BO

Draft Access Rel Workplace Mobile

R_BPCntctPersnMblNmbrGovDraft is a Basic CDS View that provides data about "Draft Access Rel Workplace Mobile" in SAP S/4HANA. It reads from 1 data source (bur_adr2_mob_dft) and exposes 25 fields with key fields BPRelshpUUID, BPCntctPersnAddrUUID, BPTelephoneUUID, MasterDataChangeProcess, MDChgProcessSrceSystem. Part of development package MDC_BP_REL_GOV_BO.

Data Sources (1)

SourceAliasJoin Type
bur_adr2_mob_dft bur_adr2_mob_dft from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Draft Access Rel Workplace Mobile view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (25)

KeyFieldSource TableSource FieldDescription
KEY BPRelshpUUID bprelshpuuid UUID
KEY BPCntctPersnAddrUUID bpcntctpersnaddruuid UUID
KEY BPTelephoneUUID bptelephoneuuid UUID
KEY MasterDataChangeProcess masterdatachangeprocess Process ID
KEY MDChgProcessSrceSystem mdchgprocesssrcesystem Source System
KEY MDChgProcessSrceObject mdchgprocesssrceobject Source ID
KEY AddressNumber addressnumber Src Address No
KEY OrdinalNumber ordinalnumber Sequence Number
KEY BPRelshpCatIsInFwdDirection bprelshpcatisinfwddirection Boolean Variable (X = True, - = False, Space = Unknown)
OrdinalNumberForEdit ordinalnumberforedit Sequence Number
MDChgProcessStep mdchgprocessstep Step Number
DestinationLocationCountry destinationlocationcountry Country/Region
TelephoneCountryPrefix telephonecountryprefix Tel. to
IsDefaultPhoneNumber isdefaultphonenumber TRUE
PhoneNumber phonenumber Telephone no.
InternationalPhoneNumber internationalphonenumber Telephone no.
PhoneNumberType phonenumbertype Phone number type
ValidityStartDateTime validitystartdatetime Valid From Timestamp
ValidityEndDateTime validityenddatetime Valid To Timestamp
DraftEntityCreationDateTime draftentitycreationdatetime Draft Created On
DraftEntityLastChangeDateTime draftentitylastchangedatetime Draft Last Changed On
DraftAdministrativeDataUUID draftadministrativedatauuid UUID
DraftEntityOperationCode draftentityoperationcode Draft - Operation Code
HasActiveEntity hasactiveentity TRUE
DraftFieldChanges draftfieldchanges Field Changes

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 R_BPCntctPersnMblNmbrGovDraft.
-- 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 R_BPCntctPersnMblNmbrGovDraft AS
SELECT
  BPRelshpUUID,
  BPCntctPersnAddrUUID,
  BPTelephoneUUID,
  MasterDataChangeProcess,
  MDChgProcessSrceSystem,
  MDChgProcessSrceObject,
  AddressNumber,
  OrdinalNumber,
  BPRelshpCatIsInFwdDirection,
  OrdinalNumberForEdit,
  MDChgProcessStep,
  DestinationLocationCountry,
  TelephoneCountryPrefix,
  IsDefaultPhoneNumber,
  PhoneNumber,
  InternationalPhoneNumber,
  PhoneNumberType,
  ValidityStartDateTime,
  ValidityEndDateTime,
  DraftEntityCreationDateTime,
  DraftEntityLastChangeDateTime,
  DraftAdministrativeDataUUID,
  DraftEntityOperationCode,
  HasActiveEntity,
  DraftFieldChanges
FROM bur_adr2_mob_dft
;