RGUUMS SAP (Input and Output Fields for the Conversion) Structure details

Dictionary Type: Structure
Description: Input and Output Fields for the Conversion




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




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

RGUUMS 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 "Input and Output Fields for the Conversion" 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_RGUUMS TYPE RGUUMS.

The RGUUMS table consists of various fields, each holding specific information or linking keys about Input and Output Fields for the Conversion data available in SAP. These include ACCUM (Ind.: Summarization during the conversion), EXPORT (Ind.: Write records to export file), IMPORT (Ind.: Convert records from export file), FILE (Export file into which data is to be written).. 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: Not classified


SAP RGUUMS 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
MIGMODEMigration mode MIGMODECHAR1MIGMODE
ACCUMInd.: Summarization during the conversion UMS_ACCUMCHAR1XFELD
EXPORTInd.: Write records to export file UMS_EXPORTCHAR1XFELD
IMPORTInd.: Convert records from export file UMS_IMPORTCHAR1XFELD
FILEExport file into which data is to be written UMS_FILECHAR40UMS_FILE
EXISTInd.: Check whether data already exists UMS_EXISTCHAR1XFELD
ADDAdd to existing data UMS_ADDCHAR1XFELD
STANDARDInd.: Use standard export file UMS_STANDCHAR1XFELD
PORTIONInd.: Partial processing UMS_PORTCHAR1XFELD
COUNTInd.: System determines the number of records UMS_SELCCHAR1XFELD
NUMBERNumber of records in the source table UMS_ANZINT410UMS_ANZ
MOV_DEFInd.: Maintain field movements for the conversion TGUMS_DEFCHAR1XFELD
MOV_CHECKInd.: Check field movements for the conversion TGUMS_CHECHAR1XFELD
RESSOURCEInd.: Estimate resources UMS_RESSCHAR1XFELD
TOTALInd.: Convert summary table UMS_TOTALCHAR1XFELD
COMPAREInd.: Compare tables UMS_COMPCHAR1XFELD
SHOWIndicator: Display totals records UMS_GD13CHAR1XFELD
CUSTOMIZEInd.: Convert control tables UMS_CUSTCHAR1XFELD
GEN_RWInd.: Generate report groups UMS_GEN_RWCHAR1XFELD
SINGLEInd.: Convert line item table UMS_SINGLECHAR1XFELD
DELETEInd.: Delete transaction data UMS_DELETECHAR1XFELD
FR_TABSource table FROMTABLE1CHAR30Assigned to domainAS4TAB
TO_TABTarget table TOTABLE1CHAR30Assigned to domainAS4TAB
ENQUEUEInd.: Lock system UMS_ENQCHAR1XFELD
DELETE_SETInd.: Delete sets UMS_DELSETCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RGUUMS

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