I_STRPTAXITEMBOXCONFIGURATION

CDS View

TaxBox configuration information

I_STRPTAXITEMBOXCONFIGURATION is a CDS View in S/4HANA. TaxBox configuration information. 8 CDS views read from this table.

CDS Views using this table (8)

ViewTypeJoinVDMDescription
FIES_CalculateTaxReportingD10 view inner Upd VATDATE: Helper for cocd without SII
I_ID_PricingElementsGroupCube view left_outer COMPOSITE ID Pricing Element - Cube
P_ES_TaxReturnBoxATRCheckCorr view from COMPOSITE
P_GB_StRpNotRepTaxBoxItem view left_outer CONSUMPTION Not reported tax box items
P_KR_StRpGenTaxPyrVATGLItem view from COMPOSITE GL Line Item for General Taxpayer VAT
P_KR_StRpGenTaxPyrVATTaxBoxItm view from COMPOSITE General Taxpayer VAT Tax Box Item for South Korea
P_MX_DueDeferredTaxItem view inner COMPOSITE
P_StRpCalTaxReturnBox view from COMPOSITE
@AbapCatalog.sqlViewName: 'ISRTAXITMBOXCONF'
@EndUserText.label: 'TaxBox configuration information'
@VDM.viewType: #COMPOSITE
//@Analytics: {dataCategory: #DIMENSION, dataExtraction.enabled: true }

//@ObjectModel.representativeKey: 'TaxBox'

@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.preserveKey: true
@AbapCatalog.compiler.compareFilter:true

define view I_StRpTaxItemBoxConfiguration
    with parameters 
    
    P_TaxBoxConfiguration : figen_tdt_taxbox_config
    
as select from P_StRpTaxItemBoxConfiguration ( P_SAPClient           : $session.client,
                                               P_TaxBoxConfiguration : $parameters.P_TaxBoxConfiguration
                                             )

{
    key Country, 
    key TaxItemGroupingVersion, 
    key TaxCode, 
    key TransactionTypeDetermination, 
    key DebitCreditCode, 
    key TaxBox, 
    key TaxDeclnAmountType,
    key TaxBoxStrucValidityStartDate,
    key UnifiedTaxBoxStructureType,
    key TaxBoxStructureType,
    @VDM.lifecycle.status: #DEPRECATED
    @VDM.lifecycle.successor: 'TaxBoxStrucValidityStartDate'
    ValidFrom,
    @VDM.lifecycle.status: #DEPRECATED
    @VDM.lifecycle.successor: 'TaxBoxStrucValidityEndDate'
    ValidTo,
    TaxBoxStrucValidityEndDate, 
    TaxBoxStructure, 
    TaxBoxStructureName, 
    TaxBoxName, 
    TaxBoxCondition, 
    TaxGroup, 
    TaxRate, 
    AccountingDocumentType, 
    SupplierAccountGroup, 
    TaxGroupOperation, 
    TaxBoxAggregationOperation, 
    TaxRateValidityStartDate, 
    TaxRateValidityEndDate, 
    SpecialGLCode,
    TaxCountry,
    TaxGroupFreeClassification,
    GLAccount as TaxItemGroupingAccountNumber
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/