RWCOOM SAP (Reporting Table: Overhead Cost Controlling) Structure details

Dictionary Type: Structure
Description: Reporting Table: Overhead Cost Controlling




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




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

RWCOOM 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 "Reporting Table: Overhead Cost Controlling" 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_RWCOOM TYPE RWCOOM.

The RWCOOM table consists of various fields, each holding specific information or linking keys about Reporting Table: Overhead Cost Controlling data available in SAP. These include FISCYEAR (Fiscal year), FISCPER (Fiscal year / period), OBJNR (Object), KOSTL (Cost Center).. 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 RWCOOM 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
FISCYEARFiscal year RSFISCYEARNUMC4GJAHRGJAHR
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
OBJNRObject J_OBJNREXTCHAR22OBJEXJ_OBJNREXTONR
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
PRZNRBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
PKSTL_BUEPartner cost center PKSTL_DCHAR10Assigned to domainALPHAKOSTL
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
PAROBPartner object J_PAROBEXTCHAR22OBJEXJ_OBJNREXTONR
USPOBSource Object (Cost Center/Activity Type) USPOBCHAR22Assigned to domainJ_OBJNR
TARKZPrice Indicator: Calculate Allocation Price TARKZCHAR3Assigned to domainALPHATARKZ
STAGRStatistical key figure STAGRCHAR6Assigned to domainSTAGRSTA
ELEMTCost Component Number CK_ELEMENTNUMC3Assigned to domainCK_ELEMENT
ABKATCategory for Variance/Results Analysis ABKATNUMC2ABKATABKAT
CBRKEExternal Value Added Ranking (CO-OM-ABC) CO_CBRKENUMC2Assigned to domainCO_CBRKG
CBRKIInternal Value Added Ranking (CO-OM-ABC) CO_CBRKINUMC2Assigned to domainCO_CBRKG
CBARTBusiness Process Attribute: Category CO_CBARTCHAR2Assigned to domainCO_CBART
DRVTPBusiness Process Attribute: Allocation Category (CO-OM-ABC) CO_DRVTPCHAR3Assigned to domainALPHACO_DRVTP
SWKGAmount SWKGRCURR15(2) WERTV8
SWKFFixed Amount SWKFRCURR15(2) WERTV8
SWKVVariable Amount SWKVRCURR15(2) WERTV8
SLSTActivity Quantity SLSTRQUAN15(3) MENGV8
SDISScheduled Activity Quantity SDISRQUAN15(3) MENGV8
SKAPCapacity SKAPRQUAN15(3) CQUA8
SAUSOutput AUSRQUAN15(3) MENGV8
STKGPrice STKGRCURR11(2) WERTV6
STKFPrice (Fixed) STKFRCURR11(2) WERTV6
STKVVariable price STKVRCURR11(2) WERTV6
SSMEQuantity RSSMEQUAN15(3) CQUA8
SWLJETBudget SWLJETCURR15(2) WERTV8
SWLGESBudget SWLGESCURR15(2) WERTV8
SWLGPLOverall Plan Value SWLGPLCURR15(2) WERTV8
SKSTGAmount SKSTGCURR15(2) WERTV8
SKSTFFixed Amount SKSTFCURR15(2) WERTV8
SKSTVVariable Amount SKSTVCURR15(2) WERTV8
AWKGAmount AWKGRCURR15(2) WERTV8
AWKFFixed amount AWKFRCURR15(2) WERTV8
AWKVVariable Amount AWKVRCURR15(2) WERTV8
LEINHActivity Unit LEINHUNIT3Assigned to domainCUNITMEINS
AUSEHOutput Unit AUSEHUNIT3Assigned to domainCUNITMEINS
PANLKLSettlement receiver: Asset class/AuC PANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
PANLNRSettelement receiver: Asset/AuC PANLNRCHAR22CHAR22
PAIBKZSettlement receiver: AuC for inventory measure PAIBKZNUMC1PAIBKZ
SEKNZSender/Receiver Indicator CO_SEKNZCHAR1BELKZ
SMEGConsumption quantity SMEGRQUAN15(3) MENGV8
SMEFFixed Consumption Quantity SMEFRQUAN15(3) MENGV8
SMEVVariable Consumption Quantity SMEVRQUAN15(3) MENGV8
SAKAAmount settled to asset/AUC AKGXXXCURR15(2) WERTV8
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
WAERSCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
CURTYPECurrency Type COCURTYPECHAR2COCURTYPE
VALUTYPValuation VALUTYP_ACTNUMC1VALUTYPVTP

Key field Non-key field



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

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

How to access SAP table RWCOOM

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