I_CONSUMPTIONTAXCONTROLCODE

CDS View

Interface view for Control Code for consumptiontax

I_CONSUMPTIONTAXCONTROLCODE is a CDS View in S/4HANA. Interface view for Control Code for consumptiontax. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_Listofsrvcsnmbrtemp view from CONSUMPTION Value Help for Service Number
I_CnsmpnTaxControlCodeCoCode view from BASIC Interface view for Company Code based ControlCode

Fields (2)

KeyField CDS FieldsUsed in Views
KEY ConsumptionTaxCtrlCode ConsumptionTaxCtrlCode 1
KEY CountryCode CountryCode 1
@AbapCatalog.sqlViewName: 'ICNSMPNCNTRLCODE' 
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.allowExtensions:true
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@EndUserText.label: 'Interface view for Control Code for consumptiontax'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: [ 'ConsumptionTaxCtrlCode', 'CountryCode' ]
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MIXED
define view I_ConsumptionTaxControlCode
as select from t604f as Control_Code
{

key Control_Code.steuc as ConsumptionTaxCtrlCode,
key Control_Code.land1 as CountryCode
    
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T604F"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/