I_BPEMAILTEXTPROC

CDS View

Core View for Address-Depend Email Text

I_BPEMAILTEXTPROC is a CDS View in S/4HANA. Core View for Address-Depend Email Text. It contains 9 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_BPEmailTextProcChanges view_entity from Addr-Dependent Email Text Changes
I_BPEmailTextProcChanges view_entity union_all Addr-Dependent Email Text Changes
I_BPEmailTextProcTP view_entity from TRANSACTIONAL BP Address-Depend Email Text (Process)

Fields (9)

KeyField CDS FieldsUsed in Views
KEY AddressNumber AddressNumber 1
KEY Language Language 1
KEY MasterDataChangeProcess MasterDataChangeProcess 1
KEY MDChgProcessSrceObject MDChgProcessSrceObject 1
KEY MDChgProcessSrceSystem MDChgProcessSrceSystem 1
KEY MDChgProcessStep MDChgProcessStep 1
KEY OrdinalNumber OrdinalNumber 1
CommunicationRemarkText MDChgProcessRecordObjectText 1
MDChgProcessSourceModified MDChgProcessSourceModified 1
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Core View for Address-Depend Email Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #XXL,
  dataClass: #MIXED
}
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity I_BPEmailTextProc
  as select from but_adr6t_prc

  association [1..1] to I_BusinessPartnerProcess as _BusinessPartner    on  but_adr6t_prc.process_id      = _BusinessPartner.MasterDataChangeProcess
                                                                        and but_adr6t_prc.process_step_no = _BusinessPartner.MDChgProcessStep
                                                                        and but_adr6t_prc.source_system   = _BusinessPartner.MDChgProcessSrceSystem
                                                                        and but_adr6t_prc.source_id       = _BusinessPartner.MDChgProcessSrceObject
  association [0..1] to I_BPProtectedAddress     as _BPProtectedAddress on  but_adr6t_prc.source_id         = _BPProtectedAddress.BusinessPartner
                                                                        and but_adr6t_prc.source_addrnumber = _BPProtectedAddress.AddressID
{
  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,
  key consnumber               as OrdinalNumber,
  key langu                    as Language,
      date_from                as AddrCommunicationValidFromDate,
      remark                   as CommunicationRemarkText,
      source_recency           as MDChgProcSrceLastChgdDateTime,
      source_modified          as MDChgProcessSourceModified,
      source_modification_blip as MDChgProcessSourceModifBinary,

      _BusinessPartner,
      _BPProtectedAddress
}