I_PT_CUSTOMERADDRESSVERSION
PT Customer Address Version
I_PT_CUSTOMERADDRESSVERSION is a CDS View in S/4HANA. PT Customer Address Version. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_PT_AcctgDocCustAddrVers | view | inner | COMPOSITE | PT AccountingDoc CustAddr Version |
| I_PT_BillgDocCustAddrVers | view | inner | COMPOSITE | PT BillingDoc CustAddr Version |
| I_PT_DelDocCustAddVers | view | inner | COMPOSITE | PT Delivery Doc CustAddr Version |
| I_PT_SalesDocPartnerAddr | view | from | COMPOSITE | Sales Document Partner Addr for Portugal |
| I_PT_SelfBillgCustAddrVers | view | left_outer | COMPOSITE | PT Self-Billing CustAddr Version |
@AbapCatalog.sqlViewName: 'IPTADRVERS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #('BLOCKED_DATA_INCLUDED')
@EndUserText.label: 'PT Customer Address Version'
define view I_PT_CustomerAddressVersion
as select from sipt_ver_kunnr as Version
association [1..1] to I_Customer as _Customer on $projection.Customer = _Customer.Customer
{
key kunnr as Customer,
key credate as PortugueseDigitalSignatureDate,
key cretime as PortugueseDigitalSignatureTime,
adrnr_ver as PortugueseCustomerVersion,
/* Associations */
//FOR DPP AUTHORIZATION CHECK
_Customer
}