I_ONETIMECUSTOMERTAXNUMBER

CDS View

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)

ViewTypeJoinVDMDescription
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

Fields (2)

KeyField CDS FieldsUsed 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
}  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"VBPA3"
],
"ASSOCIATED":
[
"I_PARTNERFUNCTION"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/