/SAPNEA/ROWA SAP (Chargeable component consumptions) Table details

Dictionary Type: Table
Description: Chargeable component consumptions




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




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

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

The /SAPNEA/ROWA table consists of various fields, each holding specific information or linking keys about 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 /SAPNEA/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 RKWA entry MR_RKWASTNUMC2NUM02
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
BWAERCurrency Key WAERSCUKY5TCURCWAERSFWS
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
BSTMEUnit of measure for settlement MR_BSTMEUNIT3T006CUNITMEINS
BSTMGQuantity withdrawn for settlement MR_BSTMGQUAN13(3) MENG13
HKONTGeneral Ledger Account HKONTCHAR10SKB1ALPHASAKNR
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
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) BWARTCHAR3T156BWARTBWA
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
BKLASValuation Class BKLASCHAR4T025BKLAS
CKONTGeneral Ledger Account HKONTCHAR10SKA1ALPHASAKNR
ABWHKAlternative G/L Account ABWHKCHAR10SKA1ALPHASAKNR
PREISNet Price in Purchasing Info Record IPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
CCBTRAmount in document currency WRBTRCURR13(2) WERT7
VGARTTransaction/Event Type VGARTCHAR2T158VVGART
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10Assigned to domainALPHALIFNR
VBELNBilling Document VBELN_VFCHAR10VBUKALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6VBUPPOSNR
DOCKZMovement category /SAPNEA/DOCKZCHAR1/SAPNEA/DOCKZ
MVCTGMovement category /SAPNEA/DOCKZCHAR1/SAPNEA/DOCKZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM /SAPNEA/ROWA
INTO CORRESPONDING FIELDS OF WA_/SAPNEA/ROWA
WHERE...

How to access SAP table /SAPNEA/ROWA

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