I_PRA_US_AKReportCode

DDL: I_PRA_US_AKREPORTCODE Type: view_entity BASIC

PRA Roy Alaska Report Code

I_PRA_US_AKReportCode (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

PRA_US_AKRyRptAcctgUntAttrib · Cross Applications

I_PRA_US_AKReportCode is a Basic CDS View (Dimension) that provides data about "PRA Roy Alaska Report Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PRA_US_AKReportCode. It has 1 association to related views.

SAP Help Documentation

CategoryCDS Views for Production and Revenue Accounting (PRA)
Data CategoryDimension
Purpose
This CDS view is used to maintain accounting unit attribute master data which controls the data processing for the monthly report. Alaska (AK) royalty report for the production revenue accounting (PRA) industry solution for United States (US) is a compliance report required by the state's royalty agency for the oil and gas industry. To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Data Extraction
Data Extraction Type This CDS view is enabled for data extraction in full mode.

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessCross Applications
Application ComponentIS-OIL-PRA
CapabilitiesData Source for Data Extraction, Analytical Dimension, Association Target for Defining CDS Entities
PackageCross Applications for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view is used to maintain accounting unit attribute master data which controls the data processing for the monthly report. Alaska (AK) royalty report for the production revenue accounting (PRA) industry solution for United States (US) is a compliance report required by the state's royalty agency for the oil and gas industry. </p> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_PRA_US_AKReportCodeText _Text _Text.PRA_US_AKReportCode = $projection.PRA_US_AKReportCode and _Text.Language = $session.system_language

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label PRA Roy Alaska Report Code view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
Analytics.technicalName IPRAAKReportCode view
Analytics.dataExtraction.enabled true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ObjectModel.representativeKey PRA_US_AKReportCode view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.sapObjectNodeType.name PRA_US_AKRyRptAcctgUntAttrib view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PRA_US_AKReportCode Roy 2.0 AK – Report Code
_Text _Text

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_PRA_US_AKReportCode.
-- 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_PRA_US_AKReportCode AS
SELECT
  cast( domvalue_l as /pra/akr_report_cd ) AS PRA_US_AKReportCode
FROM dd07l
LEFT OUTER JOIN I_PRA_US_AKReportCodeText AS _Text ON _Text.PRA_US_AKReportCode = PRA_US_AKReportCode AND _Text.Language = $session.system_language  -- association [0..1]
;