ROLMG1 SAP (Fields for Customizing) Structure details

Dictionary Type: Structure
Description: Fields for Customizing




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




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

ROLMG1 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 "Fields for Customizing" 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_ROLMG1 TYPE ROLMG1.

The ROLMG1 table consists of various fields, each holding specific information or linking keys about Fields for Customizing data available in SAP. These include BEARB (Processing Sequence), BEARB1 (Processing sequence), DETAIL (Detailed Information), DETAKEY (Detailed info key).. 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 ROLMG1 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
ADDITAdditional information on table maintenance TADDITCHAR1CHAR1
BEARBProcessing Sequence BEARBCHAR1TEXT1
BEARB1Processing sequence BEARB1CHAR1CHAR1
DETAILDetailed Information DETACHAR1XFELD
DETAKEYDetailed info key DETAKEYCHAR1CHAR1
OBJObject to process OOBJEKTCHAR20TEXT20
KZSEL1Multiple selection indicator ROKZSELCHAR1CHAR1
KZSEL2Multiple selection indicator ROKZSELCHAR1CHAR1
KZSEL3Multiple selection indicator ROKZSELCHAR1CHAR1
KZSEL4Multiple selection indicator ROKZSELCHAR1CHAR1
KZSEL5Multiple selection indicator ROKZSELCHAR1CHAR1
KZSEL6Multiple selection indicator ROKZSELCHAR1CHAR1
KZSEL7Multiple selection indicator ROKZSELCHAR1CHAR1
KZSEL8Multiple selection indicator ROKZSELCHAR1CHAR1
ANZGDisplay field CANZCHAR1XFLAG
AUSBHide fields CAUSBCHAR1XFLAG
BWERTValue of Purchase Requisition BAWRTCURR13(2) WERT7
FABIDAssignment of calendar to plant (Customizing) OWERKFABCHAR20TEXT20
FABKLFactory calendar (Customizing) OKALENDERCHAR20TEXT20
KANNOptional entry: fields CKANNCHAR1XFLAG
MSEC6External unit of measurement, 6 characters OMSEC6CHAR6T006CLUNITMSEC6
MSEHIUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
MUSSRequired entry: fields CMUSSCHAR1XFLAG
TEXT32Size/dimensions GROESCHAR32CHAR32
TEXT40Description BEZ40CHAR40TEXT40
ANSWERYESAnswer to question asked: Yes XJACHAR1XFELD
ANSWERNOAnswer to question asked: No XNEINCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table ROLMG1

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