E_BPCustAddrDepdntInfoProcess

DDL: E_BPCUSTADDRDEPDNTINFOPROCESS Type: view_entity EXTENSION Package: MDC_CUST_STAGING_BO

BP Customer Address Depdnt Info Proc - Extension

E_BPCustAddrDepdntInfoProcess is a Extension CDS View that provides data about "BP Customer Address Depdnt Info Proc - Extension" in SAP S/4HANA. It reads from 1 data source (kna1_addr_prc) and exposes 5 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessSrceSystem, MDChgProcessSrceObject, AddressNumber. Part of development package MDC_CUST_STAGING_BO.

Data Sources (1)

SourceAliasJoin Type
kna1_addr_prc Persistence from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label BP Customer Address Depdnt Info Proc - Extension view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XXL view
VDM.viewType #EXTENSION view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChangeProcess process_id
KEY MDChgProcessStep process_step_no
KEY MDChgProcessSrceSystem source_system
KEY MDChgProcessSrceObject source_id
KEY AddressNumber source_addrnumber
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'BP Customer Address Depdnt Info Proc - Extension'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #XXL
@VDM.viewType: #EXTENSION
define view entity E_BPCustAddrDepdntInfoProcess
  as select from kna1_addr_prc as Persistence
{
  key process_id        as MasterDataChangeProcess,
  key process_step_no   as MDChgProcessStep,
  key source_system     as MDChgProcessSrceSystem,
  key source_id         as MDChgProcessSrceObject,
  key source_addrnumber as AddressNumber

}