I_IN_ACCTDOCTYPECLASSFCTN
GST IN Acct Doc Type Classification
I_IN_ACCTDOCTYPECLASSFCTN is a CDS View in S/4HANA. GST IN Acct Doc Type Classification. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_IN_IncgInvcAcctDocHdr | view_entity | inner | COMPOSITE | Incoming Invoice Account Document Header |
| I_IN_OutgInvcAcctDocHdr | view_entity | inner | COMPOSITE | Outgoing Invoice Account Document Header |
| I_IN_OutgInvcAcctRblItm | view_entity | inner | COMPOSITE | Outgoing Invoice Account Receivable Item |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'GST IN Acct Doc Type Classification'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@ObjectModel.usageType:{
serviceQuality:#A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
define view entity I_IN_AcctDocTypeClassfctn
as select from j_1ig_doctypclfn
association [0..1] to I_CompanyCode as _CompanyCode on $projection.CompanyCode = _CompanyCode.CompanyCode
association [0..1] to I_AccountingDocumentType as _AccountingDocumentType on $projection.AccountingDocumentType = _AccountingDocumentType.AccountingDocumentType
association [0..*] to I_AccountingDocumentTypeText as _AccountingDocumentTypeText on $projection.AccountingDocumentType = _AccountingDocumentTypeText.AccountingDocumentType
{
@ObjectModel.foreignKey.association: '_CompanyCode'
key bukrs as CompanyCode,
@ObjectModel.text.association: '_AccountingDocumentTypeText'
@ObjectModel.foreignKey.association: '_AccountingDocumentType'
key blart as AccountingDocumentType,
doc_clfn as IN_AcctDocTypeClassfctn,
//Associations
_CompanyCode,
_AccountingDocumentType,
_AccountingDocumentTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"J_1IG_DOCTYPCLFN"
],
"ASSOCIATED":
[
"I_ACCOUNTINGDOCUMENTTYPE",
"I_ACCOUNTINGDOCUMENTTYPETEXT",
"I_COMPANYCODE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/