I_BPCustomerDunningTP
BO view for Customer Dunning
I_BPCustomerDunningTP is a Transactional CDS View that provides data about "BO view for Customer Dunning" in SAP S/4HANA. It reads from 1 data source (I_CustomerDunning) and exposes 20 fields with key fields BusinessPartner, CompanyCode, DunningArea. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CustomerDunning | CustomerDunning | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CustomerToBusinessPartner | _CustomerToBusinessPartner | $projection.Customer = _CustomerToBusinessPartner.Customer |
| [1..1] | I_BusinessPartnerTP | _BusinessPartner | $projection.businesspartner = _BusinessPartner.BusinessPartner |
| [1..1] | I_BusinessPartnerCustCoTP | _BusinessPartnerCustomerCo | $projection.businesspartner = _BusinessPartnerCustomerCo.BusinessPartner and $projection.CompanyCode = _BusinessPartnerCustomerCo.CompanyCode |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPCUSTDUNTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | BO view for Customer Dunning | view | |
| ObjectModel.writeDraftPersistence | CUST_DUN_D | view | |
| ObjectModel.draftEnabled | true | view | |
| ObjectModel.createEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.deleteEnabled | EXTERNAL_CALCULATION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view | |
| VDM.viewType | #TRANSACTIONAL | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | |||
| KEY | CompanyCode | I_CustomerDunning | CompanyCode | |
| KEY | DunningArea | I_CustomerDunning | DunningArea | |
| Customer | I_CustomerDunning | Customer | ||
| BusinessPartnerForEdit | ||||
| CompanyCodeForEdit | I_CustomerDunning | CompanyCode | ||
| DunningAreaForEdit | I_CustomerDunning | DunningArea | ||
| DunningRecipient | I_CustomerDunning | DunningRecipient | ||
| LegDunningProcedureOn | I_CustomerDunning | LegDunningProcedureOn | ||
| LastDunnedOn | I_CustomerDunning | LastDunnedOn | ||
| DunningProcedure | I_CustomerDunning | DunningProcedure | ||
| DunningLevel | I_CustomerDunning | DunningLevel | ||
| DunningBlock | I_CustomerDunning | DunningBlock | ||
| DunningClerk | I_CustomerDunning | DunningClerk | ||
| StandardUsage | ||||
| _BusinessPartner | _BusinessPartner | |||
| _BusinessPartnerCustomerCo | _BusinessPartnerCustomerCo | |||
| _DunningAreaText | _DunningAreaText | |||
| _DunningProcedureText | _DunningProcedureText | |||
| _DunningBlockText | _DunningBlockText |
@AbapCatalog.sqlViewName: 'IBPCUSTDUNTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'BO view for Customer Dunning'
@ObjectModel.semanticKey: ['BusinessPartner', 'CompanyCode', 'DunningArea']
@ObjectModel.writeDraftPersistence: 'CUST_DUN_D'
@ObjectModel.draftEnabled:true
@ObjectModel.createEnabled: 'EXTERNAL_CALCULATION'
@ObjectModel.updateEnabled
@ObjectModel.deleteEnabled: 'EXTERNAL_CALCULATION'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
@VDM.viewType: #TRANSACTIONAL
define view I_BPCustomerDunningTP as select from I_CustomerDunning as CustomerDunning
association [1..1] to I_CustomerToBusinessPartner as _CustomerToBusinessPartner on $projection.Customer = _CustomerToBusinessPartner.Customer
association [1..1] to I_BusinessPartnerTP as _BusinessPartner on $projection.businesspartner = _BusinessPartner.BusinessPartner
association [1..1] to I_BusinessPartnerCustCoTP as _BusinessPartnerCustomerCo on $projection.businesspartner = _BusinessPartnerCustomerCo.BusinessPartner
and $projection.CompanyCode = _BusinessPartnerCustomerCo.CompanyCode
{
key _CustomerToBusinessPartner._BusinessPartner.BusinessPartner,
key CustomerDunning.CompanyCode,
key CustomerDunning.DunningArea,
CustomerDunning.Customer,
_CustomerToBusinessPartner._BusinessPartner.BusinessPartner as BusinessPartnerForEdit,
CustomerDunning.CompanyCode as CompanyCodeForEdit,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CustomerDunning.DunningArea as DunningAreaForEdit,
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CustomerDunning.DunningRecipient,
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CustomerDunning.LegDunningProcedureOn,
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CustomerDunning.LastDunnedOn,
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CustomerDunning.DunningProcedure,
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CustomerDunning.DunningLevel,
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CustomerDunning.DunningBlock,
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
CustomerDunning.DunningClerk,
@ObjectModel.mandatory: 'EXTERNAL_CALCULATION'
cast(' ' as boole_d) as StandardUsage,
@ObjectModel.association.type: [ #TO_COMPOSITION_ROOT ]
_BusinessPartner,
@ObjectModel.association.type: [ #TO_COMPOSITION_PARENT ]
_BusinessPartnerCustomerCo,
_DunningAreaText,
_DunningProcedureText,
_DunningBlockText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSPARTNER",
"I_CUSTOMERDUNNING",
"I_CUSTOMERTOBUSINESSPARTNER"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNERCUSTCOTP",
"I_BUSINESSPARTNERTP",
"I_CUSTOMERTOBUSINESSPARTNER",
"I_DUNNINGAREATEXT",
"I_DUNNINGBLOCKINGREASONTEXT",
"I_DUNNINGPROCEDURETEXT"
],
"BASE":
[
"I_CUSTOMERDUNNING"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA