SAP ROXPPD0043 Project data Table data and field list

ROXPPD0043 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 data" 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_ROXPPD0043 TYPE ROXPPD0043.

The ROXPPD0043 table consists of various fields, each holding specific information or linking keys about Project data data available in SAP. These include GUID (Guid for application objects), RISK_PRCNT (Risk Group - Upper Limit), RISK_GROUP (Risk Group Assessed), RISK_ICON (Project Risk)... 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. .

ROXPPD0043 structure Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROXPPD0043 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ROXPPD0043 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_PROJECTRPM_GUID
RISK_PRCNTRisk Group - Upper Limit RPM_RISK_LIMIT_HIGHNUMC3NUMC3
RISK_GROUPRisk Group Assessed RPM_RISK_GROUPNUMC2Assigned to domainRPM_RISK_GROUP
RISK_ICONProject Risk RPM_TV_RISK_ICONCHAR4Assigned to domainICON
DERIVED_RISKDerived Risk RPM_TV_RISK_DERIVEDNUMC3NUMC3
HEADC_ACTUALActual Headcount RPM_PROJECT_HEADCOUNTDEC10(2) /RPM/DEC_10_2
PRIORITY_ICONPriority RPM_TV_PRIORITY_ICONCHAR4Assigned to domainICON
PHASE_ICONStage RPM_TV_PHASE_ICONCHAR4Assigned to domainICON
PHASE_COLORAlert Object Color Status RPM_TV_STATUS_COLORCHAR7RPM_HTML_COLOR
FCST_COST_TForecasted Costs (Grand Total) /RPM/TV_FORECAST_COSTS_TCURR16(2) CURR16
PLAN_COST_TPlanned Costs (Grand Total) /RPM/TV_PLAN_COSTS_TCURR16(2) CURR16
ACTUAL_COST_TActual Costs (Grand Total) /RPM/TV_ACTUAL_COSTS_TCURR16(2) CURR16
FCST_COST_PPForecasted Costs (Planning Period) /RPM/TV_FORECAST_COSTS_PPCURR16(2) CURR16
PLAN_COST_PPPlanned Costs (Planning Period) /RPM/TV_PLAN_COSTS_PPCURR16(2) CURR16
ACTUAL_COST_PPActual Costs (Planning Period) /RPM/TV_ACTUAL_COSTS_PPCURR16(2) CURR16
FCST_DEMAND_TForecasted Demand (Grand Total) /RPM/TV_FORECAST_DEMAND_TQUAN20(2) /RPM/TD_DEMAND
PLAN_DEMAND_TPlan Demand (Grand Total) /RPM/TV_PLAN_DEMAND_TQUAN20(2) /RPM/TD_DEMAND
ACTUAL_DEMAND_TActual Demand (Grand Total) /RPM/TV_ACTUAL_DEMAND_TQUAN20(2) /RPM/TD_DEMAND
FCST_DEMAND_PPPlan Demand (Planning Period) /RPM/TV_FORECAST_DEMAND_PPQUAN20(2) /RPM/TD_DEMAND
PLAN_DEMAND_PPPlan Demand (Planning Period) /RPM/TV_PLAN_DEMAND_PPQUAN20(2) /RPM/TD_DEMAND
ACTUAL_DEMAND_PPActual Demand (Planning Period) /RPM/TV_ACTUAL_DEMAND_PPQUAN20(2) /RPM/TD_DEMAND
CURRENCY_DERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UNIT_DERBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
CHANGED_ONTime Stamp RPM_TV_TIMESTAMPDEC15TSTPSRPM_BCOS_TSTMP
EA_DUMMYSingle-Character Indicator CHAR1CHAR1CHAR1
PLANNED_REVENUEPlanned Revenues /RPM/TV_PLANNED_REVENUECURR16(2) /RPM/CURR_16_2
PLANNED_REV_YTDPlanned Revenues Year to Date /RPM/TV_PLANNED_REVENUE_YTDCURR16(2) /RPM/CURR_16_2
ACTUAL_REVENUEActual Revenues /RPM/TV_ACTUAL_REVENUECURR16(2) /RPM/CURR_16_2
ACTUAL_REV_YTDActual Revenues Year to Day /RPM/TV_ACTUAL_REVENUE_YTDCURR16(2) /RPM/CURR_16_2
NPV_PLANNet Present Value /RPM/TV_NPV_PLANCURR16(2) /RPM/CURR_16_2
IRR_PLANInternal Rate of Return in % /RPM/TV_IRR_PLANCURR16(2) /RPM/CURR_16_2
ROI_PLANReturn on Investment in % /RPM/TV_ROI_PLANCURR16(2) /RPM/CURR_16_2
PAYBACK_PLANPayback Periods in Months /RPM/TV_PAYBACK_PLANNUMC6ALPHA/RPM/TD_PBP_PLAN
ECV_PLANExpected Commercial Value /RPM/TV_ECV_PLANCURR16(2) /RPM/CURR_16_2
EA_DUMMY_KPISingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ROXPPD0043

Within an ECC or HANA version of SAP you can also view further information about ROXPPD0043 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).