I_ONETIMECUSTOMERTAXNUMBER
Tax Number for One Time Customer
I_ONETIMECUSTOMERTAXNUMBER is a CDS View in S/4HANA. Tax Number for One Time Customer. It contains 2 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SAFTBillingOneTimeCustomer | view | left_outer | COMPOSITE | SAF-T Billing OneTimeCustomers |
| I_SAFTDeliveryOneTimeCustomer | view | left_outer | COMPOSITE | SAF-T Delivery OneTimeCustomers |
| P_RU_SDPartnerData1 | view | inner | CONSUMPTION | SD Partner Data |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| TaxNumber1 | TaxNumber1 | 1 | |
| TaxNumber3 | TaxNumber3 | 1 |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@EndUserText.label: 'Tax Number for One Time Customer'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDOTMECTXNMBR'
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter: true
define view I_OneTimeCustomerTaxNumber
as select from vbpa3
association [0..1] to I_PartnerFunction as _PartnerFunction on $projection.PartnerFunction = _PartnerFunction.PartnerFunction
{
//Key
key vbeln as SDDocument,
key posnr as SDDocumentItem,
@ObjectModel.foreignKey.association: '_PartnerFunction'
key parvw as PartnerFunction,
stcd1 as TaxNumber1,
stcd2 as TaxNumber2,
stcd3 as TaxNumber3,
stcd5 as TaxNumber5,
stcdt as TaxNumberType,
_PartnerFunction
}