I_AR_DOCUMENTTYPECLASS
Document Class For Self Issued Documents
I_AR_DOCUMENTTYPECLASS is a CDS View in S/4HANA. Document Class For Self Issued Documents. It contains 2 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_AR_LengthOfRefDoc | view | inner | COMPOSITE |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| AccountingDocumentType | AccountingDocumentType | 1 | |
| DocumentClass | DocumentClass | 1 |
@AbapCatalog.sqlViewName: 'IDOCTYPCLS'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Document Class For Self Issued Documents'
define view I_AR_DocumentTypeClass as select from t003_i
{
key land1 as CountryCode,
key blart as AccountingDocumentType,
doccls as DocumentClass,
xausg as AR_IsSelfIssuedDocument
} where land1 = 'AR' and ( xausg = 'X' or offnrel = 'B' or offnrel = 'C' )
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T003_I"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/