I_PRAAutoSuspExcptnLevelCode

DDL: I_PRAAUTOSUSPEXCPTNLEVELCODE Type: view_entity BASIC

Auto Suspend Exception Level

I_PRAAutoSuspExcptnLevelCode (Basic)

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

USA AK Royalty Report · Cross Applications

I_PRAAutoSuspExcptnLevelCode is a Basic CDS View (Dimension) that provides data about "Auto Suspend Exception Level" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field PRAAutoSuspExceptionLevel.

SAP Help Documentation

CategoryCDS Views for Production and Revenue Accounting (PRA)
Data CategoryDimension
Purpose
This CDS view is used to maintain auto suspend 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 auto suspend 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

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Auto Suspend Exception Level view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.technicalName IPRAAutoSuspExcptnLevelVH view
Analytics.dataExtraction.enabled true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
Consumption.ranked true view
ObjectModel.representativeKey PRAAutoSuspExceptionLevel view
ObjectModel.sapObjectNodeType.name PRA_US_AKRoyaltyReport view
Search.searchable true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PRAAutoSuspExceptionLevel Tax 2.0 - Auto Suspend Exception Level

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_PRAAutoSuspExcptnLevelCode.
-- 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_PRAAutoSuspExcptnLevelCode AS
SELECT
  cast ( domvalue_l as oiux3_asue_level ) AS PRAAutoSuspExceptionLevel
FROM dd07l
;