I_COUNTRYSPECIFICDOCUMENTTYPE
Determining Country Specific Doc Type
I_COUNTRYSPECIFICDOCUMENTTYPE is a CDS View in S/4HANA. Determining Country Specific Doc Type. It contains 2 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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 |
| P_AR_MappingOfclDocTypeDetn | view_entity | inner | COMPOSITE |
Fields (2)
| Key | Field | CDS Fields | Used 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
}