RBGM00 SAP (I/O Table Warranty) Structure details

Dictionary Type: Structure
Description: I/O Table Warranty




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




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

RBGM00 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 "I/O Table Warranty" 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_RBGM00 TYPE RBGM00.

The RBGM00 table consists of various fields, each holding specific information or linking keys about I/O Table Warranty data available in SAP. These include MGANR (Master warranty number), EXGAR (External warranty number), GASOR (Warranty sort field), GAGRP (Warranty group).. 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 RBGM00 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
MANDTClient MANDTCLNT3T000MANDT
MGANRMaster warranty number MGANRCHAR20BGMKALPHAMGANRGAM
EXGARExternal warranty number EXGARCHAR20EXGAR
GASORWarranty sort field GASORCHAR30GASOR
GAGRPWarranty group GAGRPCHAR10GAGRP
GAARTWarranty type GAARTCHAR1T790GGAARTGAA
GAATXText, length 40 TXT40CHAR40TEXT40
GATYPWarranty category GATYPCHAR1GATYP
SELEKCheckbox XFELDCHAR1XFELD
SELECCheckbox XFELDCHAR1XFELD
POSNMWarranty item number POSNMNUMC6Assigned to domainPOSNM
ANPOSNumber of items ANPOSNUMC6ANPOS
TEXTKText, length 40 TXT40CHAR40TEXT40
GAZPSWarranty counter item number GAZPSNUMC6GAZPS
GAZTONo. of warranty counters GAZTONUMC6GAZTO
GAZNAWarranty counter GAZNACHAR30T791ZGAZNAFEA
GAZALInternal Number of Warranty Counter GAZALNUMC10GAZAL
GAZBZCharacteristic description ATBEZCHAR30TEXT30
RANGFSorting order RANGFCHAR6RANGF
STTXTText, 40 Characters Long TEXT40CHAR40TEXT40
REFGAMaster warranty number MGANRCHAR20BGMKALPHAMGANRGAM
MSEHIUnit of Measurement MSEHIUNIT3T006CUNITMEINS
MSEHLUnit of Measurement Text (Maximum 30 Characters) MSEHLCHAR30TEXT30
ATVORValue with Plus or Minus Sign ATVORCHAR1XFELD
ATDIMExponent display ATDIMINT25EXP10
ANZDZNumber of Decimal Places ANZDZINT25ANZDZ
UNITCUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6T006CLUNITMSEC6
UNITSSI Unit of Characteristic Unit IMRC_UNITSCHAR6T006CLUNITMSEC6
IODECNumber of decimal places for number display DECANINT25DECAN
IOEXPPower of Ten Exponent for Floating Point Display IMRC_EXPONINT25IMRC_EXPON
GAZWTWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
GAZWTIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
GAZWEWarranty counter in/out GAZWECHAR22FLTP_INOUT
UNITRUnit of Measurement for Document Entry IMRC_UNITRCHAR6T006CLUNITMSEC6
GAZWBWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
GAZWBIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
GAZWRWarranty counter in/out GAZWECHAR22FLTP_INOUT
KZKOFIndicator: Configuration Exists KZKOFCHAR1XFELD
CLASSClass number KLASSE_DCHAR18KLASSEKLA
STDCLIndicator: Standard Class STDCLASSCHAR1STDCLASS
FCODEFunction Code FCODECHAR20FCODE
SFCODFunction Code FCODECHAR20FCODE
KZSEL_INCLIndicator: Include INCLCHAR1INCL_EXCL
KZSEL_EXCLIndicator: Exclude EXCLCHAR1XFELD
KZOPR_ANDLink operator - AND - KZOPR_ANDCHAR1X
KZOPR_ORLink operator - OR - KZOPR_ORCHAR1X
KZOPR_USRUser exit KZOPR_USRCHAR1X

Key field Non-key field



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

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

How to access SAP table RBGM00

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