RPSCO_X SAP (Project Report) Structure details

Dictionary Type: Structure
Description: Project Report




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




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

RPSCO_X 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 "Project Report" 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_RPSCO_X TYPE RPSCO_X.

The RPSCO_X table consists of various fields, each holding specific information or linking keys about Project Report data available in SAP. These include KOKRS (Controlling Area), BUKRS (Company Code), FIKRS (Financial Management Area), OWAERS (Currency Key).. 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 RPSCO_X 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
OWAERSCurrency Key OWAERCUKY5TCURCWAERSOWS
TWAERSTransaction Currency TWAERCUKY5TCURCWAERSFWS
OBJNRObject J_OBJNREXTCHAR22OBJEXJ_OBJNREXTONR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERDEPeriod PERIODENUMC3NUM3GFP
PERIOPeriod/year JAHRPERNUMC7PERI7JAHRPER
ACPOSValue category ACPOSCHAR14TPIR2ACPOS
VORGABusiness Transaction J_VORGANGCHAR4TJ01J_VORGANG
VERSNVersion VERSNCHAR3TKVSALPHACOVERSIKVS
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2
VSZHLInternal version counter ( ea. version has a unique number) VSZHLNUMC8VSZHL
ABKATCategory: Results analysis/variance ABKAT_PSNUMC2ABKATABKAT
VERSAResults Analysis Version VERSN_ABGRCHAR3TKKAPALPHAVERSN_ABGRACV
VERSN_EVProgress Version VERSN_EVCHAR3Assigned to domainALPHAVERSN_EVVERSN_EVEVVS_VERSN_EV
VERSN_CTCForecast version VERSN_CTCCHAR3Assigned to domainALPHACOVERSIVERSN_CTCVERSN_CTC
GEBERFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
TRGKZObject indicator BP_TRGKZCHAR1BP_TRGKZ
BELTPDebit type BP_INOUTNUMC1BP_INOUT
VALUTYPValuation View VALUTYPNUMC1VALUTYPVTP
PROJ_INTProject definition (internal) PS_INTNRNUMC8PROJKONPDPS_PSPNR
PRPS_INTWBS Element PS_POSNRNUMC8PRPSABPSPPS_POSNR
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
OBARTObject Type J_OBARTCHAR2Assigned to domainJ_OBART
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
ID_CORRIdentifier for correction records in RPSCO ID_CORRCHAR1ID_CORR
WP00Overall value in controlling area currency BP_WP0CURR15(2) WERTV8
WP01Distributable value in controlling area currency BP_WP1CURR15(2) WERTV8
WP02Total in FM area currency BP_WP2CURR15(2) WERTV8
WP03Distributable value in FM area currency BP_WP3CURR15(2) WERTV8
WP04Total in company code currency BP_WP4CURR15(2) WERTV8
WP05Distributable value in company code currency BP_WP5CURR15(2) WERTV8
WP06Total in object currency BP_WP6CURR15(2) WERTV8
WP07Distributable value in object currency BP_WP7CURR15(2) WERTV8
WP08Total in transaction currency BP_WP8CURR15(2) WERTV8
WP09Distributable value in transaction currency BP_WP9CURR15(2) WERTV8
MEG000Total Quantity MEGXXXQUAN15(3) MENGV8
MUV000Scheduled Usage with Incomplete Quantity MUVXXXCHAR1XFELD
.INCLU--AP 0
VERSN_EV_GPGroup Progress Version VERSN_EV_GPCHAR3Assigned to domainALPHAVERSN_EV_GPVERSN_EV_GPEVVSGP_VERSN_EV_GP

Key field Non-key field



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

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

How to access SAP table RPSCO_X

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