I_USFedOplAcctgDocItem

DDL: I_USFEDOPLACCTGDOCITEM Type: view_entity BASIC

I_USFedOplAcctgDocItem is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (P_USFedOplAcctgDocItem) and exposes 62 fields with key fields CompanyCode, AccountingDocument, FiscalYear, AccountingDocumentItem.

Data Sources (1)

SourceAliasJoin Type
P_USFedOplAcctgDocItem Item from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view

Fields (62)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode P_USFedOplAcctgDocItem CompanyCode Receiver Company Code
KEY AccountingDocument P_USFedOplAcctgDocItem AccountingDocument Journal Entry
KEY FiscalYear P_USFedOplAcctgDocItem FiscalYear G/L Fiscal Year
KEY AccountingDocumentItem P_USFedOplAcctgDocItem AccountingDocumentItem Posting View Item
USFedGovernmentUUID P_USFedOplAcctgDocItem USFedGovernmentUUID US Govt
IsReversal P_USFedOplAcctgDocItem IsReversal Reversal doc.
IsReversed P_USFedOplAcctgDocItem IsReversed Reversed?
ReversalReason P_USFedOplAcctgDocItem ReversalReason Reversal Reason
InvoiceReference P_USFedOplAcctgDocItem InvoiceReference Invoice Reference
InvoiceReferenceFiscalYear P_USFedOplAcctgDocItem InvoiceReferenceFiscalYear Invoice Reference Fiscal Year
InvoiceItemReference P_USFedOplAcctgDocItem InvoiceItemReference Item
AccountingDocumentType P_USFedOplAcctgDocItem AccountingDocumentType Journal Entry Type
FinancialAccountType P_USFedOplAcctgDocItem FinancialAccountType Fin. Account Type
IsOpenItemManaged P_USFedOplAcctgDocItem IsOpenItemManaged Open Item Management
DocumentDate P_USFedOplAcctgDocItem DocumentDate Journal Entry Date
DebitCreditCode P_USFedOplAcctgDocItem DebitCreditCode Single-Character Flag
PostingDate P_USFedOplAcctgDocItem PostingDate Posting Date for GR
ChartOfAccounts P_USFedOplAcctgDocItem ChartOfAccounts Node Class
GLAccount P_USFedOplAcctgDocItem GLAccount General Ledger
OffsettingChartOfAccounts P_USFedOplAcctgDocItem OffsettingChartOfAccounts Offsetting Chart of Accounts
OffsettingAccount P_USFedOplAcctgDocItem OffsettingAccount Offsetting Acct
OffsettingAccountType P_USFedOplAcctgDocItem OffsettingAccountType Offset Acct Type
PaymentDifferenceReason P_USFedOplAcctgDocItem PaymentDifferenceReason Reason Code
PaymentTerms P_USFedOplAcctgDocItem PaymentTerms Pyt Terms
NetDueDate P_USFedOplAcctgDocItem NetDueDate Net Due Date
IsUsedInPaymentTransaction P_USFedOplAcctgDocItem IsUsedInPaymentTransaction Is Used In Payment Transaction
ClearingJournalEntry P_USFedOplAcctgDocItem ClearingJournalEntry Clrng doc.
ClearingJournalEntryFiscalYear P_USFedOplAcctgDocItem ClearingJournalEntryFiscalYear Fiscal Year of Clearing Journal Entry
ClearingItem P_USFedOplAcctgDocItem ClearingItem Clearing Item
FinancialManagementArea P_USFedOplAcctgDocItem FinancialManagementArea FM Area
Fund P_USFedOplAcctgDocItem Fund Sender Fund
BudgetPeriod P_USFedOplAcctgDocItem BudgetPeriod Budget Period
FundsCenter P_USFedOplAcctgDocItem FundsCenter Funds Center
FunctionalArea P_USFedOplAcctgDocItem FunctionalArea Sendr Fctl Area
FundedProgram P_USFedOplAcctgDocItem FundedProgram Funded Program
Customer P_USFedOplAcctgDocItem Customer Sold-to Party
PartnerCompany P_USFedOplAcctgDocItem PartnerCompany Trading Partner
AmountInCompanyCodeCurrency P_USFedOplAcctgDocItem AmountInCompanyCodeCurrency Local Crcy Amt
CompanyCodeCurrency P_USFedOplAcctgDocItem CompanyCodeCurrency Local Currency
_CompanyCode _CompanyCode
_FiscalYear _FiscalYear
_JournalEntry _JournalEntry
_AccountingDocumentType _AccountingDocumentType
_DebitCreditCode _DebitCreditCode
_ChartOfAccounts _ChartOfAccounts
_GLAccountInChartOfAccounts _GLAccountInChartOfAccounts
_OffsettingChartOfAccounts _OffsettingChartOfAccounts
_OffsettingAccount _OffsettingAccount
_OffsettingAccountType _OffsettingAccountType
_ClearingJournalEntry _ClearingJournalEntry
_BudgetPeriod _BudgetPeriod
_FunctionalArea _FunctionalArea
_Customer _Customer
_PartnerCompany _PartnerCompany
_PaymentDifferenceReason _PaymentDifferenceReason
_FinancialManagementArea _FinancialManagementArea
_Fund _Fund
_FundsCenter _FundsCenter
_FundedProgram _FundedProgram
_ReversalReason _ReversalReason
_PaymentTerms _PaymentTerms
_USFedGovernmentUUID _USFedGovernmentUUID

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_USFedOplAcctgDocItem.
-- 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_USFedOplAcctgDocItem AS
SELECT
  Item.CompanyCode AS CompanyCode,
  Item.AccountingDocument AS AccountingDocument,
  Item.FiscalYear AS FiscalYear,
  Item.AccountingDocumentItem AS AccountingDocumentItem,
  Item.USFedGovernmentUUID AS USFedGovernmentUUID,
  Item.IsReversal AS IsReversal,
  Item.IsReversed AS IsReversed,
  Item.ReversalReason AS ReversalReason,
  Item.InvoiceReference AS InvoiceReference,
  Item.InvoiceReferenceFiscalYear AS InvoiceReferenceFiscalYear,
  Item.InvoiceItemReference AS InvoiceItemReference,
  Item.AccountingDocumentType AS AccountingDocumentType,
  Item.FinancialAccountType AS FinancialAccountType,
  Item.IsOpenItemManaged AS IsOpenItemManaged,
  Item.DocumentDate AS DocumentDate,
  Item.DebitCreditCode AS DebitCreditCode,
  Item.PostingDate AS PostingDate,
  Item.ChartOfAccounts AS ChartOfAccounts,
  Item.GLAccount AS GLAccount,
  Item.OffsettingChartOfAccounts AS OffsettingChartOfAccounts,
  Item.OffsettingAccount AS OffsettingAccount,
  Item.OffsettingAccountType AS OffsettingAccountType,
  Item.PaymentDifferenceReason AS PaymentDifferenceReason,
  Item.PaymentTerms AS PaymentTerms,
  Item.NetDueDate AS NetDueDate,
  Item.IsUsedInPaymentTransaction AS IsUsedInPaymentTransaction,
  Item.ClearingJournalEntry AS ClearingJournalEntry,
  Item.ClearingJournalEntryFiscalYear AS ClearingJournalEntryFiscalYear,
  Item.ClearingItem AS ClearingItem,
  Item.FinancialManagementArea AS FinancialManagementArea,
  Item.Fund AS Fund,
  Item.BudgetPeriod AS BudgetPeriod,
  Item.FundsCenter AS FundsCenter,
  Item.FunctionalArea AS FunctionalArea,
  Item.FundedProgram AS FundedProgram,
  Item.Customer AS Customer,
  Item.PartnerCompany AS PartnerCompany,
  Item.AmountInCompanyCodeCurrency AS AmountInCompanyCodeCurrency,
  Item.CompanyCodeCurrency AS CompanyCodeCurrency
FROM P_USFedOplAcctgDocItem AS Item
;