GMRRB SAP (For GM Resource-related billing result) Structure details

Dictionary Type: Structure
Description: For GM Resource-related billing result




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




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

GMRRB 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 "For GM Resource-related billing result" 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_GMRRB TYPE GMRRB.

The GMRRB table consists of various fields, each holding specific information or linking keys about For GM Resource-related billing result data available in SAP. These include GRANT_NBR (Grant), VBELN (Sales and Distribution Document Number), RRB_TEST (Test Mode), GENERAL_STATUS (RRB Status Code).. 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)


SAP GMRRB 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
ICON_STATUSStatus GM_ICON_STATUSCHAR132SYCHAR132
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
RRB_TESTTest Mode GM_RRB_TESTCHAR1BOOLE
GENERAL_STATUSRRB Status Code GM_RRB_STATCHAR1BOOLE
BILLINGREQ_STATUSBill Req. Status GM_BREQ_STATCHAR1BOOLE
BILLING_STATUSStatus of GM RRB GM_BILL_STATCHAR1BOOLE
DMR_DOCNRDebit memo req. GM_DMR_NRCHAR10Assigned to domainALPHAVBELN
DM_DOCNRDebit memo GM_DM_NRCHAR10Assigned to domainALPHAVBELN
CMR_DOCNRCredit memo req. GM_CMR_NRCHAR10Assigned to domainALPHAVBELN
CM_DOCNRCredit memo GM_CM_NRCHAR10Assigned to domainALPHAVBELN
GENERAL_MSGGM Billing General Status GM_RRB_MSGCHAR50CHAR50
BILLINGREQ_MSGStatus of Billing Request Creation GM_BREQ_MSGCHAR50CHAR50
BILLING_MSG_DMDebit memo creation GM_DM_CREATIONCHAR50CHAR50
BILLING_MSG_CMCredit Memo Creation GM_CM_CREATIONCHAR50CHAR50

Key field Non-key field



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

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

How to access SAP table GMRRB

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