RCORCL SAP (Reporting, CO-OM-RCL) Structure details

Dictionary Type: Structure
Description: Reporting, CO-OM-RCL




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




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

RCORCL 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, CO-OM-RCL" 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_RCORCL TYPE RCORCL.

The RCORCL table consists of various fields, each holding specific information or linking keys about Reporting, CO-OM-RCL data available in SAP. These include RBUKRS (Company Code), RBUSA (Business Area), RFAREA (Functional Area), RSCOPE (Object Class).. 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: Not classified


SAP RCORCL 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 KOKRSCHAR4Assigned to domainCACCDCAC
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RBUSABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RFAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
RSCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
RACCTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
RACCT_RCLReconciliation Account for Reconciliation Posting RACCT_RCLCHAR10Assigned to domainALPHASAKNRSAK
SBUKRSCompany code of partner PBUKRSCHAR4Assigned to domainBUKRSBUK
SBUSATrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
SFAREAPartner Functional Area SFKBERCHAR16Assigned to domainFKBER
ROBARTReconciliation ledger object type (technical) COFI_OB_CVCHAR2OBARTJ_OBART_LD
WRTTPValue type WRTTPNUMC2WRTTP
RVERSVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
ACTIVRecord type of reconciliation ledger RCL_TRIGCHAR4RCL_TRIG
RRCTYRecord Type RRCTYCHAR1RRCTY
KATYPCost element category KATYPCHAR2ALPHAKATYP
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
RHRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
SACCTCost element of partner PKSTARCHAR10Assigned to domainALPHAKSTARKAT
SHRKFTOrigin of partner (subdivision of cost element) PHRKFTCHAR4Assigned to domainHRKFT
SOBARTPartner object type (for reconciliation ledger) COFI_PO_CVCHAR2OBARTJ_OBART_LD
SSCOPEPartner object class PSCOPE_CVCHAR2SCOPESCOPE_CV
RTCURControlling area currency RCLCURCUKY5Assigned to domainWAERSFWS
RUNITUnit of Measure RCLMEINHUNIT3Assigned to domainCUNITMEINS
CO_TSLCO: Costs in Controlling Area Currencey SCOTSLCURR17(2) WERTV9
CO_HSLCO: Costs in Company Code Currency SCOHSLCURR17(2) WERTV9
CO_KSLCO: Costs in Group Currency SCOKSLCURR17(2) WERTV9
FI_TSLFI: Expense in Transaction Currency SFITSLCURR15(2) WERTV8
FI_HSLFI: Expense in Company Code Currency SFIHSLCURR15(2) WERTV8
FI_KSLFI: Expense in Group Currency SFIKSLCURR15(2) WERTV8
CO_MSLCO: Quantities SCOMSLQUAN15(3) MENGV8

Key field Non-key field



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

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

How to access SAP table RCORCL

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