P_RO_SAFTAnalysisTypeItem2

DDL: P_RO_SAFTANALYSISTYPEITEM2 SQL: PROSAFTANLTYPIT2 Type: view CONSUMPTION

P_RO_SAFTAnalysisTypeItem2 is a Consumption CDS View in SAP S/4HANA. It reads from 10 data sources and exposes 56 fields with key fields StatryRptCategory, StatryRptgEntity, StatryRptRunID, CompanyCode, FiscalYear.

Data Sources (10)

SourceAliasJoin Type
I_StRpJournalEntryHeaderLog Log from
I_StRpJournalEntryHeaderLog Log union_all
I_StRpJournalEntryHeaderLog Log union_all
I_StRpJournalEntryHeaderLog Log union_all
I_StRpJournalEntryHeaderLog Log union_all
P_RO_SAFTOplAcctgDocItmExc P_RO_SAFTOplAcctgDocItmExc inner
P_RO_SAFTOplAcctgDocItmExc P_RO_SAFTOplAcctgDocItmExc inner
P_RO_SAFTOplAcctgDocItmExc P_RO_SAFTOplAcctgDocItmExc inner
P_RO_SAFTOplAcctgDocItmExc P_RO_SAFTOplAcctgDocItmExc inner
P_RO_SAFTOplAcctgDocItmExc P_RO_SAFTOplAcctgDocItmExc inner

Parameters (2)

NameTypeDefault
P_AlternativeGLAccountIsUsed saft_ro_alt_gl_account_flag
P_FromPostingDate dats

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PROSAFTANLTYPIT2 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
VDM.private true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #NOT_REQUIRED view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (56)

KeyFieldSource TableSource FieldDescription
KEY StatryRptCategory I_StRpJournalEntryHeaderLog StatryRptCategory Report ID
KEY StatryRptgEntity I_StRpJournalEntryHeaderLog StatryRptgEntity Reporting Entity
KEY StatryRptRunID I_StRpJournalEntryHeaderLog StatryRptRunID Report Run ID
KEY CompanyCode I_StRpJournalEntryHeaderLog CompanyCode Receiver Company Code
KEY FiscalYear I_StRpJournalEntryHeaderLog FiscalYear G/L Fiscal Year
KEY AccountingDocument I_StRpJournalEntryHeaderLog AccountingDocument Journal Entry
KEY AccountingDocumentItem DocItem AccountingDocumentItem Posting View Item
KEY AccountingDocumentType DocItem AccountingDocumentType Journal Entry Type
KEY PostingDate DocItem PostingDate Posting Date for GR
KEY RO_SAFTAnalysisType
RO_SAFTAnalysisEntry Order ID
StatryRptCategory Report ID
KEY StatryRptgEntity I_StRpJournalEntryHeaderLog StatryRptgEntity Reporting Entity
KEY StatryRptRunID I_StRpJournalEntryHeaderLog StatryRptRunID Report Run ID
KEY CompanyCode I_StRpJournalEntryHeaderLog CompanyCode Receiver Company Code
KEY FiscalYear I_StRpJournalEntryHeaderLog FiscalYear G/L Fiscal Year
KEY AccountingDocument DocItem AccountingDocument Journal Entry
KEY AccountingDocumentItem DocItem AccountingDocumentItem Posting View Item
KEY AccountingDocumentType DocItem AccountingDocumentType Journal Entry Type
KEY PostingDate DocItem PostingDate Posting Date for GR
KEY RO_SAFTAnalysisType
RO_SAFTAnalysisEntry DocItem CostCenter Order ID
StatryRptCategory Report ID
KEY StatryRptgEntity I_StRpJournalEntryHeaderLog StatryRptgEntity Reporting Entity
KEY StatryRptRunID I_StRpJournalEntryHeaderLog StatryRptRunID Report Run ID
KEY CompanyCode I_StRpJournalEntryHeaderLog CompanyCode Receiver Company Code
KEY FiscalYear I_StRpJournalEntryHeaderLog FiscalYear G/L Fiscal Year
KEY AccountingDocument DocItem AccountingDocument Journal Entry
KEY AccountingDocumentItem DocItem AccountingDocumentItem Posting View Item
KEY AccountingDocumentType DocItem AccountingDocumentType Journal Entry Type
KEY PostingDate DocItem PostingDate Posting Date for GR
KEY RO_SAFTAnalysisType
RO_SAFTAnalysisEntry DocItem Segment Order ID
StatryRptCategory Report ID
KEY StatryRptgEntity I_StRpJournalEntryHeaderLog StatryRptgEntity Reporting Entity
KEY StatryRptRunID I_StRpJournalEntryHeaderLog StatryRptRunID Report Run ID
KEY CompanyCode I_StRpJournalEntryHeaderLog CompanyCode Receiver Company Code
KEY FiscalYear I_StRpJournalEntryHeaderLog FiscalYear G/L Fiscal Year
KEY AccountingDocument DocItem AccountingDocument Journal Entry
KEY AccountingDocumentItem DocItem AccountingDocumentItem Posting View Item
KEY AccountingDocumentType DocItem AccountingDocumentType Journal Entry Type
KEY PostingDate DocItem PostingDate Posting Date for GR
KEY RO_SAFTAnalysisType
RO_SAFTAnalysisEntry Order ID
StatryRptCategory Report ID
KEY StatryRptgEntity I_StRpJournalEntryHeaderLog StatryRptgEntity Reporting Entity
KEY StatryRptRunID I_StRpJournalEntryHeaderLog StatryRptRunID Report Run ID
KEY CompanyCode I_StRpJournalEntryHeaderLog CompanyCode Receiver Company Code
KEY FiscalYear I_StRpJournalEntryHeaderLog FiscalYear G/L Fiscal Year
KEY AccountingDocument I_StRpJournalEntryHeaderLog AccountingDocument Journal Entry
KEY AccountingDocumentItem DocItem AccountingDocumentItem Posting View Item
KEY AccountingDocumentType DocItem AccountingDocumentType Journal Entry Type
KEY PostingDate DocItem PostingDate Posting Date for GR
KEY RO_SAFTAnalysisType
RO_SAFTAnalysisEntry DocItem OrderID Order ID
RO_SAFTAnalysisEntryDesc

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 P_RO_SAFTAnalysisTypeItem2.
-- 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.
-- SQL view name: PROSAFTANLTYPIT2
-- Parameters: P_AlternativeGLAccountIsUsed : saft_ro_alt_gl_account_flag, P_FromPostingDate : dats

CREATE VIEW P_RO_SAFTAnalysisTypeItem2 AS
SELECT
  Log.StatryRptCategory AS StatryRptCategory,
  Log.StatryRptgEntity AS StatryRptgEntity,
  Log.StatryRptRunID AS StatryRptRunID,
  Log.CompanyCode AS CompanyCode,
  Log.FiscalYear AS FiscalYear,
  Log.AccountingDocument AS AccountingDocument,
  DocItem.AccountingDocumentItem AS AccountingDocumentItem,
  DocItem.AccountingDocumentType AS AccountingDocumentType,
  DocItem.PostingDate AS PostingDate,
  cast('PC' as /ceecv/roanaltype) AS RO_SAFTAnalysisType,
  cast(DocItem.ProfitCenter as /ceecv/ro_analysis_id) AS RO_SAFTAnalysisEntry,
  cast(DocItem._Order.OrderDescription as /ceecv/roanals_type_desc) AS RO_SAFTAnalysisEntryDesc
FROM I_StRpJournalEntryHeaderLog AS Log
INNER JOIN P_RO_SAFTOplAcctgDocItmExc ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): I_StRpJournalEntryHeaderLog
;