RM03G SAP (Input/Output Fields for Setting Deletion Flags/Blocks) Structure details

Dictionary Type: Structure
Description: Input/Output Fields for Setting Deletion Flags/Blocks




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




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

RM03G 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/Output Fields for Setting Deletion Flags/Blocks" 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_RM03G TYPE RM03G.

The RM03G table consists of various fields, each holding specific information or linking keys about Input/Output Fields for Setting Deletion Flags/Blocks data available in SAP. These include WERKS (Plant), LGORT (Storage Location), BWKEY (Valuation Area), BWTAR (Valuation Type).. 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 RM03G 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4MARCWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4MARDLGORTLAG
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2MVKEVTWEGVTWC_VTWEG
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3MLGNLGNUMLGN
LGTYPStorage Type LGTYPCHAR3MLGTLGTYPLGTH_T301
LVOBWIndicator: Flag material for deletion at valuation level LVOBWCHAR1XFELD
LVOBKIndicator: Flag material for deletion at company code level LVOBKCHAR1XFELD
LVOMAFlag Material for Deletion at Client Level LVOMACHAR1XFELD
LVOWKFlag Material for Deletion at Plant Level LVOWKCHAR1XFELD
LVOLGFlag Material for Deletion at Storage Location Level LVOLGCHAR1XFELD
LVOLNDeletion flag for all material data of a warehouse number LVOLNCHAR1XFELD
LVOLTDeletion flag for all material data of a storage type LVOLTCHAR1XFELD
LVOVKInd.: Flag material for deletion at distribution chain level LVOVKCHAR1XFELD
LVOBADeletion flag for all material data of a valuation type LVOBACHAR1XFELD
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SANTWResponse for save pop-up SANTWCHAR1SANTW
BTAR1Single-Character Indicator CHAR1CHAR1CHAR1
BTAR2Single-Character Indicator CHAR1CHAR1CHAR1
BTAR3Single-Character Indicator CHAR1CHAR1CHAR1
BTAR4Single-Character Indicator CHAR1CHAR1CHAR1
LGNU1Single-Character Indicator CHAR1CHAR1CHAR1
LGNU2Single-Character Indicator CHAR1CHAR1CHAR1
LGNU3Single-Character Indicator CHAR1CHAR1CHAR1
LGNU4Single-Character Indicator CHAR1CHAR1CHAR1
LGTY1Single-Character Indicator CHAR1CHAR1CHAR1
LGTY2Single-Character Indicator CHAR1CHAR1CHAR1
TITEL1Character field of length 40 CHAR40CHAR40CHAR40
TITEL2Character field of length 40 CHAR40CHAR40CHAR40
TITEL3Character field of length 40 CHAR40CHAR40CHAR40
TITEL4Character field of length 40 CHAR40CHAR40CHAR40
MATNR_VORMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKS_VORPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORT_VORStorage Location LGORT_DCHAR4T001LLGORTLAG

Key field Non-key field



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

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

How to access SAP table RM03G

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