ROWA SAP (Index table : Chargeable component consumptions) Table details

Dictionary Type: Table
Description: Index table : Chargeable component consumptions




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




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

ROWA is a standard SAP Table which is used to store Index table : Chargeable component consumptions data and is available within R/3 SAP systems depending on the version and release level.

The ROWA table consists of various fields, each holding specific information or linking keys about Index table : Chargeable component consumptions data available in SAP. These include MANDT (Client), MBLNR (Number of Material Document), MJAHR (Material Document Year), ZEILE (Item in Material Document).. 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: Not classified


SAP ROWA 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
MBLNRNumber of Material Document MBLNRCHAR10MKPFALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4MKPFGJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MSEGMBLPOPOS
STATUSStatus for ROWA entry MO_ROWASTNUMC2NUM02
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BSTMGPurchase Order Quantity BSTMGQUAN13(3) MENG13
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEIDocument Item in Invoice Document RBLGPNUMC6NUMC6
NAVNWNon-deductible input tax NAVNWCURR13(2) WERT7
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BKLASValuation Class BKLASCHAR4Assigned to domainBKLAS
CKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ABWHKAlternative G/L Account ABWHKCHAR10Assigned to domainALPHASAKNR
PREISNet Price in Purchasing Info Record IPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
CCBTRAmount in document currency WRBTRCURR13(2) WERT7
VGARTTransaction/Event Type VGARTCHAR2Assigned to domainVGART
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10Assigned to domainALPHALIFNR
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6Assigned to domainPOSNR
MVCTGOBEW Movement Category MVCTGCHAR1MVCTG

Key field Non-key field



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

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

SELECT SINGLE *
FROM ROWA
INTO CORRESPONDING FIELDS OF WA_ROWA
WHERE...

How to access SAP table ROWA

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