I_PRAAutoSuspensionLevelCode

DDL: I_PRAAUTOSUSPENSIONLEVELCODE Type: view_entity BASIC

PRA Roy AK Auto Suspension Level Code

I_PRAAutoSuspensionLevelCode (Basic)

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

PRA_US_AKRyRptAutoSuspend · Cross Applications

I_PRAAutoSuspensionLevelCode is a Basic CDS View (Dimension) that provides data about "PRA Roy AK Auto Suspension Level Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field PRAAutoSuspensionLevel.

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. 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.</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 (17)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label PRA Roy AK Auto Suspension Level Code view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.technicalName IPRAAutoSuspensionLevelCode view
Analytics.dataExtraction.enabled true view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
ObjectModel.representativeKey PRAAutoSuspensionLevel view
ObjectModel.sapObjectNodeType.name PRA_US_AKRyRptAutoSuspend view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Consumption.ranked true view
Search.searchable true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PRAAutoSuspensionLevel Auto-Suspension 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_PRAAutoSuspensionLevelCode.
-- 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_PRAAutoSuspensionLevelCode AS
SELECT
  cast ( domvalue_l as oiux3_suspension_level ) AS PRAAutoSuspensionLevel
FROM dd07l
;