I_OperationalAcctgDocItem
Operational Accounting Document Item
I_OperationalAcctgDocItem (Basic)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
OperationalAcctgDocItem · Accounting and Financial Close
I_OperationalAcctgDocItem is a Basic CDS View (Dimension) that provides data about "Operational Accounting Document Item" in SAP S/4HANA. It reads from 1 data source (P_BSEG_COM) and exposes 456 fields with key fields AccountingDocument, FiscalYear, AccountingDocumentItem, CompanyCode. It has 131 associations to related views.
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | Accounting and Financial Close |
| Application Component | FI-FIO-GL-IS |
| Capabilities | Analytical Dimension, Association Target for Defining CDS Entities, Data Source for Defining CDS Entities, Data Source for Data Extraction, Data Source in SQL Select |
| Package | Accounting and Financial Close for SAP S/4HANA Cloud Private Edition |
| Description | <p>This CDS view provides access to all details of an operational accounting document item (database table BSEG) including the most important business entities, such as G/L account, company code, cost center or profit center. The most important attributes of business entities are included, such as clearing data, account assignment data, amounts in different currencies but also payment data. Other attributes and hierarchies can be reached via associations.</p> <p>This CDS view provides the prerequisites for answering the following business questions:</p> <ul><li><p>What are the details for a single posting?</p></li> <li><p>Which postings have accumulated on a cost center or other objects during the year?</p></li> <li><p>What is the amount in company code currency of the accounting document?</p></li> </ul> |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_BSEG_COM | P_BSEG_COM | from |
Associations (131)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_JournalEntry | _JournalEntry | $projection.CompanyCode = _JournalEntry.CompanyCode and $projection.FiscalYear = _JournalEntry.FiscalYear and $projection.AccountingDocument = _JournalEntry.AccountingDocument |
| [1..1] | I_CompanyCode | _CompanyCode | $projection.CompanyCode = _CompanyCode.CompanyCode |
| [0..1] | I_FiscalYearForCompanyCode | _FiscalYear | $projection.FiscalYear = _FiscalYear.FiscalYear and $projection.CompanyCode = _FiscalYear.CompanyCode |
| [0..1] | I_ControllingArea | _ControllingArea | $projection.ControllingArea = _ControllingArea.ControllingArea |
| [0..1] | I_ControllingArea | _ControllingAreaText | $projection.ControllingArea = _ControllingAreaText.ControllingArea |
| [0..1] | I_GLAccountInChartOfAccounts | _GLAccountInChartOfAccounts | $projection.ChartOfAccounts = _GLAccountInChartOfAccounts.ChartOfAccounts and $projection.GLAccount = _GLAccountInChartOfAccounts.GLAccount |
| [0..1] | I_GLAccountInCompanyCode | _GLAccountInCompanyCode | $projection.CompanyCode = _GLAccountInCompanyCode.CompanyCode and $projection.GLAccount = _GLAccountInCompanyCode.GLAccount |
| [0..*] | I_ProfitCenter | _ProfitCenter | $projection.ControllingArea = _ProfitCenter.ControllingArea and $projection.ProfitCenter = _ProfitCenter.ProfitCenter |
| [0..1] | I_ProfitCenter | _CurrentProfitCenter | $projection.ControllingArea = _CurrentProfitCenter.ControllingArea and $projection.ProfitCenter = _CurrentProfitCenter.ProfitCenter and _CurrentProfitCenter.ValidityStartDate <= $session.system_date and _CurrentProfitCenter.ValidityEndDate >= $session.system_date |
| [0..*] | I_CostCenter | _CostCenter | $projection.ControllingArea = _CostCenter.ControllingArea and $projection.CostCenter = _CostCenter.CostCenter |
| [0..1] | I_CostCenter | _CurrentCostCenter | $projection.ControllingArea = _CurrentCostCenter.ControllingArea and $projection.CostCenter = _CurrentCostCenter.CostCenter and _CurrentCostCenter.ValidityStartDate <= $session.system_date and _CurrentCostCenter.ValidityEndDate >= $session.system_date |
| [0..*] | I_CostCenterText | _CostCenterText | $projection.ControllingArea = _CostCenterText.ControllingArea and $projection.CostCenter = _CostCenterText.CostCenter |
| [0..1] | I_Segment | _Segment | $projection.Segment = _Segment.Segment |
| [0..*] | I_SegmentText | _SegmentText | $projection.Segment = _SegmentText.Segment |
| [0..1] | I_Customer | _Customer | $projection.Customer = _Customer.Customer |
| [0..1] | I_Customer | _CustomerText | $projection.Customer = _CustomerText.Customer |
| [0..1] | I_CustomerCompany | _CustomerCompany | $projection.Customer = _CustomerCompany.Customer and $projection.CompanyCode = _CustomerCompany.CompanyCode |
| [0..1] | I_OneTimeAccountBP | _OneTimeAccountBP | $projection.CompanyCode = _OneTimeAccountBP.CompanyCode and $projection.FiscalYear = _OneTimeAccountBP.FiscalYear and $projection.AccountingDocument = _OneTimeAccountBP.AccountingDocument and $projection.AccountingDocumentItem = _OneTimeAccountBP.AccountingDocumentItem |
| [0..1] | I_JournalEntryItemOneTimeData | _JournalEntryItemOneTimeData | $projection.CompanyCode = _JournalEntryItemOneTimeData.CompanyCode and $projection.FiscalYear = _JournalEntryItemOneTimeData.FiscalYear and $projection.AccountingDocument = _JournalEntryItemOneTimeData.AccountingDocument and $projection.AccountingDocumentItem = _JournalEntryItemOneTimeData.AccountingDocumentItem |
| [0..1] | I_Supplier | _Supplier | $projection.Supplier = _Supplier.Supplier |
| [0..1] | I_Supplier | _SupplierText | $projection.Supplier = _SupplierText.Supplier |
| [0..1] | I_SupplierCompany | _SupplierCompany | $projection.Supplier = _SupplierCompany.Supplier and $projection.CompanyCode = _SupplierCompany.CompanyCode |
| [0..1] | I_ChartOfAccounts | _ChartOfAccounts | $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts |
| [0..*] | I_ChartOfAccountsText | _ChartOfAccountsText | $projection.ChartOfAccounts = _ChartOfAccountsText.ChartOfAccounts |
| [0..1] | I_AccountingDocumentType | _AccountingDocumentType | $projection.AccountingDocumentType = _AccountingDocumentType.AccountingDocumentType |
| [0..*] | I_AccountingDocumentTypeText | _AccountingDocumentTypeText | $projection.AccountingDocumentType = _AccountingDocumentTypeText.AccountingDocumentType |
| [1..1] | I_Currency | _CompanyCodeCurrency | $projection.CompanyCodeCurrency = _CompanyCodeCurrency.Currency |
| [0..1] | I_Currency | _FunctionalCurrency | $projection.FunctionalCurrency = _FunctionalCurrency.Currency |
| [0..1] | I_Currency | _TransactionCurrency | $projection.TransactionCurrency = _TransactionCurrency.Currency |
| [0..1] | I_Currency | _BalanceTransactionCurrency | $projection.BalanceTransactionCurrency = _BalanceTransactionCurrency.Currency |
| [0..1] | I_Currency | _AdditionalCurrency1 | $projection.AdditionalCurrency1 = _AdditionalCurrency1.Currency |
| [0..1] | I_Currency | _AdditionalCurrency2 | $projection.AdditionalCurrency2 = _AdditionalCurrency2.Currency |
| [0..1] | I_Currency | _PaymentCurrency | $projection.PaymentCurrency = _PaymentCurrency.Currency |
| [0..1] | I_Currency | _CreditControlAreaCurrency | $projection.CreditControlAreaCurrency = _CreditControlAreaCurrency.Currency |
| [0..1] | I_FinancialAccountType | _FinancialAccountType | $projection.FinancialAccountType = _FinancialAccountType.FinancialAccountType |
| [0..*] | I_FinancialAccountTypeText | _FinancialAccountTypeText | $projection.FinancialAccountType = _FinancialAccountTypeText.FinancialAccountType |
| [0..1] | I_FunctionalArea | _FunctionalArea | $projection.FunctionalArea = _FunctionalArea.FunctionalArea |
| [0..*] | I_FunctionalAreaText | _FunctionalAreaText | $projection.FunctionalArea = _FunctionalAreaText.FunctionalArea |
| [0..1] | I_BusinessArea | _BusinessArea | $projection.BusinessArea = _BusinessArea.BusinessArea |
| [0..*] | I_BusinessAreaText | _BusinessAreaText | $projection.BusinessArea = _BusinessAreaText.BusinessArea |
| [0..1] | I_Material | _Material | $projection.Material = _Material.Material |
| [0..*] | I_MaterialText | _MaterialText | $projection.Material = _MaterialText.Material |
| [0..1] | I_Product | _Product | $projection.Product = _Product.Product |
| [0..*] | I_ProductDescription | _ProductText | $projection.Product = _ProductText.Product |
| [0..1] | I_Plant | _Plant | $projection.Plant = _Plant.Plant |
| [0..1] | I_InternalOrder | _InternalOrder | $projection.OrderID = _InternalOrder.InternalOrder |
| [0..1] | I_Order | _Order | $projection.OrderID = _Order.OrderID |
| [0..1] | I_WBSElementByInternalKey | _WBSElementInternalID | $projection.WBSElementInternalID = _WBSElementInternalID.WBSElementInternalID |
| [0..1] | I_WBSElementByInternalKey | _WBSElementInternalIDText | $projection.WBSElementInternalID = _WBSElementInternalIDText.WBSElementInternalID |
| [0..1] | I_WBSElementBasicData | _WBSElementBasicData | $projection.WBSElementInternalID = _WBSElementBasicData.WBSElementInternalID |
| [0..1] | I_WBSElementBasicData | _WBSElementBasicDataText | $projection.WBSElementInternalID = _WBSElementBasicDataText.WBSElementInternalID |
| [0..1] | I_UnitOfMeasure | _BaseUnit | $projection.BaseUnit = _BaseUnit.UnitOfMeasure |
| [0..1] | I_UnitOfMeasure | _GoodsMovementEntryUnit | $projection.GoodsMovementEntryUnit = _GoodsMovementEntryUnit.UnitOfMeasure |
| [0..1] | I_UnitOfMeasure | _PurchasingDocumentPriceUnit | $projection.PurchasingDocumentPriceUnit = _PurchasingDocumentPriceUnit.UnitOfMeasure |
| [0..1] | I_AccountingDocumentCategory | _AccountingDocumentCategory | $projection.AccountingDocumentCategory = _AccountingDocumentCategory.AccountingDocumentCategory |
| [0..*] | I_AccountingDocumentCategoryT | _AccountingDocumentCategoryT | $projection.AccountingDocumentCategory = _AccountingDocumentCategoryT.AccountingDocumentCategory |
| [0..1] | I_PostingKey | _PostingKey | $projection.PostingKey = _PostingKey.PostingKey |
| [0..1] | I_DebitCreditCode | _DebitCreditCode | $projection.DebitCreditCode = _DebitCreditCode.DebitCreditCode |
| [0..1] | I_BusinessArea | _PartnerBusinessArea | $projection.PartnerBusinessArea = _PartnerBusinessArea.BusinessArea |
| [0..*] | I_BusinessAreaText | _PartnerBusinessAreaText | $projection.PartnerBusinessArea = _PartnerBusinessAreaText.BusinessArea |
| [0..1] | I_Country | _TaxCountry | $projection.TaxCountry = _TaxCountry.Country |
| [0..1] | I_TaxType | _TaxType | $projection.TaxType = _TaxType.TaxType |
| [0..1] | I_CompanyCode | _PartnerCompany | $projection.PartnerCompany = _PartnerCompany.CompanyCode |
| [0..1] | I_CompanyCode | _PartnerCompanyText | $projection.PartnerCompany = _PartnerCompanyText.CompanyCode |
| [0..1] | I_Partnercompany | _PartnerCompany_2 | $projection.PartnerCompany = _PartnerCompany_2.PartnerCompany |
| [0..1] | I_Partnercompany | _PartnerCompanyText_2 | $projection.PartnerCompany = _PartnerCompanyText_2.PartnerCompany |
| [0..1] | I_Country | _SupplyingCountry | $projection.SupplyingCountry = _SupplyingCountry.Country |
| [0..1] | I_InventoryValuationType | _InventoryValuationType | $projection.InventoryValuationType = _InventoryValuationType.InventoryValuationType |
| [0..1] | I_PaymentDifferenceReason | _PaymentDifferenceReason | $projection.PaymentDifferenceReason = _PaymentDifferenceReason.PaymentDifferenceReason and $projection.CompanyCode = _PaymentDifferenceReason.CompanyCode |
| [0..*] | I_PaymentDifferenceReasonT | _PaymentDifferenceReasonText | $projection.PaymentDifferenceReason = _PaymentDifferenceReasonText.PaymentDifferenceReason and $projection.CompanyCode = _PaymentDifferenceReasonText.CompanyCode |
| [0..1] | I_Segment | _PartnerSegment | $projection.PartnerSegment = _PartnerSegment.Segment |
| [0..*] | I_SegmentText | _PartnerSegmentText | $projection.PartnerSegment = _PartnerSegmentText.Segment |
| [0..1] | I_SuplrBankDetailsByIntId | _SupplierBankDetails | $projection.Supplier = _SupplierBankDetails.Supplier and $projection.BPBankAccountInternalID = _SupplierBankDetails.BPBankAccountInternalID |
| [1..1] | I_AccountingDocument | _ClearingAccountingDocument | $projection.CompanyCode = _ClearingAccountingDocument.CompanyCode and $projection.FiscalYear = _ClearingAccountingDocument.FiscalYear and $projection.ClearingAccountingDocument = _ClearingAccountingDocument.AccountingDocument |
| [0..1] | I_FiscalYearForCompanyCode | _ClearingJrnlEntryFiscalYear | $projection.ClearingJournalEntryFiscalYear = _ClearingJrnlEntryFiscalYear.FiscalYear and $projection.CompanyCode = _ClearingJrnlEntryFiscalYear.CompanyCode |
| [0..1] | I_JournalEntry | _ClearingJournalEntry | $projection.CompanyCode = _ClearingJournalEntry.CompanyCode and $projection.ClearingJournalEntryFiscalYear = _ClearingJournalEntry.FiscalYear and $projection.ClearingJournalEntry = _ClearingJournalEntry.AccountingDocument |
| [0..1] | I_SpecialGLCode | _SpecialGLCode | $projection.SpecialGLCode = _SpecialGLCode.SpecialGLCode and $projection.FinancialAccountType = _SpecialGLCode.FinancialAccountType |
| [0..*] | I_TaxCode | _TaxCode | $projection.TaxCode = _TaxCode.TaxCode |
| [0..1] | I_FinancialTransactionType | _FinancialTransactionType | $projection.FinancialTransactionType = _FinancialTransactionType.FinancialTransactionType |
| [0..1] | I_SalesOrder | _SalesDocument | $projection.SalesDocument = _SalesDocument.SalesOrder |
| [0..1] | I_SalesOrderItem | _SalesDocumentItem | $projection.SalesDocument = _SalesDocumentItem.SalesOrder and $projection.SalesDocumentItem = _SalesDocumentItem.SalesOrderItem |
| [0..1] | I_SalesDocument | _SalesDoc | $projection.SalesDocument = _SalesDoc.SalesDocument |
| [0..1] | I_SalesDocumentItem | _SalesDocItem | $projection.SalesDocument = _SalesDocItem.SalesDocument and $projection.SalesDocumentItem = _SalesDocItem.SalesDocumentItem |
| [0..1] | I_MasterFixedAsset | _MasterFixedAsset | $projection.CompanyCode = _MasterFixedAsset.CompanyCode and $projection.MasterFixedAsset = _MasterFixedAsset.MasterFixedAsset |
| [0..1] | I_MasterFixedAsset | _MasterFixedAssetText | $projection.CompanyCode = _MasterFixedAssetText.CompanyCode and $projection.MasterFixedAsset = _MasterFixedAssetText.MasterFixedAsset |
| [0..1] | I_FixedAsset | _FixedAssetText | $projection.CompanyCode = _FixedAssetText.CompanyCode and $projection.MasterFixedAsset = _FixedAssetText.MasterFixedAsset and $projection.FixedAsset = _FixedAssetText.FixedAsset |
| [0..1] | I_FixedAsset | _FixedAsset | $projection.CompanyCode = _FixedAsset.CompanyCode and $projection.MasterFixedAsset = _FixedAsset.MasterFixedAsset and $projection.FixedAsset = _FixedAsset.FixedAsset |
| [0..1] | I_AssetTransactionType | _AssetTransactionType | $projection.AssetTransactionType = _AssetTransactionType.AssetTransactionType |
| [0..1] | I_PersonWorkAgreement_1 | _PersonWorkAgreement_1 | $projection.PersonnelNumber = _PersonWorkAgreement_1.PersonWorkAgreement |
| [0..1] | I_Employment | _Employment | $projection.PersonnelNumber = _Employment.EmploymentInternalID |
| [0..1] | I_Housebank | _HouseBank | $projection.CompanyCode = _HouseBank.CompanyCode and $projection.HouseBank = _HouseBank.HouseBank |
| [0..1] | I_PurchasingDocument | _PurchasingDocument | $projection.PurchasingDocument = _PurchasingDocument.PurchasingDocument |
| [0..1] | I_PurchasingDocumentItem | _PurchasingDocumentItem | $projection.PurchasingDocument = _PurchasingDocumentItem.PurchasingDocument and $projection.PurchasingDocumentItem = _PurchasingDocumentItem.PurchasingDocumentItem |
| [0..1] | I_Purreqvaluationarea | _ValuationArea | $projection.ValuationArea = _ValuationArea.ValuationArea |
| [0..1] | I_ProjectNetwork | _ProjectNetwork | $projection.ProjectNetwork = _ProjectNetwork.ProjectNetwork |
| [0..1] | I_ProjectNetwork | _ProjectNetworkText | $projection.ProjectNetwork = _ProjectNetworkText.ProjectNetwork |
| [0..*] | I_CostOriginGroup | _CostOriginGroup | $projection.ControllingArea = _CostOriginGroup.ControllingArea and $projection.CostOriginGroup = _CostOriginGroup.CostOriginGroup |
| [0..*] | I_ProfitCenter | _PartnerProfitCenter | $projection.ControllingArea = _PartnerProfitCenter.ControllingArea and $projection.PartnerProfitCenter = _PartnerProfitCenter.ProfitCenter |
| [0..*] | I_ProfitCenterText | _ProfitCenterText | $projection.ControllingArea = _ProfitCenterText.ControllingArea and $projection.ProfitCenter = _ProfitCenterText.ProfitCenter |
| [0..*] | I_CostCenterActivityType | _CostCtrActivityType | $projection.ControllingArea = _CostCtrActivityType.ControllingArea and $projection.CostCtrActivityType = _CostCtrActivityType.CostCtrActivityType |
| [0..1] | I_BusinessProcess | _BusinessProcess | $projection.ControllingArea = _BusinessProcess.ControllingArea and $projection.BusinessProcess = _BusinessProcess.BusinessProcess |
| [0..*] | I_BusinessProcessText | _BusinessProcessText | $projection.ControllingArea = _BusinessProcessText.ControllingArea and $projection.BusinessProcess = _BusinessProcessText.BusinessProcess |
| [0..1] | I_FunctionalArea | _PartnerFunctionalArea | $projection.PartnerFunctionalArea = _PartnerFunctionalArea.FunctionalArea |
| [0..1] | I_HouseBankAccount | _HouseBankAccount | $projection.CompanyCode = _HouseBankAccount.CompanyCode and $projection.HouseBank = _HouseBankAccount.HouseBank and $projection.HouseBankAccount = _HouseBankAccount.HouseBankAccount |
| [0..*] | I_HouseBankAccountText | _HouseBankAccountText | $projection.CompanyCode = _HouseBankAccountText.CompanyCode and $projection.HouseBank = _HouseBankAccountText.HouseBank and $projection.HouseBankAccount = _HouseBankAccountText.HouseBankAccount |
| [0..1] | I_ReferenceDocumentType | _ReferenceDocumentType | $projection.ReferenceDocumentType = _ReferenceDocumentType.ReferenceDocumentType |
| [0..1] | I_FiscalYearPeriodForCmpnyCode | _FiscalPeriod | $projection.FiscalYear = _FiscalPeriod.FiscalYear and $projection.FiscalPeriod = _FiscalPeriod.FiscalPeriod and $projection.CompanyCode = _FiscalPeriod.CompanyCode |
| [0..1] | I_ChartOfAccounts | _OffsettingChartOfAccounts | $projection.OffsettingChartOfAccounts = _OffsettingChartOfAccounts.ChartOfAccounts |
| [0..*] | I_ChartOfAccountsText | _OffsettingChartOfAccountsText | $projection.OffsettingChartOfAccounts = _OffsettingChartOfAccountsText.ChartOfAccounts |
| [0..1] | I_GLAccountInChartOfAccounts | _OffsettingAccount | $projection.ChartOfAccounts = _OffsettingAccount.ChartOfAccounts and $projection.OffsettingAccount = _OffsettingAccount.GLAccount |
| [0..1] | I_OffsettingAccount | _OffsettingAccountWithBP | $projection.OffsettingChartOfAccounts = _OffsettingAccountWithBP.ChartOfAccounts and $projection.OffsettingAccountType = _OffsettingAccountWithBP.OffsettingAccountType and $projection.OffsettingAccount = _OffsettingAccountWithBP.OffsettingAccount |
| [0..1] | I_FinancialAccountType | _OffsettingAccountType | $projection.OffsettingAccountType = _OffsettingAccountType.FinancialAccountType |
| [0..*] | I_FinancialAccountTypeText | _OffsettingAccountTypeText | $projection.OffsettingAccountType = _OffsettingAccountTypeText.FinancialAccountType |
| [0..1] | I_CompanyCode | _CashLedgerCompanyCode | $projection.CashLedgerCompanyCode = _CashLedgerCompanyCode.CompanyCode |
| [0..1] | I_GLAccountInCompanyCode | _CashLedgerAccount | $projection.CashLedgerCompanyCode = _CashLedgerAccount.CompanyCode and $projection.CashLedgerAccount = _CashLedgerAccount.GLAccount |
| [0..1] | I_BudgetPeriod | _BudgetPeriod | $projection.BudgetPeriod = _BudgetPeriod.BudgetPeriod |
| [0..*] | I_BudgetPeriodText | _BudgetPeriodText | $projection.BudgetPeriod = _BudgetPeriodText.BudgetPeriod |
| [0..1] | I_BudgetPeriod | _PartnerBudgetPeriod | $projection.PartnerBudgetPeriod = _PartnerBudgetPeriod.BudgetPeriod |
| [0..1] | I_Grant | _Grant | $projection.GrantID = _Grant.GrantID |
| [0..1] | I_Grant | _PartnerGrant | $projection.PartnerGrant = _PartnerGrant.GrantID |
| [0..1] | I_CompanyCode | _PubSecBudgetAccountCoCode | $projection.PubSecBudgetAccountCoCode = _PubSecBudgetAccountCoCode.CompanyCode |
| [0..1] | I_PubSecBudgetAccount | _PubSecBudgetAccount | $projection.PubSecBudgetAccountCoCode = _PubSecBudgetAccount.PubSecBudgetAccountCoCode and $projection.PubSecBudgetAccount = _PubSecBudgetAccount.PubSecBudgetAccount |
| [0..1] | I_ServiceDocumentType | _ServiceDocumentType | $projection.ServiceDocumentType = _ServiceDocumentType.ServiceDocumentType |
| [0..1] | I_SrvcDocByDocumentType | _ServiceDocument | $projection.ServiceDocumentType = _ServiceDocument.ServiceDocumentType and $projection.ServiceDocument = _ServiceDocument.ServiceDocument |
| [0..1] | I_SrvcDocItemByDocumentType | _ServiceDocumentItem | $projection.ServiceDocumentType = _ServiceDocumentItem.ServiceDocumentType and $projection.ServiceDocument = _ServiceDocumentItem.ServiceDocument and $projection.ServiceDocumentItem = _ServiceDocumentItem.ServiceDocumentItem |
| [0..1] | I_FinServicesProductGroup | _FinServicesProductGroup | $projection.FinancialServicesProductGroup = _FinServicesProductGroup.FinancialServicesProductGroup |
| [0..1] | I_FinancialServicesBranch | _FinancialServicesBranch | $projection.FinancialServicesBranch = _FinancialServicesBranch.FinancialServicesBranch |
| [0..1] | I_FinancialDataSource | _FinancialDataSource | $projection.FinancialDataSource = _FinancialDataSource.FinancialDataSource |
| [0..1] | I_CustomerGroup | _CustomerGroup | $projection.CustomerGroup = _CustomerGroup.CustomerGroup |
| [0..1] | I_Country | _CustomerSupplierCountry | $projection.CustomerSupplierCountry = _CustomerSupplierCountry.Country |
| [0..1] | I_CustomerSupplierIndustry | _CustomerSupplierIndustry | $projection.CustomerSupplierIndustry = _CustomerSupplierIndustry.Industry |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | IFIOPACCTGDOCIT | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Operational Accounting Document Item | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.representativeKey | AccountingDocumentItem | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view |
Fields (456)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccountingDocument | belnr | Journal Entry | |
| KEY | FiscalYear | gjahr | Settlement Year | |
| KEY | AccountingDocumentItem | buzei | Journal Entry Posting View Item | |
| ChartOfAccounts | ktopl | G/L Chart of Accounts | ||
| AccountingDocumentItemType | buzid | Identification of the Line Item | ||
| ClearingDate | augdt | Clearing Date | ||
| ClearingCreationDate | augcp | Clearing Creation Date | ||
| ClearingJournalEntryFiscalYear | auggj | Fiscal Year of Clearing Journal Entry | ||
| ClearingDocFiscalYear | Fiscal Year of Clearing Journal Entry (Deprecated) | |||
| ClearingJournalEntry | augbl | Clearing Journal Entry | ||
| ClearingAccountingDocument | Clearing Journal Entry (Deprecated) | |||
| PostingKey | bschl | Posting Key | ||
| FinancialAccountType | koart | Account type | ||
| SpecialGLCode | umskz | Special G/L Indicator | ||
| SpecialGLTransactionType | umsks | Special G/L Transaction Type | ||
| DebitCreditCode | shkzg | Debit/Credit Code | ||
| BusinessArea | gsber | Business Area | ||
| PartnerBusinessArea | pargb | Partner Business Area | ||
| TaxCode | mwskz | Tax on Sales/Purchases Code | ||
| TaxCountry | tax_country | Tax Reporting Country/Region | ||
| TaxRateValidityStartDate | txdat_from | Tax Rate Validity Start Date | ||
| WithholdingTaxCode | qsskz | Withholding Tax Code | ||
| TaxType | mwart | Tax Type | ||
| TaxItemGroup | txgrp | Group Indicator for Tax Line Items | ||
| TransactionTypeDetermination | ktosl | Transaction Key | ||
| ValueDate | valut | Value date | ||
| AssignmentReference | zuonr | Assignment Reference | ||
| DocumentItemText | sgtxt | Item Text | ||
| PartnerCompany | vbund | Company ID of Trading Partner | ||
| FinancialTransactionType | bewar | Financial Transaction Type | ||
| CorporateGroupAccount | altkt | Corporate Group Account | ||
| PlanningLevel | fdlev | Planning Level | ||
| ControllingArea | kokrs | Controlling Area | ||
| CostCenter | kostl | Substitute CC | ||
| Project | projn | Project definition | ||
| OrderID | aufnr | SettlementOrder | ||
| BillingDocument | vbeln | Billing Document | ||
| SalesDocument | vbel2 | Sales Document | ||
| SalesDocumentItem | posn2 | Sales Document Item | ||
| ScheduleLine | eten2 | Schedule Line | ||
| ServiceDocumentType | service_doc_type | Service Document Type | ||
| ServiceDocument | service_doc_id | Service Document ID | ||
| ServiceDocumentItem | service_doc_item_id | Service Document Item ID | ||
| MasterFixedAsset | anln1 | Fixed Asset | ||
| FixedAsset | anln2 | Asset Subnumber | ||
| AssetTransactionType | anbwa | Asset Transaction Type | ||
| AssetValueDate | bzdat | Asset Value Date | ||
| PersonnelNumber | pernr | Personnel Number | ||
| IsSalesRelated | xumsw | Is Sales Related | ||
| LineItemDisplayIsEnabled | xkres | Indicator: Can Line Items Be Displayed by Account? | ||
| IsOpenItemManaged | xopvw | Managed on an Open Item Basis | ||
| AddressAndBankIsSetManually | Address and Bank Data is Set Manually | |||
| DownPaymentIsNetProcedure | xanet | Indicator: Down Payment in Net Procedure? | ||
| IsNotCashDiscountLiable | xskrl | Is Not Cash Discount Liable | ||
| IsAutomaticallyCreated | xauto | Is Automatically Created | ||
| IsUsedInPaymentTransaction | xzahl | Is Used In Payment Transaction | ||
| OperationalGLAccount | saknr | Operational General Ledger Account | ||
| GLAccount | hkont | Transfer acct | ||
| Customer | kunnr | Customer Number | ||
| Supplier | lifnr | Vendor no. | ||
| BranchAccount | filkd | Branch Account | ||
| IsBalanceSheetAccount | xbilk | Is Balance Sheet Account | ||
| ProfitLossAccountType | gvtyp | Profit Loss Account Type | ||
| SpecialGLAccountAssignment | hzuon | Assignment Number for Special G/L Accounts | ||
| DueCalculationBaseDate | zfbdt | Due Calculation Base Date | ||
| PaymentTerms | zterm | Terms of Payment Key | ||
| CashDiscount1Days | zbd1t | Cash Discount Days 1 | ||
| CashDiscount2Days | zbd2t | Cash Discount Days 2 | ||
| NetPaymentDays | zbd3t | Net Payment Terms Period | ||
| CashDiscount1Percent | zbd1p | Cash Discount Percentage 1 | ||
| CashDiscount2Percent | zbd2p | Cash Discount Percentage 2 | ||
| PaymentMethod | zlsch | Payment Method | ||
| PaymentBlockingReason | zlspr | Payment Blocking Reason | ||
| FixedCashDiscount | zbfix | Fixed Cash Discount | ||
| HouseBank | hbkid | House Bank Key | ||
| BPBankAccountInternalID | bvtyp | Business Partner Bank Account Internal ID | ||
| TaxDistributionCode1 | mwsk1 | Tax Code 1 for Distribution | ||
| TaxDistributionCode2 | mwsk2 | Tax Code 2 for Distribution | ||
| TaxDistributionCode3 | mwsk3 | Tax Code 3 for Distribution | ||
| InvoiceReference | rebzg | Invoice Reference | ||
| InvoiceReferenceFiscalYear | rebzj | Invoice Reference Fiscal Year | ||
| InvoiceItemReference | rebzz | Invoice Item Reference | ||
| FollowOnDocumentType | rebzt | Follow-On Document Type | ||
| StateCentralBankPaymentReason | lzbkz | State Central Bank Indicator | ||
| SupplyingCountry | landl | Supplying Country/Region | ||
| RecrrgSuplrInvcIsSrvcInvoice | diekz | Recurring Supplier Invoice Is Service Invoice | ||
| InvoiceList | samnr | Collect.Inv. | ||
| BillOfExchangeUsageDocument | disbn | Bill of Exchange Usage Document | ||
| BillOfExchangeUsage | wverw | Bill of Exchange Usage Type | ||
| DunningKey | mschl | Dunning key | ||
| DunningBlockingReason | mansp | Dunning Blocking Reason | ||
| LastDunningDate | madat | Date of Last Dunning Notice | ||
| DunningLevel | manst | Dunning Level | ||
| DunningArea | maber | Dunning Area | ||
| PaytSlipWthRefSubscriber | esrnr | ISR Subscriber Number | ||
| PaytSlipWthRefReference | esrre | ISR Reference Number | ||
| PaytSlipWthRefCheckDigit | esrpz | ISR Check Digit | ||
| WithholdingTaxCertificate | qsznr | Withholding Tax Certificate | ||
| Material | matnr | Material Number | ||
| Product | Product Number | |||
| Plant | werks | Receiving Plant | ||
| PurchasingDocument | ebeln | Purchasing Document | ||
| PurchasingDocumentItem | ebelp | Purchasing Document Item | ||
| AccountAssignmentNumber | zekkn | Sequential Number of Account Assignment | ||
| IsCompletelyDelivered | elikz | Is completely delivered | ||
| MaterialPriceControl | vprsv | Material Price Control Indicator | ||
| ValuationArea | bwkey | Valuation Area | ||
| InventoryValuationType | bwtar | Valuation Type | ||
| DelivOfGoodsDestCountry | egbld | Country/Region of Destination for Delivery of Goods | ||
| DelivOfGoodsOriginCountry | eglld | Delivery Of Goods Origin Country/Region | ||
| PaymentDifferenceReason | rstgr | Payment Difference Reason | ||
| ProfitCenter | prctr | Profit Centers | ||
| JointVenture | vname | Volatility Name | ||
| JointVentureCostRecoveryCode | recid | Statistical Key Figure Item | ||
| JointVentureEquityGroup | egrup | Joint Venture Equity Group | ||
| JointVenturePartner | Joint Venture Partner | |||
| TreasuryContractType | vertt | Treasury Contract Type | ||
| AssetContract | vertn | Int. dist. key | ||
| CashFlowType | vbewa | Flow Type | ||
| REInternalFinNumber | Internal Key of Real Estate Object (FI) | |||
| RealEstateObject | imkey | Internal Key for Real Estate Object | ||
| SettlementReferenceDate | dabrz | Reference Date for Settlement | ||
| CommitmentItem | fipos | Commitment item | ||
| CommitmentItemShortID | Commitment Item ShortID | |||
| CostObject | kstrg | Cost Objects | ||
| ProjectNetwork | nplnr | Network Number for Account Assignment | ||
| OrderInternalBillOfOperations | aufpl | Order Internal Bill of Operations ID | ||
| OrderIntBillOfOperationsItem | aplzl | Order Internal Bill of Operations Item | ||
| WBSElementInternalID | WBS Element Internal ID | |||
| ProfitabilitySegment | Deprecated: Profitability Segment | |||
| ProfitabilitySegment_2 | Profitability Segment | |||
| JointVentureBillingType | Joint Venture Billing Type | |||
| JointVentureEquityType | etype | Joint Venture Equity Type | ||
| IsEUTriangularDeal | xegdr | Is EU Triangular Deal | ||
| CostOriginGroup | hrkft | Origin Group as Subdivision of Cost Element | ||
| CompanyCodeCurrencyDetnMethod | hwmet | Company Code Currency Determination Method | ||
| ClearingIsReversed | xragl | Clearing Is Reversed | ||
| PaymentMethodSupplement | uzawe | Payment Method Supplement | ||
| AlternativeGLAccount | lokkt | Alternative G/L Account Number In Company Code | ||
| FundsCenter | fistl | Funds Management Center | ||
| Fund | geber | Fund | ||
| TaxCompanyCode | stbuk | Tax Company Code | ||
| PartnerProfitCenter | pprct | Partner Profit Center | ||
| Reference1IDByBusinessPartner | xref1 | ID of Reference 1 by Business Partner | ||
| Reference2IDByBusinessPartner | xref2 | ID of Reference 2 by Business Partner | ||
| EarmarkedFundsDocument | kblnr | Document Number for Earmarked Funds | ||
| EarmarkedFundsDocumentItem | kblpos | Earmarked Funds: Document Item | ||
| PaymentCardItem | rfzei | Payment Card Item | ||
| PaymentCardPaymentSettlement | ccbtc | Payment Card Payment Settlement | ||
| AlternativePayeePayer | empfb | Alternative Payee/Payer | ||
| Reference3IDByBusinessPartner | xref3 | ID of Reference 3 by Business Partner | ||
| DataExchangeInstruction1 | dtws1 | Data Exchange Instruction 1 | ||
| DataExchangeInstruction2 | dtws2 | Data Exchange Instruction 2 | ||
| DataExchangeInstruction3 | dtws3 | Data Exchange Instruction 3 | ||
| DataExchangeInstruction4 | dtws4 | Data Exchange Instruction 4 | ||
| Region | grirg | Region (State, Province, County) | ||
| HasPaymentOrder | xpypr | Indicator: Payment Order Exists for this Item | ||
| PaymentReference | kidno | Payment Reference | ||
| TaxDeterminationDate | txdat | Date for Determination of Tax Rates | ||
| ClearingItem | agzei | Clearing Item | ||
| BusinessPlace | bupla | Business place | ||
| TaxSection | secco | Section Code | ||
| CostCtrActivityType | lstar | Activity Type | ||
| AccountsReceivableIsPledged | cession_kz | Accounts Receivable Is Pledged | ||
| AcctsReceivablePledgingCode | Accounts Receivable Pledging Code | |||
| BusinessProcess | prznr | Business Process | ||
| GrantID | grant_nbr | Receiver Grant | ||
| FunctionalArea | fkber_long | Functional Area | ||
| CustomerIsInExecution | gmvkz | Customer Is In Execution | ||
| FundedProgram | measure | Funded Program | ||
| LedgerGLLineItem | docln | General Ledger Journal Entry Line Item | ||
| Segment | segment | Segment for Segmental Reporting | ||
| PartnerSegment | psegment | Partner Segment for Segmental Reporting | ||
| PartnerFunctionalArea | pfkber | Partner Functional Area | ||
| HouseBankAccount | hktid | House Bank Account | ||
| CostElement | kstar | Settlement CE | ||
| TaxItemAcctgDocItemRef | taxps | Tax document item number | ||
| PaymentServiceProvider | pays_prov | Payment Service Provider | ||
| PaymentRefByPaytSrvcProvider | pays_tran | Payment Reference by Payment Service Provider | ||
| SEPAMandate | mndid | Unique Reference to Mandate for each Payee | ||
| ReferenceDocumentType | awtyp | Reference Document Type | ||
| OriginalReferenceDocument | awkey | Original Reference Document | ||
| ReferenceDocumentLogicalSystem | awsys | Logical System of Reference Document | ||
| AccountingDocumentItemRef | posnr | Journal Entry Line Item Reference | ||
| FiscalPeriod | h_monat | Fiscal Period | ||
| AccountingDocumentCategory | h_bstat | Journal Entry Category | ||
| PostingDate | h_budat | Posting Date | ||
| DocumentDate | h_bldat | Journal Entry Date | ||
| AccountingDocumentType | h_blart | Journal Entry Type | ||
| NetDueDate | netdt | Due Date for Net Payment | ||
| CashDiscount1DueDate | sk1dt | Due Date for Cash Discount 1 | ||
| CashDiscount2DueDate | sk2dt | Cash Discount 2 Due Date | ||
| OffsettingAccount | gkont | Offsetting Account | ||
| OffsettingAccountType | gkart | Offsetting Account Type | ||
| OffsettingChartOfAccounts | gktopl | Offsetting Chart of Accounts | ||
| PartnerFund | pgeber | Partner Fund | ||
| PartnerGrant | pgrant_nbr | Partner Grant | ||
| BudgetPeriod | budget_pd | Budget Period | ||
| PartnerBudgetPeriod | pbudget_pd | FM: Partner Budget Period | ||
| BranchCode | j_1tpbupl | Branch Code | ||
| JointVentureProductionDate | Joint Venture Production Date | |||
| OplAcctgDocItmCntrySpcfcRef1 | glo_ref1 | Country/Region Specific Reference 1 on line item | ||
| PaymentReason | payt_rsn | Payment Reason | ||
| CashLedgerCompanyCode | re_bukrs | Cash Origin Company Code | ||
| CashLedgerAccount | re_account | Cash Origin Account | ||
| PubSecBudgetAccountCoCode | bdgt_account_cocode | Company Code for Budget Account | ||
| PubSecBudgetAccount | bdgt_account | Budget Account | ||
| FinancialServicesProductGroup | FS_PRODUCT_GROUP | Financial Services Product Group | ||
| FinancialServicesBranch | BRANCH_ID | Financial Services Branch | ||
| FinancialDataSource | DATASOURCE_ID | Financial Data Source | ||
| CustomerGroup | kdgrp | Customer group | ||
| CustomerSupplierCountry | land1 | Customer or Supplier Country/Region | ||
| CustomerSupplierIndustry | brsch | Customer Supplier Industry | ||
| CompanyCodeCurrency | h_hwaer | Company Code Currency | ||
| AmountInCompanyCodeCurrency | dmbtr_shl | Amount in Company Code Currency | ||
| FunctionalCurrency | rfccur | Functional Currency | ||
| AmountInFunctionalCurrency | fcsl_shl | Amount in Functional Currency | ||
| TaxAmountInCoCodeCrcy | mwsts_shl | Signed Tax Amount in Company Code Currency | ||
| TaxBaseAmountInCoCodeCrcy | hwbas_shl | Tax Base Amount in Company Code Currency | ||
| ValuationDiffAmtInCoCodeCrcy | bdiff_shl | Valuation Difference Amount In Company Code Currency | ||
| CashDiscountAmtInCoCodeCrcy | sknto_shl | Cash Discount Amount in Company Code Currency | ||
| TaxBrkdwnAmount1InCoCodeCrcy | dmbt1_shl | Tax Breakdown Amount in Company Code Currency (1) | ||
| TaxBrkdwnAmount2InCoCodeCrcy | dmbt2_shl | Tax Breakdown Amount in Company Code Currency (2) | ||
| TaxBrkdwnAmount3InCoCodeCrcy | dmbt3_shl | Tax Breakdown Amount in Company Code Currency (3) | ||
| NonDcblTaxAmountInCoCodeCrcy | navhw_shl | Non Deductible Tax Amount In Company Code Currency | ||
| InvoiceAmtInCoCodeCrcy | rewrt_shl | Invoice Amount in Company Code Currency | ||
| TransactionCurrency | h_waers | Transaction Currency | ||
| AmountInTransactionCurrency | wrbtr_shl | Amount in Transaction Currency | ||
| OriginalTaxBaseAmount | txbfw_shl | Original Tax Base Amount in Transaction Currency | ||
| TaxAmount | wmwst_shl | Tax Amount in Transaction Currency | ||
| TaxBaseAmountInTransCrcy | fwbas_shl | Tax Base Amount in Transaction Currency | ||
| WithholdingTaxBaseAmount | qsshb_shl | Withholding Tax Base Amount | ||
| PlannedAmtInTransactionCrcy | fdwbt_shl | Planned Amount in Transaction Currency | ||
| CashDiscountBaseAmount | skfbt_shl | Cash Discount Base Amount | ||
| CashDiscountAmount | wskto_shl | Cash Discount Amount | ||
| NetPaymentAmount | nebtr_shl | Net Payment Amount | ||
| TaxBrkdwnAmount1InTransCrcy | wrbt1_shl | Tax Breakdown Amount in Transaction Currency (1) | ||
| TaxBrkdwnAmount2InTransCrcy | wrbt2_shl | Tax Breakdown Amount in Transaction Currency (2) | ||
| TaxBrkdwnAmount3InTransCrcy | wrbt3_shl | Tax Breakdown Amount in Transaction Currency (3) | ||
| WithholdingTaxAmount | qbshb_shl | Withholding Tax Amount | ||
| WithholdingTaxExemptionAmt | qsfbt_shl | Withholding Tax-Exemption Amount | ||
| NonDcblTaxAmountInTransCrcy | navfw_shl | Non Deductible Tax Amount In Transaction Currency | ||
| InvoiceAmountInFrgnCurrency | rewwr_shl | Invoice Amount in Foreign Currency | ||
| BalanceTransactionCurrency | pswsl | Balance Transaction Currency | ||
| AmountInBalanceTransacCrcy | pswbt_shl | Amount in Balance Transaction Currency | ||
| AdditionalCurrency1 | h_hwae2 | Additional Currency 1 | ||
| ValuationDiffAmtInAddlCrcy1 | bdif2_shl | Valuation Difference Amount in Additional Currency 1 | ||
| AmountInAdditionalCurrency1 | dmbe2_shl | Amount in Additional Currency 1 | ||
| TaxAmountInAdditionalCurrency1 | mwst2_shl | Tax Amount in Additional Currency1 | ||
| AdditionalCurrency2 | h_hwae3 | Additional Currency 2 | ||
| AmountInAdditionalCurrency2 | dmbe3_shl | Amount in Additional Currency 2 | ||
| TaxAmountInAdditionalCurrency2 | mwst3_shl | Tax Amount in Additional Currency2 | ||
| ValuationDiffAmtInAddlCrcy2 | bdif3_shl | Valuation Difference Amount in Additional Currency 2 | ||
| PaymentCurrency | pycur | Currency for Automatic Payment | ||
| AmountInPaymentCurrency | pyamt_shl | Amount in Payment Currency | ||
| CreditControlAreaCurrency | t014_waers | Credit Control Area Currency | ||
| HedgedAmount | absbt_shl | Credit Management: Hedged Amount | ||
| BaseUnit | meins | Base Unit of Measure | ||
| Quantity | menge | WarrCountValue | ||
| GoodsMovementEntryUnit | erfme | Unit of Entry | ||
| QuantityInEntryUnit | erfmg | Quantity in Entry Unit | ||
| PurchasingDocumentPriceUnit | bprme | Purchasing Document Price Unit | ||
| PurchaseOrderQty | bpmng | Purchase Order Quantity | ||
| MaterialPriceUnitQty | peinh | Material Price Unit Quantity | ||
| NumberOfItems | nbritm | Number of Items | ||
| EarmarkedFunds | kblnr | Document Number for Earmarked Funds | ||
| EarmarkedFundsItem | kblpos | Earmarked Funds: Document Item | ||
| IN_GSTPartner | gst_part | GST Partner | ||
| IN_GSTPlaceOfSupply | plc_sup | Place of Supply | ||
| IN_HSNOrSACCode | hsn_sac | HSN or SAC Code | ||
| OriglTaxBaseAmountInCoCodeCrcy | txbhw_shl | Base Amount of Original Tax in Company Code Currency | ||
| OriginalTaxBaseAmtInAddlCrcy1 | txbh2_shl | Base Amount of Original Tax in Additional Currency 1 | ||
| OriginalTaxBaseAmtInAddlCrcy2 | txbh3_shl | Base Amount of Original Tax in Additional Currency 2 | ||
| _AccountingDocumentCategoryT | _AccountingDocumentCategoryT | |||
| _AccountingDocumentCategory | _AccountingDocumentCategory | |||
| _AccountingDocumentType | _AccountingDocumentType | |||
| _AccountingDocumentTypeText | _AccountingDocumentTypeText | |||
| _AdditionalCurrency1 | _AdditionalCurrency1 | |||
| _AdditionalCurrency2 | _AdditionalCurrency2 | |||
| _AssetTransactionType | _AssetTransactionType | |||
| _BalanceTransactionCurrency | _BalanceTransactionCurrency | |||
| _BaseUnit | _BaseUnit | |||
| _BudgetPeriod | _BudgetPeriod | |||
| _BudgetPeriodText | _BudgetPeriodText | |||
| _BusinessArea | _BusinessArea | |||
| _BusinessAreaText | _BusinessAreaText | |||
| _BusinessProcess | _BusinessProcess | |||
| _BusinessProcessText | _BusinessProcessText | |||
| _CashLedgerAccount | _CashLedgerAccount | |||
| _CashLedgerCompanyCode | _CashLedgerCompanyCode | |||
| _ChartOfAccounts | _ChartOfAccounts | |||
| _ChartOfAccountsText | _ChartOfAccountsText | |||
| _ClearingJrnlEntryFiscalYear | _ClearingJrnlEntryFiscalYear | |||
| _ClearingJournalEntry | _ClearingJournalEntry | |||
| _ClearingAccountingDocument | _ClearingAccountingDocument | |||
| _CompanyCode | _CompanyCode | |||
| _CompanyCodeCurrency | _CompanyCodeCurrency | |||
| _FunctionalCurrency | _FunctionalCurrency | |||
| _ControllingArea | _ControllingArea | |||
| _ControllingAreaText | _ControllingAreaText | |||
| _CostCenter | _CostCenter | |||
| _CostCenterText | _CostCenterText | |||
| _CostCtrActivityType | _CostCtrActivityType | |||
| _CostOriginGroup | _CostOriginGroup | |||
| _CreditControlAreaCurrency | _CreditControlAreaCurrency | |||
| _CurrentCostCenter | _CurrentCostCenter | |||
| _CurrentProfitCenter | _CurrentProfitCenter | |||
| _Customer | _Customer | |||
| _CustomerCompany | _CustomerCompany | |||
| _OneTimeAccountBP | _OneTimeAccountBP | |||
| _JournalEntryItemOneTimeData | _JournalEntryItemOneTimeData | |||
| _CustomerText | _CustomerText | |||
| _DebitCreditCode | _DebitCreditCode | |||
| _PersonWorkAgreement_1 | _PersonWorkAgreement_1 | |||
| _Employment | _Employment | |||
| _FinancialAccountType | _FinancialAccountType | |||
| _FinancialAccountTypeText | _FinancialAccountTypeText | |||
| _FinancialTransactionType | _FinancialTransactionType | |||
| _FiscalPeriod | _FiscalPeriod | |||
| _FiscalYear | _FiscalYear | |||
| _FixedAsset | _FixedAsset | |||
| _FixedAssetText | _FixedAssetText | |||
| _FunctionalArea | _FunctionalArea | |||
| _FunctionalAreaText | _FunctionalAreaText | |||
| _GLAccountInChartOfAccounts | _GLAccountInChartOfAccounts | |||
| _GLAccountInCompanyCode | _GLAccountInCompanyCode | |||
| _GoodsMovementEntryUnit | _GoodsMovementEntryUnit | |||
| _Grant | _Grant | |||
| _HouseBank | _HouseBank | |||
| _HouseBankAccount | _HouseBankAccount | |||
| _HouseBankAccountText | _HouseBankAccountText | |||
| _InternalOrder | _InternalOrder | |||
| _InventoryValuationType | _InventoryValuationType | |||
| _JournalEntry | _JournalEntry | |||
| _MasterFixedAsset | _MasterFixedAsset | |||
| _MasterFixedAssetText | _MasterFixedAssetText | |||
| _Material | _Material | |||
| _MaterialText | _MaterialText | |||
| _OffsettingAccount | _OffsettingAccount | |||
| _OffsettingAccountType | _OffsettingAccountType | |||
| _OffsettingAccountTypeText | _OffsettingAccountTypeText | |||
| _OffsettingAccountWithBP | _OffsettingAccountWithBP | |||
| _OffsettingChartOfAccounts | _OffsettingChartOfAccounts | |||
| _OffsettingChartOfAccountsText | _OffsettingChartOfAccountsText | |||
| _Order | _Order | |||
| _PartnerBudgetPeriod | _PartnerBudgetPeriod | |||
| _PartnerBusinessArea | _PartnerBusinessArea | |||
| _PartnerBusinessAreaText | _PartnerBusinessAreaText | |||
| _PartnerCompany | _PartnerCompany | |||
| _PartnerCompany_2 | _PartnerCompany_2 | |||
| _PartnerCompanyText | _PartnerCompanyText | |||
| _PartnerCompanyText_2 | _PartnerCompanyText_2 | |||
| _PartnerFunctionalArea | _PartnerFunctionalArea | |||
| _PartnerGrant | _PartnerGrant | |||
| _PartnerProfitCenter | _PartnerProfitCenter | |||
| _PartnerSegment | _PartnerSegment | |||
| _PartnerSegmentText | _PartnerSegmentText | |||
| _PaymentCurrency | _PaymentCurrency | |||
| _PaymentDifferenceReason | _PaymentDifferenceReason | |||
| _PaymentDifferenceReasonText | _PaymentDifferenceReasonText | |||
| _Plant | _Plant | |||
| _PostingKey | _PostingKey | |||
| _Product | _Product | |||
| _ProductText | _ProductText | |||
| _ProfitCenter | _ProfitCenter | |||
| _ProfitCenterText | _ProfitCenterText | |||
| _ProjectNetwork | _ProjectNetwork | |||
| _ProjectNetworkText | _ProjectNetworkText | |||
| _PubSecBudgetAccount | _PubSecBudgetAccount | |||
| _PubSecBudgetAccountCoCode | _PubSecBudgetAccountCoCode | |||
| _PurchasingDocument | _PurchasingDocument | |||
| _PurchasingDocumentItem | _PurchasingDocumentItem | |||
| _PurchasingDocumentPriceUnit | _PurchasingDocumentPriceUnit | |||
| _ReferenceDocumentType | _ReferenceDocumentType | |||
| _SalesDoc | _SalesDoc | |||
| _SalesDocItem | _SalesDocItem | |||
| _SalesDocument | _SalesDocument | |||
| _SalesDocumentItem | _SalesDocumentItem | |||
| _Segment | _Segment | |||
| _SegmentText | _SegmentText | |||
| _SpecialGLCode | _SpecialGLCode | |||
| _Supplier | _Supplier | |||
| _SupplierCompany | _SupplierCompany | |||
| _SupplierBankDetails | _SupplierBankDetails | |||
| _SupplierText | _SupplierText | |||
| _SupplyingCountry | _SupplyingCountry | |||
| _TaxCountry | _TaxCountry | |||
| _TaxCode | _TaxCode | |||
| _TaxType | _TaxType | |||
| _TransactionCurrency | _TransactionCurrency | |||
| _ValuationArea | _ValuationArea | |||
| _WBSElementBasicData | _WBSElementBasicData | |||
| _WBSElementInternalID | _WBSElementInternalID | |||
| _WBSElementBasicDataText | _WBSElementBasicDataText | |||
| _WBSElementInternalIDText | _WBSElementInternalIDText | |||
| _ServiceDocumentType | _ServiceDocumentType | |||
| _ServiceDocument | _ServiceDocument | |||
| _ServiceDocumentItem | _ServiceDocumentItem | |||
| _FinServicesProductGroup | _FinServicesProductGroup | |||
| _FinancialServicesBranch | _FinancialServicesBranch | |||
| _FinancialDataSource | _FinancialDataSource | |||
| _CustomerGroup | _CustomerGroup | |||
| _CustomerSupplierCountry | _CustomerSupplierCountry | |||
| _CustomerSupplierIndustry | _CustomerSupplierIndustry | |||
| GLAccountAuthorizationGroup | Authorization Group | |||
| SupplierBasicAuthorizationGrp | Authorization Group | |||
| CustomerBasicAuthorizationGrp | Authorization Group | |||
| AcctgDocTypeAuthorizationGroup | Authorization Group | |||
| OrderType | Order Type | |||
| SalesOrderType | Sales Document Type | |||
| AssetClass | Asset Class | |||
| KEY | CompanyCode | P_BSEG_COM | bukrs | Company Code |
| VATRegistration | P_BSEG_COM | stceg | VAT Registration | |
| TaxJurisdiction | P_BSEG_COM | txjcd | Tax Jurisdiction | |
| IsNegativePosting | P_BSEG_COM | xnegp | Reversl Posting Type | |
| CreditControlArea | P_BSEG_COM | kkber | Credit Control Area | |
| AbsoluteAmountInCoCodeCrcy | P_BSEG_COM | dmbtr | Absolute Amount in Company Code Currency | |
| AbsoluteAmountInTransacCrcy | P_BSEG_COM | wrbtr | Absolute Amount in Transaction Currency | |
| AbsltAmtInAdditionalCurrency1 | P_BSEG_COM | dmbe2 | Absolute Amount in Additional Currency 1 | |
| AbsltAmtInAdditionalCurrency2 | P_BSEG_COM | dmbe3 | Absolute Amount in Additional Currency 2 | |
| AbsltAmtInBalanceTransacCrcy | P_BSEG_COM | pswbt | Absolute Amount in Balance Transaction Currency | |
| AbsltAmtInFunctionalCurrency | P_BSEG_COM | fcsl | Absolute Amount in Functional Currency | |
| AbsltAmountInPaymentCurrency | P_BSEG_COM | pyamt | Absolute Amount in Payment Currency | |
| HedgedAbsoluteAmount | P_BSEG_COM | absbt | Hedged Absolute Amount | |
| PlannedAbsltAmtInTransCrcy | P_BSEG_COM | fdwbt | Planned Absolute Amount in Transaction Currency | |
| CashDiscAbsltAmtInCoCodeCrcy | P_BSEG_COM | sknto | Absolute Amount of Cash Discount in Company Code Currency | |
| CashDiscountAbsoluteAmount | P_BSEG_COM | wskto | Absolute Amount of Cash Discount | |
| CashDiscountAbsoluteBaseAmount | P_BSEG_COM | skfbt | Absolute Base Amount of Cash Discount | |
| InvoiceAbsltAmtInCoCodeCrcy | P_BSEG_COM | rewrt | Absolute Amount of Invoice in Company Code Currency | |
| InvoiceAbsltAmtInFrgnCurrency | P_BSEG_COM | rewwr | Absolute Amount of Invoice in Foreign Currency | |
| NetPaymentAbsoluteAmount | P_BSEG_COM | nebtr | Absolute Amount of Net Payment | |
| NonDcblTaxAbsltAmtInCoCodeCrcy | P_BSEG_COM | navhw | Absolute Amount of Non-Deductible Tax in Company Code Crcy | |
| NonDcblTaxAbsltAmtInTransCrcy | P_BSEG_COM | navfw | Absolute Amount of Non-Deductible Tax in Transaction Crcy | |
| TaxAbsltAmountInCoCodeCrcy | P_BSEG_COM | mwsts | Absolute Amount of Tax in Company Code Currency | |
| TaxAbsoluteAmount | P_BSEG_COM | wmwst | Absolute Amount of Tax in Transaction Currency | |
| TaxAbsltAmtInAddlCurrency1 | P_BSEG_COM | mwst2 | Absolute Amount of Tax in Additional Currency 1 | |
| TaxAbsltAmtInAddlCurrency2 | P_BSEG_COM | mwst3 | Absolute Amount of Tax in Additional Currency 2 | |
| TaxAbsltBaseAmountInCoCodeCrcy | P_BSEG_COM | hwbas | Absolute Base Amount of Tax in Company Code Currency | |
| TaxAbsltBaseAmountInTransCrcy | P_BSEG_COM | fwbas | Absolute Base Amount of Tax in Transaction Currency | |
| OriglTxAbsltBaseAmountInCCCrcy | P_BSEG_COM | txbhw | Absolute Base Amount of Original Tax in CoCode Currency | |
| OriginalTaxAbsoluteBaseAmount | P_BSEG_COM | txbfw | Absolute Base Amount of Original Tax | |
| OriglTxAbsltBaseAmtInAddlCrcy1 | P_BSEG_COM | txbh2 | Absolute Base Amount of Original Tax in Additional Crcy 1 | |
| OriglTxAbsltBaseAmtInAddlCrcy2 | P_BSEG_COM | txbh3 | Absolute Base Amount of Original Tax in Additional Crcy 2 | |
| TaxBrkdwnAbsltAmt1InCoCodeCrcy | P_BSEG_COM | dmbt1 | Absolute Amount of Tax Brkdown in Company Code Currency (1) | |
| TaxBrkdwnAbsltAmt2InCoCodeCrcy | P_BSEG_COM | dmbt2 | Absolute Amount of Tax Brkdown in Company Code Currency (2) | |
| TaxBrkdwnAbsltAmt3InCoCodeCrcy | P_BSEG_COM | dmbt3 | Absolute Amount of Tax Brkdown in Company Code Currency (3) | |
| TaxBrkdwnAbsltAmt1InTransCrcy | P_BSEG_COM | wrbt1 | Absolute Amount of Tax Breakdown in Transaction Currency (1) | |
| TaxBrkdwnAbsltAmt2InTransCrcy | P_BSEG_COM | wrbt2 | Absolute Amount of Tax Breakdown in Transaction Currency (2) | |
| TaxBrkdwnAbsltAmt3InTransCrcy | P_BSEG_COM | wrbt3 | Absolute Amount of Tax Breakdown in Transaction Currency (3) | |
| WithholdingTaxAbsoluteAmount | P_BSEG_COM | qbshb | Absolute Amount of Withholding Tax | |
| WithholdingTaxAbsoluteBaseAmt | P_BSEG_COM | qsshb | Absolute Base Amount of Withholding Tax | |
| WhldgTaxExemptionAbsltAmount | P_BSEG_COM | qsfbt | Absolute Amount of Withholding Tax Exemption | |
| ValnDiffAbsltAmtInCoCodeCrcy | P_BSEG_COM | bdiff | Absolute Amount of Valuation Difference in CoCode Crcy | |
| ValnDiffAbsltAmtInAddlCrcy1 | P_BSEG_COM | bdif2 | Absolute Amount of Valuation Difference in Additional Crcy 1 | |
| ValnDiffAbsltAmtInAddlCrcy2 | P_BSEG_COM | bdif3 | Absolute Amount of Valuation Difference in Additional Crcy 2 | |
| UnadjustedDebitCreditCode | P_BSEG_COM | shkzg_unadjusted | Unadjusted Debit/Credit Code |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_OperationalAcctgDocItem.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW I_OperationalAcctgDocItem AS
SELECT
belnr AS AccountingDocument,
gjahr AS FiscalYear,
buzei AS AccountingDocumentItem,
ktopl AS ChartOfAccounts,
buzid AS AccountingDocumentItemType,
augdt AS ClearingDate,
augcp AS ClearingCreationDate,
auggj AS ClearingJournalEntryFiscalYear,
cast( auggj as fis_auggj_no_conv_depre preserving type ) AS ClearingDocFiscalYear,
augbl AS ClearingJournalEntry,
cast( augbl as fis_augbl_depre preserving type ) AS ClearingAccountingDocument,
bschl AS PostingKey,
koart AS FinancialAccountType,
umskz AS SpecialGLCode,
umsks AS SpecialGLTransactionType,
shkzg AS DebitCreditCode,
gsber AS BusinessArea,
pargb AS PartnerBusinessArea,
mwskz AS TaxCode,
tax_country AS TaxCountry,
txdat_from AS TaxRateValidityStartDate,
qsskz AS WithholdingTaxCode,
mwart AS TaxType,
txgrp AS TaxItemGroup,
ktosl AS TransactionTypeDetermination,
valut AS ValueDate,
zuonr AS AssignmentReference,
sgtxt AS DocumentItemText,
vbund AS PartnerCompany,
bewar AS FinancialTransactionType,
altkt AS CorporateGroupAccount,
fdlev AS PlanningLevel,
kokrs AS ControllingArea,
kostl AS CostCenter,
projn AS Project,
aufnr AS OrderID,
vbeln AS BillingDocument,
vbel2 AS SalesDocument,
posn2 AS SalesDocumentItem,
eten2 AS ScheduleLine,
service_doc_type AS ServiceDocumentType,
service_doc_id AS ServiceDocument,
service_doc_item_id AS ServiceDocumentItem,
anln1 AS MasterFixedAsset,
anln2 AS FixedAsset,
anbwa AS AssetTransactionType,
bzdat AS AssetValueDate,
pernr AS PersonnelNumber,
xumsw AS IsSalesRelated,
xkres AS LineItemDisplayIsEnabled,
xopvw AS IsOpenItemManaged,
cast( xcpdd as farp_xcpdd ) AS AddressAndBankIsSetManually,
xanet AS DownPaymentIsNetProcedure,
xskrl AS IsNotCashDiscountLiable,
xauto AS IsAutomaticallyCreated,
xzahl AS IsUsedInPaymentTransaction,
saknr AS OperationalGLAccount,
hkont AS GLAccount,
kunnr AS Customer,
lifnr AS Supplier,
filkd AS BranchAccount,
xbilk AS IsBalanceSheetAccount,
gvtyp AS ProfitLossAccountType,
hzuon AS SpecialGLAccountAssignment,
zfbdt AS DueCalculationBaseDate,
zterm AS PaymentTerms,
zbd1t AS CashDiscount1Days,
zbd2t AS CashDiscount2Days,
zbd3t AS NetPaymentDays,
zbd1p AS CashDiscount1Percent,
zbd2p AS CashDiscount2Percent,
zlsch AS PaymentMethod,
zlspr AS PaymentBlockingReason,
zbfix AS FixedCashDiscount,
hbkid AS HouseBank,
bvtyp AS BPBankAccountInternalID,
mwsk1 AS TaxDistributionCode1,
mwsk2 AS TaxDistributionCode2,
mwsk3 AS TaxDistributionCode3,
rebzg AS InvoiceReference,
rebzj AS InvoiceReferenceFiscalYear,
rebzz AS InvoiceItemReference,
rebzt AS FollowOnDocumentType,
lzbkz AS StateCentralBankPaymentReason,
landl AS SupplyingCountry,
diekz AS RecrrgSuplrInvcIsSrvcInvoice,
samnr AS InvoiceList,
disbn AS BillOfExchangeUsageDocument,
wverw AS BillOfExchangeUsage,
mschl AS DunningKey,
mansp AS DunningBlockingReason,
madat AS LastDunningDate,
manst AS DunningLevel,
maber AS DunningArea,
esrnr AS PaytSlipWthRefSubscriber,
esrre AS PaytSlipWthRefReference,
esrpz AS PaytSlipWthRefCheckDigit,
qsznr AS WithholdingTaxCertificate,
matnr AS Material,
cast( matnr as productnumber ) AS Product,
werks AS Plant,
ebeln AS PurchasingDocument,
ebelp AS PurchasingDocumentItem,
zekkn AS AccountAssignmentNumber,
elikz AS IsCompletelyDelivered,
vprsv AS MaterialPriceControl,
bwkey AS ValuationArea,
bwtar AS InventoryValuationType,
egbld AS DelivOfGoodsDestCountry,
eglld AS DelivOfGoodsOriginCountry,
rstgr AS PaymentDifferenceReason,
prctr AS ProfitCenter,
vname AS JointVenture,
recid AS JointVentureCostRecoveryCode,
egrup AS JointVentureEquityGroup,
cast( vptnr as jv_part_cds preserving type ) AS JointVenturePartner,
vertt AS TreasuryContractType,
vertn AS AssetContract,
vbewa AS CashFlowType,
cast( imkey as recaimkeyfi preserving type ) AS REInternalFinNumber,
imkey AS RealEstateObject,
dabrz AS SettlementReferenceDate,
fipos AS CommitmentItem,
cast( fipos as fis_fipos_shortid preserving type ) AS CommitmentItemShortID,
kstrg AS CostObject,
nplnr AS ProjectNetwork,
aufpl AS OrderInternalBillOfOperations,
aplzl AS OrderIntBillOfOperationsItem,
cast( projk as fis_wbsint_no_conv preserving type ) AS WBSElementInternalID,
cast( case when paobjnr > '9999999999' then '9999999999' else lpad( paobjnr, 10, '0' ) end as rkeobjnr_numc ) AS ProfitabilitySegment,
cast( paobjnr as rkeobjnr_char ) AS ProfitabilitySegment_2,
cast( btype as jv_bilind_cds preserving type ) AS JointVentureBillingType,
etype AS JointVentureEquityType,
xegdr AS IsEUTriangularDeal,
hrkft AS CostOriginGroup,
hwmet AS CompanyCodeCurrencyDetnMethod,
xragl AS ClearingIsReversed,
uzawe AS PaymentMethodSupplement,
lokkt AS AlternativeGLAccount,
fistl AS FundsCenter,
geber AS Fund,
stbuk AS TaxCompanyCode,
pprct AS PartnerProfitCenter,
xref1 AS Reference1IDByBusinessPartner,
xref2 AS Reference2IDByBusinessPartner,
kblnr AS EarmarkedFundsDocument,
kblpos AS EarmarkedFundsDocumentItem,
rfzei AS PaymentCardItem,
ccbtc AS PaymentCardPaymentSettlement,
empfb AS AlternativePayeePayer,
xref3 AS Reference3IDByBusinessPartner,
dtws1 AS DataExchangeInstruction1,
dtws2 AS DataExchangeInstruction2,
dtws3 AS DataExchangeInstruction3,
dtws4 AS DataExchangeInstruction4,
grirg AS Region,
xpypr AS HasPaymentOrder,
kidno AS PaymentReference,
txdat AS TaxDeterminationDate,
agzei AS ClearingItem,
bupla AS BusinessPlace,
secco AS TaxSection,
lstar AS CostCtrActivityType,
cession_kz AS AccountsReceivableIsPledged,
cast( cession_kz as fis_cession_kz_code preserving type ) AS AcctsReceivablePledgingCode,
prznr AS BusinessProcess,
grant_nbr AS GrantID,
fkber_long AS FunctionalArea,
gmvkz AS CustomerIsInExecution,
measure AS FundedProgram,
docln AS LedgerGLLineItem,
Segment,
psegment AS PartnerSegment,
pfkber AS PartnerFunctionalArea,
hktid AS HouseBankAccount,
kstar AS CostElement,
taxps AS TaxItemAcctgDocItemRef,
pays_prov AS PaymentServiceProvider,
pays_tran AS PaymentRefByPaytSrvcProvider,
mndid AS SEPAMandate,
awtyp AS ReferenceDocumentType,
awkey AS OriginalReferenceDocument,
awsys AS ReferenceDocumentLogicalSystem,
posnr AS AccountingDocumentItemRef,
h_monat AS FiscalPeriod,
h_bstat AS AccountingDocumentCategory,
h_budat AS PostingDate,
h_bldat AS DocumentDate,
h_blart AS AccountingDocumentType,
netdt AS NetDueDate,
sk1dt AS CashDiscount1DueDate,
sk2dt AS CashDiscount2DueDate,
gkont AS OffsettingAccount,
gkart AS OffsettingAccountType,
gktopl AS OffsettingChartOfAccounts,
pgeber AS PartnerFund,
pgrant_nbr AS PartnerGrant,
budget_pd AS BudgetPeriod,
pbudget_pd AS PartnerBudgetPeriod,
j_1tpbupl AS BranchCode,
cast( prodper as jv_prodper_cds preserving type ) AS JointVentureProductionDate,
glo_ref1 AS OplAcctgDocItmCntrySpcfcRef1,
payt_rsn AS PaymentReason,
re_bukrs AS CashLedgerCompanyCode,
re_account AS CashLedgerAccount,
bdgt_account_cocode AS PubSecBudgetAccountCoCode,
bdgt_account AS PubSecBudgetAccount,
FS_PRODUCT_GROUP AS FinancialServicesProductGroup,
BRANCH_ID AS FinancialServicesBranch,
DATASOURCE_ID AS FinancialDataSource,
kdgrp AS CustomerGroup,
land1 AS CustomerSupplierCountry,
brsch AS CustomerSupplierIndustry,
h_hwaer AS CompanyCodeCurrency,
dmbtr_shl AS AmountInCompanyCodeCurrency,
rfccur AS FunctionalCurrency,
fcsl_shl AS AmountInFunctionalCurrency,
mwsts_shl AS TaxAmountInCoCodeCrcy,
hwbas_shl AS TaxBaseAmountInCoCodeCrcy,
bdiff_shl AS ValuationDiffAmtInCoCodeCrcy,
sknto_shl AS CashDiscountAmtInCoCodeCrcy,
dmbt1_shl AS TaxBrkdwnAmount1InCoCodeCrcy,
dmbt2_shl AS TaxBrkdwnAmount2InCoCodeCrcy,
dmbt3_shl AS TaxBrkdwnAmount3InCoCodeCrcy,
navhw_shl AS NonDcblTaxAmountInCoCodeCrcy,
rewrt_shl AS InvoiceAmtInCoCodeCrcy,
h_waers AS TransactionCurrency,
wrbtr_shl AS AmountInTransactionCurrency,
txbfw_shl AS OriginalTaxBaseAmount,
wmwst_shl AS TaxAmount,
fwbas_shl AS TaxBaseAmountInTransCrcy,
qsshb_shl AS WithholdingTaxBaseAmount,
fdwbt_shl AS PlannedAmtInTransactionCrcy,
skfbt_shl AS CashDiscountBaseAmount,
wskto_shl AS CashDiscountAmount,
nebtr_shl AS NetPaymentAmount,
wrbt1_shl AS TaxBrkdwnAmount1InTransCrcy,
wrbt2_shl AS TaxBrkdwnAmount2InTransCrcy,
wrbt3_shl AS TaxBrkdwnAmount3InTransCrcy,
qbshb_shl AS WithholdingTaxAmount,
qsfbt_shl AS WithholdingTaxExemptionAmt,
navfw_shl AS NonDcblTaxAmountInTransCrcy,
rewwr_shl AS InvoiceAmountInFrgnCurrency,
pswsl AS BalanceTransactionCurrency,
pswbt_shl AS AmountInBalanceTransacCrcy,
h_hwae2 AS AdditionalCurrency1,
bdif2_shl AS ValuationDiffAmtInAddlCrcy1,
dmbe2_shl AS AmountInAdditionalCurrency1,
mwst2_shl AS TaxAmountInAdditionalCurrency1,
h_hwae3 AS AdditionalCurrency2,
dmbe3_shl AS AmountInAdditionalCurrency2,
mwst3_shl AS TaxAmountInAdditionalCurrency2,
bdif3_shl AS ValuationDiffAmtInAddlCrcy2,
pycur AS PaymentCurrency,
pyamt_shl AS AmountInPaymentCurrency,
t014_waers AS CreditControlAreaCurrency,
absbt_shl AS HedgedAmount,
meins AS BaseUnit,
menge AS Quantity,
erfme AS GoodsMovementEntryUnit,
erfmg AS QuantityInEntryUnit,
bprme AS PurchasingDocumentPriceUnit,
bpmng AS PurchaseOrderQty,
peinh AS MaterialPriceUnitQty,
nbritm AS NumberOfItems,
kblnr AS EarmarkedFunds,
kblpos AS EarmarkedFundsItem,
gst_part AS IN_GSTPartner,
plc_sup AS IN_GSTPlaceOfSupply,
hsn_sac AS IN_HSNOrSACCode,
txbhw_shl AS OriglTaxBaseAmountInCoCodeCrcy,
txbh2_shl AS OriginalTaxBaseAmtInAddlCrcy1,
txbh3_shl AS OriginalTaxBaseAmtInAddlCrcy2,
cast( '' as brgru) AS GLAccountAuthorizationGroup,
cast( '' as brgru) AS SupplierBasicAuthorizationGrp,
cast( '' as brgru) AS CustomerBasicAuthorizationGrp,
cast( '' as brgru) AS AcctgDocTypeAuthorizationGroup,
cast( '' as aufart) AS OrderType,
cast( '' as auart) AS SalesOrderType,
cast( '' as anlkl) AS AssetClass,
P_BSEG_COM.bukrs AS CompanyCode,
P_BSEG_COM.stceg AS VATRegistration,
P_BSEG_COM.txjcd AS TaxJurisdiction,
P_BSEG_COM.xnegp AS IsNegativePosting,
P_BSEG_COM.kkber AS CreditControlArea,
P_BSEG_COM.dmbtr AS AbsoluteAmountInCoCodeCrcy,
P_BSEG_COM.wrbtr AS AbsoluteAmountInTransacCrcy,
P_BSEG_COM.dmbe2 AS AbsltAmtInAdditionalCurrency1,
P_BSEG_COM.dmbe3 AS AbsltAmtInAdditionalCurrency2,
P_BSEG_COM.pswbt AS AbsltAmtInBalanceTransacCrcy,
P_BSEG_COM.fcsl AS AbsltAmtInFunctionalCurrency,
P_BSEG_COM.pyamt AS AbsltAmountInPaymentCurrency,
P_BSEG_COM.absbt AS HedgedAbsoluteAmount,
P_BSEG_COM.fdwbt AS PlannedAbsltAmtInTransCrcy,
P_BSEG_COM.sknto AS CashDiscAbsltAmtInCoCodeCrcy,
P_BSEG_COM.wskto AS CashDiscountAbsoluteAmount,
P_BSEG_COM.skfbt AS CashDiscountAbsoluteBaseAmount,
P_BSEG_COM.rewrt AS InvoiceAbsltAmtInCoCodeCrcy,
P_BSEG_COM.rewwr AS InvoiceAbsltAmtInFrgnCurrency,
P_BSEG_COM.nebtr AS NetPaymentAbsoluteAmount,
P_BSEG_COM.navhw AS NonDcblTaxAbsltAmtInCoCodeCrcy,
P_BSEG_COM.navfw AS NonDcblTaxAbsltAmtInTransCrcy,
P_BSEG_COM.mwsts AS TaxAbsltAmountInCoCodeCrcy,
P_BSEG_COM.wmwst AS TaxAbsoluteAmount,
P_BSEG_COM.mwst2 AS TaxAbsltAmtInAddlCurrency1,
P_BSEG_COM.mwst3 AS TaxAbsltAmtInAddlCurrency2,
P_BSEG_COM.hwbas AS TaxAbsltBaseAmountInCoCodeCrcy,
P_BSEG_COM.fwbas AS TaxAbsltBaseAmountInTransCrcy,
P_BSEG_COM.txbhw AS OriglTxAbsltBaseAmountInCCCrcy,
P_BSEG_COM.txbfw AS OriginalTaxAbsoluteBaseAmount,
P_BSEG_COM.txbh2 AS OriglTxAbsltBaseAmtInAddlCrcy1,
P_BSEG_COM.txbh3 AS OriglTxAbsltBaseAmtInAddlCrcy2,
P_BSEG_COM.dmbt1 AS TaxBrkdwnAbsltAmt1InCoCodeCrcy,
P_BSEG_COM.dmbt2 AS TaxBrkdwnAbsltAmt2InCoCodeCrcy,
P_BSEG_COM.dmbt3 AS TaxBrkdwnAbsltAmt3InCoCodeCrcy,
P_BSEG_COM.wrbt1 AS TaxBrkdwnAbsltAmt1InTransCrcy,
P_BSEG_COM.wrbt2 AS TaxBrkdwnAbsltAmt2InTransCrcy,
P_BSEG_COM.wrbt3 AS TaxBrkdwnAbsltAmt3InTransCrcy,
P_BSEG_COM.qbshb AS WithholdingTaxAbsoluteAmount,
P_BSEG_COM.qsshb AS WithholdingTaxAbsoluteBaseAmt,
P_BSEG_COM.qsfbt AS WhldgTaxExemptionAbsltAmount,
P_BSEG_COM.bdiff AS ValnDiffAbsltAmtInCoCodeCrcy,
P_BSEG_COM.bdif2 AS ValnDiffAbsltAmtInAddlCrcy1,
P_BSEG_COM.bdif3 AS ValnDiffAbsltAmtInAddlCrcy2,
P_BSEG_COM.shkzg_unadjusted AS UnadjustedDebitCreditCode
FROM P_BSEG_COM
LEFT OUTER JOIN I_JournalEntry AS _JournalEntry ON CompanyCode = _JournalEntry.CompanyCode AND FiscalYear = _JournalEntry.FiscalYear AND AccountingDocument = _JournalEntry.AccountingDocument -- association [0..1]
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON CompanyCode = _CompanyCode.CompanyCode -- association [1..1]
LEFT OUTER JOIN I_FiscalYearForCompanyCode AS _FiscalYear ON FiscalYear = _FiscalYear.FiscalYear AND CompanyCode = _FiscalYear.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_ControllingArea AS _ControllingArea ON ControllingArea = _ControllingArea.ControllingArea -- association [0..1]
LEFT OUTER JOIN I_ControllingArea AS _ControllingAreaText ON ControllingArea = _ControllingAreaText.ControllingArea -- association [0..1]
LEFT OUTER JOIN I_GLAccountInChartOfAccounts AS _GLAccountInChartOfAccounts ON ChartOfAccounts = _GLAccountInChartOfAccounts.ChartOfAccounts AND GLAccount = _GLAccountInChartOfAccounts.GLAccount -- association [0..1]
LEFT OUTER JOIN I_GLAccountInCompanyCode AS _GLAccountInCompanyCode ON CompanyCode = _GLAccountInCompanyCode.CompanyCode AND GLAccount = _GLAccountInCompanyCode.GLAccount -- association [0..1]
LEFT OUTER JOIN I_ProfitCenter AS _ProfitCenter ON ControllingArea = _ProfitCenter.ControllingArea AND ProfitCenter = _ProfitCenter.ProfitCenter -- association [0..*]
LEFT OUTER JOIN I_ProfitCenter AS _CurrentProfitCenter ON ControllingArea = _CurrentProfitCenter.ControllingArea AND ProfitCenter = _CurrentProfitCenter.ProfitCenter AND _CurrentProfitCenter.ValidityStartDate <= $session.system_date AND _CurrentProfitCenter.ValidityEndDate >= $session.system_date -- association [0..1]
LEFT OUTER JOIN I_CostCenter AS _CostCenter ON ControllingArea = _CostCenter.ControllingArea AND CostCenter = _CostCenter.CostCenter -- association [0..*]
LEFT OUTER JOIN I_CostCenter AS _CurrentCostCenter ON ControllingArea = _CurrentCostCenter.ControllingArea AND CostCenter = _CurrentCostCenter.CostCenter AND _CurrentCostCenter.ValidityStartDate <= $session.system_date AND _CurrentCostCenter.ValidityEndDate >= $session.system_date -- association [0..1]
LEFT OUTER JOIN I_CostCenterText AS _CostCenterText ON ControllingArea = _CostCenterText.ControllingArea AND CostCenter = _CostCenterText.CostCenter -- association [0..*]
LEFT OUTER JOIN I_Segment AS _Segment ON Segment = _Segment.Segment -- association [0..1]
LEFT OUTER JOIN I_SegmentText AS _SegmentText ON Segment = _SegmentText.Segment -- association [0..*]
LEFT OUTER JOIN I_Customer AS _Customer ON Customer = _Customer.Customer -- association [0..1]
LEFT OUTER JOIN I_Customer AS _CustomerText ON Customer = _CustomerText.Customer -- association [0..1]
LEFT OUTER JOIN I_CustomerCompany AS _CustomerCompany ON Customer = _CustomerCompany.Customer AND CompanyCode = _CustomerCompany.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_OneTimeAccountBP AS _OneTimeAccountBP ON CompanyCode = _OneTimeAccountBP.CompanyCode AND FiscalYear = _OneTimeAccountBP.FiscalYear AND AccountingDocument = _OneTimeAccountBP.AccountingDocument AND AccountingDocumentItem = _OneTimeAccountBP.AccountingDocumentItem -- association [0..1]
LEFT OUTER JOIN I_JournalEntryItemOneTimeData AS _JournalEntryItemOneTimeData ON CompanyCode = _JournalEntryItemOneTimeData.CompanyCode AND FiscalYear = _JournalEntryItemOneTimeData.FiscalYear AND AccountingDocument = _JournalEntryItemOneTimeData.AccountingDocument AND AccountingDocumentItem = _JournalEntryItemOneTimeData.AccountingDocumentItem -- association [0..1]
LEFT OUTER JOIN I_Supplier AS _Supplier ON Supplier = _Supplier.Supplier -- association [0..1]
LEFT OUTER JOIN I_Supplier AS _SupplierText ON Supplier = _SupplierText.Supplier -- association [0..1]
LEFT OUTER JOIN I_SupplierCompany AS _SupplierCompany ON Supplier = _SupplierCompany.Supplier AND CompanyCode = _SupplierCompany.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_ChartOfAccounts AS _ChartOfAccounts ON ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts -- association [0..1]
LEFT OUTER JOIN I_ChartOfAccountsText AS _ChartOfAccountsText ON ChartOfAccounts = _ChartOfAccountsText.ChartOfAccounts -- association [0..*]
LEFT OUTER JOIN I_AccountingDocumentType AS _AccountingDocumentType ON AccountingDocumentType = _AccountingDocumentType.AccountingDocumentType -- association [0..1]
LEFT OUTER JOIN I_AccountingDocumentTypeText AS _AccountingDocumentTypeText ON AccountingDocumentType = _AccountingDocumentTypeText.AccountingDocumentType -- association [0..*]
LEFT OUTER JOIN I_Currency AS _CompanyCodeCurrency ON CompanyCodeCurrency = _CompanyCodeCurrency.Currency -- association [1..1]
LEFT OUTER JOIN I_Currency AS _FunctionalCurrency ON FunctionalCurrency = _FunctionalCurrency.Currency -- association [0..1]
LEFT OUTER JOIN I_Currency AS _TransactionCurrency ON TransactionCurrency = _TransactionCurrency.Currency -- association [0..1]
LEFT OUTER JOIN I_Currency AS _BalanceTransactionCurrency ON BalanceTransactionCurrency = _BalanceTransactionCurrency.Currency -- association [0..1]
LEFT OUTER JOIN I_Currency AS _AdditionalCurrency1 ON AdditionalCurrency1 = _AdditionalCurrency1.Currency -- association [0..1]
LEFT OUTER JOIN I_Currency AS _AdditionalCurrency2 ON AdditionalCurrency2 = _AdditionalCurrency2.Currency -- association [0..1]
LEFT OUTER JOIN I_Currency AS _PaymentCurrency ON PaymentCurrency = _PaymentCurrency.Currency -- association [0..1]
LEFT OUTER JOIN I_Currency AS _CreditControlAreaCurrency ON CreditControlAreaCurrency = _CreditControlAreaCurrency.Currency -- association [0..1]
LEFT OUTER JOIN I_FinancialAccountType AS _FinancialAccountType ON FinancialAccountType = _FinancialAccountType.FinancialAccountType -- association [0..1]
LEFT OUTER JOIN I_FinancialAccountTypeText AS _FinancialAccountTypeText ON FinancialAccountType = _FinancialAccountTypeText.FinancialAccountType -- association [0..*]
LEFT OUTER JOIN I_FunctionalArea AS _FunctionalArea ON FunctionalArea = _FunctionalArea.FunctionalArea -- association [0..1]
LEFT OUTER JOIN I_FunctionalAreaText AS _FunctionalAreaText ON FunctionalArea = _FunctionalAreaText.FunctionalArea -- association [0..*]
LEFT OUTER JOIN I_BusinessArea AS _BusinessArea ON BusinessArea = _BusinessArea.BusinessArea -- association [0..1]
LEFT OUTER JOIN I_BusinessAreaText AS _BusinessAreaText ON BusinessArea = _BusinessAreaText.BusinessArea -- association [0..*]
LEFT OUTER JOIN I_Material AS _Material ON Material = _Material.Material -- association [0..1]
LEFT OUTER JOIN I_MaterialText AS _MaterialText ON Material = _MaterialText.Material -- association [0..*]
LEFT OUTER JOIN I_Product AS _Product ON Product = _Product.Product -- association [0..1]
LEFT OUTER JOIN I_ProductDescription AS _ProductText ON Product = _ProductText.Product -- association [0..*]
LEFT OUTER JOIN I_Plant AS _Plant ON Plant = _Plant.Plant -- association [0..1]
LEFT OUTER JOIN I_InternalOrder AS _InternalOrder ON OrderID = _InternalOrder.InternalOrder -- association [0..1]
LEFT OUTER JOIN I_Order AS _Order ON OrderID = _Order.OrderID -- association [0..1]
LEFT OUTER JOIN I_WBSElementByInternalKey AS _WBSElementInternalID ON WBSElementInternalID = _WBSElementInternalID.WBSElementInternalID -- association [0..1]
LEFT OUTER JOIN I_WBSElementByInternalKey AS _WBSElementInternalIDText ON WBSElementInternalID = _WBSElementInternalIDText.WBSElementInternalID -- association [0..1]
LEFT OUTER JOIN I_WBSElementBasicData AS _WBSElementBasicData ON WBSElementInternalID = _WBSElementBasicData.WBSElementInternalID -- association [0..1]
LEFT OUTER JOIN I_WBSElementBasicData AS _WBSElementBasicDataText ON WBSElementInternalID = _WBSElementBasicDataText.WBSElementInternalID -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _BaseUnit ON BaseUnit = _BaseUnit.UnitOfMeasure -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _GoodsMovementEntryUnit ON GoodsMovementEntryUnit = _GoodsMovementEntryUnit.UnitOfMeasure -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _PurchasingDocumentPriceUnit ON PurchasingDocumentPriceUnit = _PurchasingDocumentPriceUnit.UnitOfMeasure -- association [0..1]
LEFT OUTER JOIN I_AccountingDocumentCategory AS _AccountingDocumentCategory ON AccountingDocumentCategory = _AccountingDocumentCategory.AccountingDocumentCategory -- association [0..1]
LEFT OUTER JOIN I_AccountingDocumentCategoryT AS _AccountingDocumentCategoryT ON AccountingDocumentCategory = _AccountingDocumentCategoryT.AccountingDocumentCategory -- association [0..*]
LEFT OUTER JOIN I_PostingKey AS _PostingKey ON PostingKey = _PostingKey.PostingKey -- association [0..1]
LEFT OUTER JOIN I_DebitCreditCode AS _DebitCreditCode ON DebitCreditCode = _DebitCreditCode.DebitCreditCode -- association [0..1]
LEFT OUTER JOIN I_BusinessArea AS _PartnerBusinessArea ON PartnerBusinessArea = _PartnerBusinessArea.BusinessArea -- association [0..1]
LEFT OUTER JOIN I_BusinessAreaText AS _PartnerBusinessAreaText ON PartnerBusinessArea = _PartnerBusinessAreaText.BusinessArea -- association [0..*]
LEFT OUTER JOIN I_Country AS _TaxCountry ON TaxCountry = _TaxCountry.Country -- association [0..1]
LEFT OUTER JOIN I_TaxType AS _TaxType ON TaxType = _TaxType.TaxType -- association [0..1]
LEFT OUTER JOIN I_CompanyCode AS _PartnerCompany ON PartnerCompany = _PartnerCompany.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_CompanyCode AS _PartnerCompanyText ON PartnerCompany = _PartnerCompanyText.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_Partnercompany AS _PartnerCompany_2 ON PartnerCompany = _PartnerCompany_2.PartnerCompany -- association [0..1]
LEFT OUTER JOIN I_Partnercompany AS _PartnerCompanyText_2 ON PartnerCompany = _PartnerCompanyText_2.PartnerCompany -- association [0..1]
LEFT OUTER JOIN I_Country AS _SupplyingCountry ON SupplyingCountry = _SupplyingCountry.Country -- association [0..1]
LEFT OUTER JOIN I_InventoryValuationType AS _InventoryValuationType ON InventoryValuationType = _InventoryValuationType.InventoryValuationType -- association [0..1]
LEFT OUTER JOIN I_PaymentDifferenceReason AS _PaymentDifferenceReason ON PaymentDifferenceReason = _PaymentDifferenceReason.PaymentDifferenceReason AND CompanyCode = _PaymentDifferenceReason.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_PaymentDifferenceReasonT AS _PaymentDifferenceReasonText ON PaymentDifferenceReason = _PaymentDifferenceReasonText.PaymentDifferenceReason AND CompanyCode = _PaymentDifferenceReasonText.CompanyCode -- association [0..*]
LEFT OUTER JOIN I_Segment AS _PartnerSegment ON PartnerSegment = _PartnerSegment.Segment -- association [0..1]
LEFT OUTER JOIN I_SegmentText AS _PartnerSegmentText ON PartnerSegment = _PartnerSegmentText.Segment -- association [0..*]
LEFT OUTER JOIN I_SuplrBankDetailsByIntId AS _SupplierBankDetails ON Supplier = _SupplierBankDetails.Supplier AND BPBankAccountInternalID = _SupplierBankDetails.BPBankAccountInternalID -- association [0..1]
LEFT OUTER JOIN I_AccountingDocument AS _ClearingAccountingDocument ON CompanyCode = _ClearingAccountingDocument.CompanyCode AND FiscalYear = _ClearingAccountingDocument.FiscalYear AND ClearingAccountingDocument = _ClearingAccountingDocument.AccountingDocument -- association [1..1]
LEFT OUTER JOIN I_FiscalYearForCompanyCode AS _ClearingJrnlEntryFiscalYear ON ClearingJournalEntryFiscalYear = _ClearingJrnlEntryFiscalYear.FiscalYear AND CompanyCode = _ClearingJrnlEntryFiscalYear.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_JournalEntry AS _ClearingJournalEntry ON CompanyCode = _ClearingJournalEntry.CompanyCode AND ClearingJournalEntryFiscalYear = _ClearingJournalEntry.FiscalYear AND ClearingJournalEntry = _ClearingJournalEntry.AccountingDocument -- association [0..1]
LEFT OUTER JOIN I_SpecialGLCode AS _SpecialGLCode ON SpecialGLCode = _SpecialGLCode.SpecialGLCode AND FinancialAccountType = _SpecialGLCode.FinancialAccountType -- association [0..1]
LEFT OUTER JOIN I_TaxCode AS _TaxCode ON TaxCode = _TaxCode.TaxCode -- association [0..*]
LEFT OUTER JOIN I_FinancialTransactionType AS _FinancialTransactionType ON FinancialTransactionType = _FinancialTransactionType.FinancialTransactionType -- association [0..1]
LEFT OUTER JOIN I_SalesOrder AS _SalesDocument ON SalesDocument = _SalesDocument.SalesOrder -- association [0..1]
LEFT OUTER JOIN I_SalesOrderItem AS _SalesDocumentItem ON SalesDocument = _SalesDocumentItem.SalesOrder AND SalesDocumentItem = _SalesDocumentItem.SalesOrderItem -- association [0..1]
LEFT OUTER JOIN I_SalesDocument AS _SalesDoc ON SalesDocument = _SalesDoc.SalesDocument -- association [0..1]
LEFT OUTER JOIN I_SalesDocumentItem AS _SalesDocItem ON SalesDocument = _SalesDocItem.SalesDocument AND SalesDocumentItem = _SalesDocItem.SalesDocumentItem -- association [0..1]
LEFT OUTER JOIN I_MasterFixedAsset AS _MasterFixedAsset ON CompanyCode = _MasterFixedAsset.CompanyCode AND MasterFixedAsset = _MasterFixedAsset.MasterFixedAsset -- association [0..1]
LEFT OUTER JOIN I_MasterFixedAsset AS _MasterFixedAssetText ON CompanyCode = _MasterFixedAssetText.CompanyCode AND MasterFixedAsset = _MasterFixedAssetText.MasterFixedAsset -- association [0..1]
LEFT OUTER JOIN I_FixedAsset AS _FixedAssetText ON CompanyCode = _FixedAssetText.CompanyCode AND MasterFixedAsset = _FixedAssetText.MasterFixedAsset AND FixedAsset = _FixedAssetText.FixedAsset -- association [0..1]
LEFT OUTER JOIN I_FixedAsset AS _FixedAsset ON CompanyCode = _FixedAsset.CompanyCode AND MasterFixedAsset = _FixedAsset.MasterFixedAsset AND FixedAsset = _FixedAsset.FixedAsset -- association [0..1]
LEFT OUTER JOIN I_AssetTransactionType AS _AssetTransactionType ON AssetTransactionType = _AssetTransactionType.AssetTransactionType -- association [0..1]
LEFT OUTER JOIN I_PersonWorkAgreement_1 AS _PersonWorkAgreement_1 ON PersonnelNumber = _PersonWorkAgreement_1.PersonWorkAgreement -- association [0..1]
LEFT OUTER JOIN I_Employment AS _Employment ON PersonnelNumber = _Employment.EmploymentInternalID -- association [0..1]
LEFT OUTER JOIN I_Housebank AS _HouseBank ON CompanyCode = _HouseBank.CompanyCode AND HouseBank = _HouseBank.HouseBank -- association [0..1]
LEFT OUTER JOIN I_PurchasingDocument AS _PurchasingDocument ON PurchasingDocument = _PurchasingDocument.PurchasingDocument -- association [0..1]
LEFT OUTER JOIN I_PurchasingDocumentItem AS _PurchasingDocumentItem ON PurchasingDocument = _PurchasingDocumentItem.PurchasingDocument AND PurchasingDocumentItem = _PurchasingDocumentItem.PurchasingDocumentItem -- association [0..1]
LEFT OUTER JOIN I_Purreqvaluationarea AS _ValuationArea ON ValuationArea = _ValuationArea.ValuationArea -- association [0..1]
LEFT OUTER JOIN I_ProjectNetwork AS _ProjectNetwork ON ProjectNetwork = _ProjectNetwork.ProjectNetwork -- association [0..1]
LEFT OUTER JOIN I_ProjectNetwork AS _ProjectNetworkText ON ProjectNetwork = _ProjectNetworkText.ProjectNetwork -- association [0..1]
LEFT OUTER JOIN I_CostOriginGroup AS _CostOriginGroup ON ControllingArea = _CostOriginGroup.ControllingArea AND CostOriginGroup = _CostOriginGroup.CostOriginGroup -- association [0..*]
LEFT OUTER JOIN I_ProfitCenter AS _PartnerProfitCenter ON ControllingArea = _PartnerProfitCenter.ControllingArea AND PartnerProfitCenter = _PartnerProfitCenter.ProfitCenter -- association [0..*]
LEFT OUTER JOIN I_ProfitCenterText AS _ProfitCenterText ON ControllingArea = _ProfitCenterText.ControllingArea AND ProfitCenter = _ProfitCenterText.ProfitCenter -- association [0..*]
LEFT OUTER JOIN I_CostCenterActivityType AS _CostCtrActivityType ON ControllingArea = _CostCtrActivityType.ControllingArea AND CostCtrActivityType = _CostCtrActivityType.CostCtrActivityType -- association [0..*]
LEFT OUTER JOIN I_BusinessProcess AS _BusinessProcess ON ControllingArea = _BusinessProcess.ControllingArea AND BusinessProcess = _BusinessProcess.BusinessProcess -- association [0..1]
LEFT OUTER JOIN I_BusinessProcessText AS _BusinessProcessText ON ControllingArea = _BusinessProcessText.ControllingArea AND BusinessProcess = _BusinessProcessText.BusinessProcess -- association [0..*]
LEFT OUTER JOIN I_FunctionalArea AS _PartnerFunctionalArea ON PartnerFunctionalArea = _PartnerFunctionalArea.FunctionalArea -- association [0..1]
LEFT OUTER JOIN I_HouseBankAccount AS _HouseBankAccount ON CompanyCode = _HouseBankAccount.CompanyCode AND HouseBank = _HouseBankAccount.HouseBank AND HouseBankAccount = _HouseBankAccount.HouseBankAccount -- association [0..1]
LEFT OUTER JOIN I_HouseBankAccountText AS _HouseBankAccountText ON CompanyCode = _HouseBankAccountText.CompanyCode AND HouseBank = _HouseBankAccountText.HouseBank AND HouseBankAccount = _HouseBankAccountText.HouseBankAccount -- association [0..*]
LEFT OUTER JOIN I_ReferenceDocumentType AS _ReferenceDocumentType ON ReferenceDocumentType = _ReferenceDocumentType.ReferenceDocumentType -- association [0..1]
LEFT OUTER JOIN I_FiscalYearPeriodForCmpnyCode AS _FiscalPeriod ON FiscalYear = _FiscalPeriod.FiscalYear AND FiscalPeriod = _FiscalPeriod.FiscalPeriod AND CompanyCode = _FiscalPeriod.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_ChartOfAccounts AS _OffsettingChartOfAccounts ON OffsettingChartOfAccounts = _OffsettingChartOfAccounts.ChartOfAccounts -- association [0..1]
LEFT OUTER JOIN I_ChartOfAccountsText AS _OffsettingChartOfAccountsText ON OffsettingChartOfAccounts = _OffsettingChartOfAccountsText.ChartOfAccounts -- association [0..*]
LEFT OUTER JOIN I_GLAccountInChartOfAccounts AS _OffsettingAccount ON ChartOfAccounts = _OffsettingAccount.ChartOfAccounts AND OffsettingAccount = _OffsettingAccount.GLAccount -- association [0..1]
LEFT OUTER JOIN I_OffsettingAccount AS _OffsettingAccountWithBP ON OffsettingChartOfAccounts = _OffsettingAccountWithBP.ChartOfAccounts AND OffsettingAccountType = _OffsettingAccountWithBP.OffsettingAccountType AND OffsettingAccount = _OffsettingAccountWithBP.OffsettingAccount -- association [0..1]
LEFT OUTER JOIN I_FinancialAccountType AS _OffsettingAccountType ON OffsettingAccountType = _OffsettingAccountType.FinancialAccountType -- association [0..1]
LEFT OUTER JOIN I_FinancialAccountTypeText AS _OffsettingAccountTypeText ON OffsettingAccountType = _OffsettingAccountTypeText.FinancialAccountType -- association [0..*]
LEFT OUTER JOIN I_CompanyCode AS _CashLedgerCompanyCode ON CashLedgerCompanyCode = _CashLedgerCompanyCode.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_GLAccountInCompanyCode AS _CashLedgerAccount ON CashLedgerCompanyCode = _CashLedgerAccount.CompanyCode AND CashLedgerAccount = _CashLedgerAccount.GLAccount -- association [0..1]
LEFT OUTER JOIN I_BudgetPeriod AS _BudgetPeriod ON BudgetPeriod = _BudgetPeriod.BudgetPeriod -- association [0..1]
LEFT OUTER JOIN I_BudgetPeriodText AS _BudgetPeriodText ON BudgetPeriod = _BudgetPeriodText.BudgetPeriod -- association [0..*]
LEFT OUTER JOIN I_BudgetPeriod AS _PartnerBudgetPeriod ON PartnerBudgetPeriod = _PartnerBudgetPeriod.BudgetPeriod -- association [0..1]
LEFT OUTER JOIN I_Grant AS _Grant ON GrantID = _Grant.GrantID -- association [0..1]
LEFT OUTER JOIN I_Grant AS _PartnerGrant ON PartnerGrant = _PartnerGrant.GrantID -- association [0..1]
LEFT OUTER JOIN I_CompanyCode AS _PubSecBudgetAccountCoCode ON PubSecBudgetAccountCoCode = _PubSecBudgetAccountCoCode.CompanyCode -- association [0..1]
LEFT OUTER JOIN I_PubSecBudgetAccount AS _PubSecBudgetAccount ON PubSecBudgetAccountCoCode = _PubSecBudgetAccount.PubSecBudgetAccountCoCode AND PubSecBudgetAccount = _PubSecBudgetAccount.PubSecBudgetAccount -- association [0..1]
LEFT OUTER JOIN I_ServiceDocumentType AS _ServiceDocumentType ON ServiceDocumentType = _ServiceDocumentType.ServiceDocumentType -- association [0..1]
LEFT OUTER JOIN I_SrvcDocByDocumentType AS _ServiceDocument ON ServiceDocumentType = _ServiceDocument.ServiceDocumentType AND ServiceDocument = _ServiceDocument.ServiceDocument -- association [0..1]
LEFT OUTER JOIN I_SrvcDocItemByDocumentType AS _ServiceDocumentItem ON ServiceDocumentType = _ServiceDocumentItem.ServiceDocumentType AND ServiceDocument = _ServiceDocumentItem.ServiceDocument AND ServiceDocumentItem = _ServiceDocumentItem.ServiceDocumentItem -- association [0..1]
LEFT OUTER JOIN I_FinServicesProductGroup AS _FinServicesProductGroup ON FinancialServicesProductGroup = _FinServicesProductGroup.FinancialServicesProductGroup -- association [0..1]
LEFT OUTER JOIN I_FinancialServicesBranch AS _FinancialServicesBranch ON FinancialServicesBranch = _FinancialServicesBranch.FinancialServicesBranch -- association [0..1]
LEFT OUTER JOIN I_FinancialDataSource AS _FinancialDataSource ON FinancialDataSource = _FinancialDataSource.FinancialDataSource -- association [0..1]
LEFT OUTER JOIN I_CustomerGroup AS _CustomerGroup ON CustomerGroup = _CustomerGroup.CustomerGroup -- association [0..1]
LEFT OUTER JOIN I_Country AS _CustomerSupplierCountry ON CustomerSupplierCountry = _CustomerSupplierCountry.Country -- association [0..1]
LEFT OUTER JOIN I_CustomerSupplierIndustry AS _CustomerSupplierIndustry ON CustomerSupplierIndustry = _CustomerSupplierIndustry.Industry -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA