I_BPCUSTPMTDALTVPAYERPROCESS
Customer Permitted Alternative Payer Process
I_BPCUSTPMTDALTVPAYERPROCESS is a CDS View in S/4HANA. Customer Permitted Alternative Payer Process. It contains 7 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BPCustPmtdAltvPayerProcChgs | view_entity | from | TRANSACTIONAL | Customer Permitted Alternative Payer Process |
| I_BPCustPmtdAltvPayerProcChgs | view_entity | union_all | TRANSACTIONAL | Customer Permitted Alternative Payer Process |
| I_BPCustPmtdAltvPayerProcessTP | view_entity | from | TRANSACTIONAL | Customer Permitted Alternative Payer Process - TP |
Fields (7)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | BPAssignmentID | BPAssignmentID | 1 |
| KEY | CustomerPermittedPayer | CustomerPermittedPayer | 1 |
| KEY | MasterDataChangeProcess | MasterDataChangeProcess | 1 |
| KEY | MDChgProcessSrceObject | MDChgProcessSrceObject | 1 |
| KEY | MDChgProcessSrceSystem | MDChgProcessSrceSystem | 1 |
| KEY | MDChgProcessStep | MDChgProcessStep | 1 |
| MDChgProcessSourceModified | MDChgProcessSourceModified | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Customer Permitted Alternative Payer Process'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #XXL,
dataClass: #MIXED
}
@VDM.viewType: #BASIC
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity I_BPCustPmtdAltvPayerProcess
as select from kna1_knza_prc
association [0..1] to I_BPCustomerProcess as _Customer on $projection.MasterDataChangeProcess = _Customer.MasterDataChangeProcess
and $projection.MDChgProcessStep = _Customer.MDChgProcessStep
and $projection.MDChgProcessSrceSystem = _Customer.MDChgProcessSrceSystem
and $projection.MDChgProcessSrceObject = _Customer.MDChgProcessSrceObject
and $projection.BPAssignmentID = _Customer.BPAssignmentID
{
key process_id as MasterDataChangeProcess,
key process_step_no as MDChgProcessStep,
key source_system as MDChgProcessSrceSystem,
key source_id as MDChgProcessSrceObject,
key empfd as CustomerPermittedPayer,
key assignment_id as BPAssignmentID,
kunnr as Customer,
source_recency as MDChgProcSrceLastChgdDateTime,
source_modified as MDChgProcessSourceModified,
source_modification_blip as MDChgProcessSourceModifBinary,
_Customer
}
where
assignment_id = '000000000002'
or assignment_id is initial