C_AccountingDocumentType

DDL: C_ACCOUNTINGDOCUMENTTYPE SQL: CFIAccDocType Type: view CONSUMPTION

Accounting Document Type

C_AccountingDocumentType is a Consumption CDS View that provides data about "Accounting Document Type" in SAP S/4HANA. It reads from 1 data source (I_AccountingDocumentType) and exposes 2 fields.

Data Sources (1)

SourceAliasJoin Type
I_AccountingDocumentType I_AccountingDocumentType from

Parameters (1)

NameTypeDefault
P_Language sylangu

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName CFIAccDocType view
ClientDependent true view
VDM.viewType #CONSUMPTION view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Accounting Document Type view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (2)

KeyFieldSource TableSource FieldDescription
AccountingDocumentType AccountingDocumentType
AccountingDocumentTypeName
@AbapCatalog.sqlViewName: 'CFIAccDocType'
@ClientDependent: true
@VDM.viewType: #CONSUMPTION
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Accounting Document Type'

@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #CUSTOMIZING


define view C_AccountingDocumentType with parameters
@Consumption.hidden: true
@Environment.systemField: #SYSTEM_LANGUAGE
  P_Language   : sylangu
as select from I_AccountingDocumentType {
    AccountingDocumentType,
    _Text[1:Language = :P_Language].AccountingDocumentTypeName
}   
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCOUNTINGDOCUMENTTYPE",
"I_ACCOUNTINGDOCUMENTTYPETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/