I_COUNTRYSPECIFICDOCUMENTTYPE

CDS View

Determining Country Specific Doc Type

I_COUNTRYSPECIFICDOCUMENTTYPE is a CDS View in S/4HANA. Determining Country Specific Doc Type. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_AR_JournalEntryTaxItemDetail view left_outer CONSUMPTION Jrnl Entries Tax Itm Dets. for Argentina
I_AR_StRpTaxItem view left_outer COMPOSITE Argentina VAT Tax Line Item Calculation

Fields (2)

KeyField CDS FieldsUsed in Views
AR_IsSelfIssuedDocument AR_IsSelfIssuedDocument 1
AR_OfficialDocumentClass AR_OfficialDocumentClass 2
@AbapCatalog.sqlViewName: 'ICTRYSPFCDOCTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@EndUserText.label: 'Determining Country Specific Doc Type'
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_CountrySpecificDocumentType as select from t003_i 

{
    
  key land1      as Country,
  key blart      as AccountingDocumentType,
      doccls     as AR_OfficialDocumentClass ,
      xausg      as AR_IsSelfIssuedDocument
   
}           
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T003_I"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/