RBMA SAP (Document Item: Incoming Invoice for Material) Table details

Dictionary Type: Table
Description: Document Item: Incoming Invoice for Material




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




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

RBMA is a standard SAP Table which is used to store Document Item: Incoming Invoice for Material data and is available within R/3 SAP systems depending on the version and release level.

The RBMA table consists of various fields, each holding specific information or linking keys about Document Item: Incoming Invoice for Material data available in SAP. These include BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Document Item in Invoice Document), WRBTR (Amount in document currency).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RBMA table 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 MANDTCLNT3Assigned to domainMANDT
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEIDocument Item in Invoice Document RBLGPNUMC6NUMC6
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
PEINHPrice Unit PEINHDEC5PACK3
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
VRKUMTotal valuated stock in the previous posting period VRKUMQUAN13(3) MENG13V
SALK3Value of Total Valuated Stock SALK3CURR13(2) WERT13N
VMSALValue of total valuated stock in previous period VMSALCURR13(2) WERT13N
SPGRSBlocking Reason: Item Amount SPGRSCHAR1XFELD
BNKAN_FWDelivery costs' share of item value BNK_ANTEILCURR13(2) WERT7
XSKRLIndicator: Line item not liable to cash discount? XSKRLCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table RBMA using ABAP code

The following ABAP code Example will allow you to do a basic selection on RBMA to SELECT all data from the table
DATA: WA_RBMA TYPE RBMA.

SELECT SINGLE *
FROM RBMA
INTO CORRESPONDING FIELDS OF WA_RBMA
WHERE...

How to access SAP table RBMA

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