I_TAXDEFCONDTYPE

CDS View

Tax Definition Condition Type

I_TAXDEFCONDTYPE is a CDS View in S/4HANA. Tax Definition Condition Type. It contains 1 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
I_IN_StRpGSTRet view left_outer COMPOSITE Tax Item Details for GST Returns
P_ExciseDutyCalcDefn view inner CONSUMPTION Excise Duty Calculation with TaxDefn
P_ExciseItemDutyCalcDefn view inner CONSUMPTION ExciseItem Duty Calculation with TaxDefn
P_IN_GST_ISRCM view left_outer COMPOSITE
P_IN_GST_TAXITEMRATE view left_outer COMPOSITE

Fields (1)

KeyField CDS FieldsUsed in Views
IndianTaxConditionName IndianTaxConditionName 4
@ObjectModel.usageType.serviceQuality: #C
@AbapCatalog.sqlViewName: 'ISDTAXCONDTYP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@EndUserText.label: 'Tax Definition Condition Type'
define view I_TaxDefCondType
  as select from j_1iexcdefn
{
  key kalsm     as PricingProcedure,
  key kschl     as ConditionType,
      cond_name as IndianTaxConditionName
}  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"J_1IEXCDEFN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/