FARMLVD_ACCDOCITM
Accounting Document Key
FARMLVD_ACCDOCITM is a CDS View that provides data about "Accounting Document Key" in SAP S/4HANA. It reads from 1 data source (I_OperationalAcctgDocItem) and exposes 18 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OperationalAcctgDocItem | I_OperationalAcctgDocItem | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FMLVACCDOCITM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Accounting Document Key | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| CompanyCode | CompanyCode | |||
| AccountingDocument | AccountingDocument | |||
| AccountingDocumentItem | AccountingDocumentItem | |||
| FiscalYear | FiscalYear | |||
| ClearingAccountingDocument | ClearingAccountingDocument | |||
| ClearingDate | ClearingDate | |||
| ClearingDocFiscalYear | ClearingDocFiscalYear | |||
| AssignmentReference | AssignmentReference | |||
| PostingKey | PostingKey | |||
| FinancialAccountType | FinancialAccountType | |||
| GLAccount | GLAccount | |||
| DebitCreditCode | DebitCreditCode | |||
| AmountInTransactionCurrency | AmountInTransactionCurrency | |||
| InvoiceReference | InvoiceReference | |||
| Customer | Customer | |||
| IsUsedInPaymentTransaction | IsUsedInPaymentTransaction | |||
| IsAutomaticallyCreated | IsAutomaticallyCreated | |||
| NetPaymentAmount | NetPaymentAmount |
@AbapCatalog.sqlViewName: 'FMLVACCDOCITM'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #D
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.buffering.status: #NOT_ALLOWED
@Metadata.ignorePropagatedAnnotations: true
//@VDM.viewType: #BASIC
@EndUserText.label: 'Accounting Document Key'
define view FARMLVD_ACCDOCITM as select from I_OperationalAcctgDocItem {
CompanyCode,
AccountingDocument,
AccountingDocumentItem,
FiscalYear,
ClearingAccountingDocument,
ClearingDate,
ClearingDocFiscalYear,
AssignmentReference,
PostingKey,
FinancialAccountType,
GLAccount,
DebitCreditCode,
AmountInTransactionCurrency,
InvoiceReference,
Customer,
IsUsedInPaymentTransaction,
IsAutomaticallyCreated,
NetPaymentAmount
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OPERATIONALACCTGDOCITEM"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA