I_TAXDEFCONDTYPE
Tax Definition Condition Type
I_TAXDEFCONDTYPE is a CDS View in S/4HANA. Tax Definition Condition Type. It contains 3 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_IN_StRpGSTRet | view | left_outer | COMPOSITE | Tax Item Details for GST Returns |
| I_IN_TaxDefConditionType | view_entity | from | COMPOSITE | India Tax condition Type |
| 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 | To Identify RCM Tax Items |
| P_IN_GST_TAXITEMRATE | view | left_outer | COMPOSITE | Private View to Get Tax Item Rate |
| P_IN_GSTR3BTaxDefConditionType | view_entity | from | COMPOSITE | India GSTR3B Tax Definition Condition Type |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ConditionType | ConditionType | 2 |
| KEY | PricingProcedure | PricingProcedure | 2 |
| IndianTaxConditionName | IndianTaxConditionName | 6 |
@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
}