I_DOCTYPEOFCLDOCCLASSASSGMT
Document Type Official Doc Class Assgmt
I_DOCTYPEOFCLDOCCLASSASSGMT is a CDS View in S/4HANA. Document Type Official Doc Class Assgmt. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_PE_JrnlEntryWthOfclDocClass | view | left_outer | CONSUMPTION | Journal Entries With Document Class |
@AbapCatalog.sqlViewName: 'IDOCCLASSASSGMT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@EndUserText.label: 'Document Type Official Doc Class Assgmt'
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_DocTypeOfclDocClassAssgmt
as select from t003_i
{
key land1 as Country,
key blart as AccountingDocumentType,
doccls as ODNDocumentClass
}