I_BPINDEPEMAILTEXTPROC
Base View for BUT_ADR6T_IN_PRC
I_BPINDEPEMAILTEXTPROC is a CDS View in S/4HANA. Base View for BUT_ADR6T_IN_PRC. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BPIndepEmailTextProcChanges | view_entity | from | Indep Email Number Text Changes | |
| I_BPIndepEmailTextProcTP | view_entity | from | TRANSACTIONAL | BP Address Independent Email Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@EndUserText.label: 'Base View for BUT_ADR6T_IN_PRC'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity I_BPIndepEmailTextProc
as select from but_adr6t_in_prc
association [1..1] to I_BusinessPartnerProcess as _BusinessPartner on but_adr6t_in_prc.process_id = _BusinessPartner.MasterDataChangeProcess
and but_adr6t_in_prc.process_step_no = _BusinessPartner.MDChgProcessStep
and but_adr6t_in_prc.source_system = _BusinessPartner.MDChgProcessSrceSystem
and but_adr6t_in_prc.source_id = _BusinessPartner.MDChgProcessSrceObject
{
key process_id as MasterDataChangeProcess,
key process_step_no as MDChgProcessStep,
key source_system as MDChgProcessSrceSystem,
key source_id as MDChgProcessSrceObject,
key consnumber as OrdinalNumber,
key langu as Language,
date_from as AddrCommunicationValidFromDate,
addrnumber as AddressNumber,
remark as CommunicationRemarkText,
source_recency as MDChgProcSrceLastChgdDateTime,
source_modified as MDChgProcessSourceModified,
source_modification_blip as MDChgProcessSourceModifBinary,
_BusinessPartner
}