RGUD0 SAP (Screen table for totals records display) Structure details

Dictionary Type: Structure
Description: Screen table for totals records display




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




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

RGUD0 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 "Screen table for totals records display" 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_RGUD0 TYPE RGUD0.

The RGUD0 table consists of various fields, each holding specific information or linking keys about Screen table for totals records display data available in SAP. These include PLAN_DATA (Plan Data Indicator), ALLOC_DATA (Allocation data), PERIOD1 (From period), PERIOD2 (To period).. 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 (character-type or numeric)


SAP RGUD0 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
LEDGERLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
PLAN_DATAPlan Data Indicator PLAN_DATACHAR1XFELD
ALLOC_DATAAllocation data ALLOC_DATACHAR1XFELD
PERIOD1From period PERIOD1NUMC3PERNOGP1
PERIOD2To period PERIOD2NUMC3PERNOGP2
UTABUser table UTAB_DCHAR30T883SUTABGLU
TEXTText field TXT_FLDCHAR29CHAR29
VONWERTFrom Value VONWERTCHAR24CHAR24
BISWERTTo value BISWERTCHAR24CHAR24
HIDENumber of suppressions HIDENUMC6NUM6
SEITETable entry G_SEITECHAR6CHAR6
MAXSEITEMaximum number of table entries G_MAXSEITECHAR6CHAR6
DISP_HEADHeader line for document header DISP_HEADCHAR79CHAR79
DISP_KEYDocument header display DISP_KEYCHAR79CHAR79
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
LCURRLocal currency WAERHCUKY5TCURCWAERS
GCURRCurrency key of the ledger currency GCURRCUKY5TCURCWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
MSEHTUnit of Measurement Text (Maximum 10 Characters) MSEHTCHAR10TEXT10
POPERPosting period POPERNUMC3POPERPOPR
VTCURValue in Transaction Currency VTCUR9CURR17(2) WERTV9
VLCURValue in local currency VLCUR9CURR17(2) WERTV9
VGCURValue in group currency VGCUR9CURR17(2) WERTV9
QUANTQuantity QUAN3QUAN17(3) MENGE9
QU_TEXTText for quantity in dynpro (quantity/additional quantity) QU_TEXTCHAR20CHAR20
QU_TEXT1Text for quantity in dynpro (quantity/additional quantity) QU_TEXT1CHAR10CHAR10
VTCUR_SUMValue in Transaction Currency VTCUR9CURR17(2) WERTV9
RTCUR_SUMCurrency Key RTCURCUKY5TCURCWAERSFWS
POPER_2Posting period POPERNUMC3POPERPOPR
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNLine item DOCLN_EDCHAR6DOCLN6
PUSEREntered by USAMECHAR12USERNAME
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
PDATEDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
ACTIVFI-SL Business Transaction ACTI1CHAR4T022ACTIVITY
TEXT_1Text TEXGLCHAR25TEXT25
TEXT_2Text TEXGLCHAR25TEXT25
TEXT_3Text TEXGLLCHAR50TEXT50
MAXSEITE_2Maximum number of table entries MAXSEITE_2CHAR6CHAR6
AUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
AQUNTAdditional Quantity QUAN4QUAN17(3) MENGE9
AMSEHTText for the Unit of Measurement AMSEHTCHAR10CHAR10
GOTORECORDGo to record with specified no. GOTORECORDCHAR4CHAR4
DOCNR_FROMFrom document number DOCFROMCHAR10ALPHABELNRGDN
DOCNR_TOTo document number DOCTOCHAR10ALPHABELNRGD2
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
UQUANT1Unit of measure UQUANT1CUKY5Assigned to domainWAERS
UQUANT2Unit of Measure UQUANT2CUKY5Assigned to domainWAERS
VQUANT1Quantity VQUANT3CURR17(2) WERTV9
VQUANT2Additional Quantity VQUANT4CURR17(2) WERTV9
REFBELReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
REFJAHRReference fiscal year REFGJAHRNUMC4GJAHRGJAHRGJR
REFZEIReference document line REFDOCLN_ECHAR6DOCLN6
REFDOCCTDocument Type DOCCTCHAR1DOCCTGCT
HW_10Character Field Length = 10 CHAR10CHAR10CHAR10
HW_15Char 15 CHAR15CHAR15CHAR15
KW_10Character Field Length = 10 CHAR10CHAR10CHAR10
KW_15Char 15 CHAR15CHAR15CHAR15

Key field Non-key field



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

As RGUD0 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 RGUD0 as there is no data to select.

How to access SAP table RGUD0

Within an ECC or HANA version of SAP you can also view further information about RGUD0 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!