I_RoytyRptRvslOrBkgOrAdjmtCode

DDL: I_ROYTYRPTRVSLORBKGORADJMTCODE Type: view_entity BASIC

Reversal Booking Reversal Adjustment

I_RoytyRptRvslOrBkgOrAdjmtCode (Basic)

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

PRA Tax Reversal Booking Indicator · Cross Applications

I_RoytyRptRvslOrBkgOrAdjmtCode is a Basic CDS View (Dimension) that provides data about "Reversal Booking Reversal Adjustment" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field TaxRptgRvslOrBkgOrAdjmt.

SAP Help Documentation

CategoryCDS Views for Production and Revenue Accounting (PRA)
Data CategoryDimension
Purpose
This CDS view is a tax reversal, booking and adjustment indicator in Production and Revenue Accounting (PRA). It is a coded representation of the type of record being reported in the PRA tax reporting. This has any of the six values such as: Code Type Coded Representation R Reversal Record B Booking/Re-booking Record J Reversal Adjustment Record A Adjustment Record M Summed (Reversal and Reversal Adjustment) S Summed (Booking and Adjustment) 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 .

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 This CDS view is a tax reversal, booking and adjustment indicator in Production and Revenue Accounting (PRA). It is a coded representation of the type of record being reported in the PRA tax reporting. This has any of the six values such as: <p>Code Type</p> <p>Coded Representation</p> <p>R</p> <p>Reversal Record</p> <p>B</p> <p>Booking/Re-booking Record</p> <p>J</p> <p>Reversal Adjustment Record</p> <p>A</p> <p>Adjustment Record</p> <p>M</p> <p>Summed (Reversal and Reversal Adjustment)</p> <p>S</p> <p>Summed (Booking and Adjustment)</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 Reversal Booking Reversal Adjustment view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Analytics.technicalName IRoytyRptRvslOrBkgOrAdjmtCod 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 TaxRptgRvslOrBkgOrAdjmt view
ObjectModel.sapObjectNodeType.name PRATaxReversalBookingIndicator 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 TaxRptgRvslOrBkgOrAdjmt Royalty 2.0 - TX - Reversal/Booking/Reversal Adjustment/Adjs

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_RoytyRptRvslOrBkgOrAdjmtCode.
-- 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_RoytyRptRvslOrBkgOrAdjmtCode AS
SELECT
  cast ( domvalue_l as oiuy3_rev_book_revadj_adj_ind ) AS TaxRptgRvslOrBkgOrAdjmt
FROM dd07l
;