RRPR01 SAP (Structure for specification of printed report (PRINT)) Structure details

Dictionary Type: Structure
Description: Structure for specification of printed report (PRINT)




ABAP Code to SELECT data from RRPR01
Related tables to RRPR01
Access table RRPR01




Structure field list including key, data, relationships and ABAP select examples

RRPR01 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for specification of printed report (PRINT)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RRPR01 TYPE RRPR01.

The RRPR01 table consists of various fields, each holding specific information or linking keys about Structure for specification of printed report (PRINT) data available in SAP. These include QUFL (Next record in B (Quell=1), indl SUMM (Q=2), IND LRECH (Q=3)), QUBH (Value field in B (QUeel=1), indh SUMM (Q=2), 0 (Q=3)), QUELL (Source of the number from B, SUMM, Lrech), MWKZ (Grouping of the key figures).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RRPR01 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
KIDStructure Element Combination ID RSRKIDINT410RSSID
QUFLNext record in B (Quell=1), indl SUMM (Q=2), IND LRECH (Q=3) RRQUFLINT410INT4
QUBHValue field in B (QUeel=1), indh SUMM (Q=2), 0 (Q=3) RRQUBHINT410INT4
QUELLSource of the number from B, SUMM, Lrech RROQUELLCHAR1CHAR1
MWKZGrouping of the key figures RRMWKZCHAR1CHAR1
INTTPABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
CURRENCYCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
XTFLKID contains xT operator RRXTFLCHAR1RSBOOL
KYFNMKey figure RSKYFNMCHAR30RSIOBJNMRSK
SELTPSelection type RSZSELTPNUMC1RSZSELTP
CVFLThe key figure is artificial for CV RRCVKZCHAR1XFELD
AGGRGENUsual aggregation RSAGGRGENCHAR3RSAGGRGEN
AGGREXCException aggregation RSAGGREXCCHAR3RSAGGREXC
AGGRIDInternal ID of the CHANM RRCHANMIDINT410RSSID
SUMABLEBW: This cell can be summed in all dimensions RRSUMFLAGCHAR1RS_BOOL
LOOKUPThis is a lookup RRLOOKUPCHAR1RS_BOOL
WAERSKZKey figure of currency affected RRWAERSKZCHAR1RSBOOL
MEFACQuantity exponent RRMEFACINT410INT4
WHFACCurrency exponent RRWHFACINT410INT4
PACKLEVELLevel of Packageability (Direct Reading?) RRPACKLEVELCHAR1RRPACKLEVEL
XAGGRIDExcept. aggregation is performed for this KID on these chars RRXAGGRIDRSTR0
VOR_AGGRCalculation takes place before aggregation RRVORAGGRCHAR1RS_BOOL
DFLT_SCALEStrMember: Scaling factor of a number RRSCALECHAR1RSKYFPRSNT
DFLT_PRECNumber of Decimal Places Local in Processor RRPRECNUMC2NUMC2
MAX_PRECNumber of Decimal Places Local in Processor RRPRECNUMC2NUMC2
DDIC_DEFA default was determined in the RSDI or the calc. key figure RRDDICDEFCHAR1RSBOOL
CTTNMStrMember: Name of Currency Conversion Type RRNUMBRCHAR10Assigned to domainRRNUMBRRSNBRRSCTT
TCURTo-currency TCURR_CURRCUKY5Assigned to domainWAERS
VDATESystem Date SYDATUMDATS8SYDATS
RTYPEExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
TCUR_VRNIDID of an Entry in the VREP RRVRNIDNUMC4NUMC4
VDATE_VRNIDID of an Entry in the VREP RRVRNIDNUMC4NUMC4
RTYPE_VRNIDID of an Entry in the VREP RRVRNIDNUMC4NUMC4
UT_LUIDID of a Replacement RRLUIDNUMC4NUMC4
CT_LUIDID of a Replacement RRLUIDNUMC4NUMC4
TIMESHIFTTime Shift RSCTT_TIMESHIFTINT410RSCTTTIMESHIFT
TIMESHIFT_VRNIDID of an Entry in the VREP RRVRNIDNUMC4NUMC4
SIGNINVStrMember: +/- sign change RSZSIGNCHAR1RSZ_BOOL_DEFAULT
FORMULACOLLSNStrMember: Establishing Prf. Analysis with formula collision RSZCALCULATIONCHAR1RSZCALCULATION
HIDDENBoolean RS_BOOLCHAR1RS_BOOL
INPUTABLECell Is Ready for Input RRINPUTCHAR1RS_BOOL
LOCKLock Relevant RRLOCKCHAR1RRLOCK
XINESThese Characteristics Must Be Unique RRXINESRSTR0
DIS_MODEDisaggregation on Totals RSZDISCHAR1RSZDIS
DIS_UIDUUID Reference for Disaggregation on Totals RSZDISREFCHAR25SYSUUID_25
DIS_KIDStructure Element Combination ID RSRKIDINT410RSSID
ACELLCell Type of BEX/BRAIN Interface RZI0CELLTPNUMC1NUMC1
AELTUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
FEMSBW: General reference field for internal IDs RSIDN4NUMC4NUMC4
ELTUID1UUID in compressed form SYSUUID_25CHAR25SYSUUID_25
ELTUID2UUID in compressed form SYSUUID_25CHAR25SYSUUID_25
ELTSID1Master data ID RSSIDINT410RSSID
ELTSID2Master data ID RSSIDINT410RSSID
HELPIError BRAIN 206 for: 1 = ELT1, 2 = ELT2, 3 = ELT1/ELT2 RRINTERNINT410INT4
HELP1Single-Character Indicator CHAR1CHAR1CHAR1
HELP2Single-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure RRPR01 using ABAP code?

As RRPR01 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RRPR01 as there is no data to select.

How to access SAP table RRPR01

Within an ECC or HANA version of SAP you can also view further information about RRPR01 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!