I_CoCodeWithholdingTaxType

DDL: I_COCODEWITHHOLDINGTAXTYPE SQL: ICCWHLDGTAXTYPE Type: view BASIC

Withholding Tax Type in Company Code

I_CoCodeWithholdingTaxType is a Basic CDS View that provides data about "Withholding Tax Type in Company Code" in SAP S/4HANA. It reads from 1 data source (t059p) and exposes 4 fields with key fields CompanyCode, WithholdingTaxType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t059p WithholdingTaxType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_WithholdingTaxTypeText _Text $projection.Country = _Text.Country and $projection.WithholdingTaxType = _Text.WithholdingTaxType

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName ICCWHLDGTAXTYPE view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Withholding Tax Type in Company Code view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.modelingPattern #NONE view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode CompanyCode
KEY WithholdingTaxType t059p witht
Country CompanyCode Country
_Text _Text
@AbapCatalog.sqlViewName: 'ICCWHLDGTAXTYPE'
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.viewEnhancementCategory: [#NONE]
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Withholding Tax Type in Company Code'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@VDM.viewType: #BASIC
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MASTER
}
@ObjectModel: {
  modelingPattern: #NONE,
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}
define view I_CoCodeWithholdingTaxType
  as select from           t059p         as WithholdingTaxType
    left outer to one join I_CompanyCode as CompanyCode on CompanyCode.Country = WithholdingTaxType.land1
  association [0..*] to I_WithholdingTaxTypeText as _Text on  $projection.Country            = _Text.Country
                                                          and $projection.WithholdingTaxType = _Text.WithholdingTaxType
{
  key CompanyCode.CompanyCode,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key WithholdingTaxType.witht as WithholdingTaxType,
      CompanyCode.Country,
      
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODE",
"T059P"
],
"ASSOCIATED":
[
"I_WITHHOLDINGTAXTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/