FINOC_PACKAGE_OP_PC

DDL: FINOC_PACKAGE_OP_PC SQL: FINOCV_PCK_OPPC Type: view

Organizational Change: Packaging OPA-PC

FINOC_PACKAGE_OP_PC is a CDS View that provides data about "Organizational Change: Packaging OPA-PC" in SAP S/4HANA. It reads from 1 data source (acdoca) and exposes 9 fields with key fields rldnr, rbukrs, belnr, gjahr, buzei.

Data Sources (1)

SourceAliasJoin Type
acdoca i from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName FINOCV_PCK_OPPC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Organizational Change: Packaging OPA-PC view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY rldnr acdoca rldnr Ledger (Compat.)
KEY rbukrs acdoca rbukrs Company Code
KEY belnr acdoca belnr SD Document
KEY gjahr acdoca gjahr Settlement Year
KEY buzei acdoca buzei Posting View Item
KEY docln acdoca docln Matching Document Line Item
orgl_change rt orgl_change Organizational Change
augbl acdoca augbl Clrng doc.
augdt acdoca augdt Clearing

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 FINOC_PACKAGE_OP_PC.
-- 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: FINOCV_PCK_OPPC

CREATE VIEW FINOC_PACKAGE_OP_PC AS
SELECT
  i.rldnr AS rldnr,
  i.rbukrs AS rbukrs,
  i.belnr AS belnr,
  i.gjahr AS gjahr,
  i.buzei AS buzei,
  i.docln AS docln,
  rt.orgl_change AS orgl_change,
  i.augbl AS augbl,
  i.augdt AS augdt
FROM acdoca AS i
;