RGIUF SAP (Internal Table for Direct Posting - Fields Used) Structure details

Dictionary Type: Structure
Description: Internal Table for Direct Posting - Fields Used




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




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

RGIUF 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 "Internal Table for Direct Posting - Fields Used" 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_RGIUF TYPE RGIUF.

The RGIUF table consists of various fields, each holding specific information or linking keys about Internal Table for Direct Posting - Fields Used data available in SAP. These include ACTIV (Business Transaction), RCOMP (Company), BUDAT (Posting Date in the Document), WWERT (Translation Date).. 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 RGIUF 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ACTIVBusiness Transaction GLVORCHAR4CHAR4
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
BUDATPosting Date in the Document BUDATDATS8DATUM
WWERTTranslation Date WWERT_DDATS8DATUM
VALUTValue date VALUTDATS8DATUM
WAERSCurrency Key RTCURCUKY5TCURCWAERSFWS
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
GCURRCurrency key of the ledger currency GCURRCUKY5TCURCWAERSFWS
BUPERPosting period POPER_CHARCHAR3CHAR3
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DOCNRDoc. Number DOCNRCHAR10ALPHABELNR
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
TAB1Totals Table GLTABCHAR30Assigned to domainAS4TABGLT
TAB2Totals Table GLTABCHAR30Assigned to domainAS4TABGLT
TAB3Totals Table GLTABCHAR30Assigned to domainAS4TABGLT
TAB4Totals Table GLTABCHAR30Assigned to domainAS4TABGLT
INTERFACEInterface to flexible general ledger GL_INTERFACENUMC2GL_INTERFACE
XBILKIndicator: Account is a balance sheet account? XBILKCHAR1XFELD
GVTYPP&L statement account type GVTYPCHAR2CHAR2
XNEGPIndicator: Negative posting XNEGPCHAR1XFELD
REFDOCNRDoc. Number DOCNRCHAR10ALPHABELNR
REFDOCCTDocument Type DOCCTCHAR1DOCCTGCT
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
AWORGReference Organizational Units AWORGCHAR10AWORG
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table RGIUF

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