SAP ROXPPD0033 Operational item persisted data Table data and field list

ROXPPD0033 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 "Operational item persisted 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_ROXPPD0033 TYPE ROXPPD0033.

The ROXPPD0033 table consists of various fields, each holding specific information or linking keys about Operational item persisted data data available in SAP. These include GUID (Guid for application objects), EXTERNAL_ID (Business Object ID), PORTFOLIO_GUID (Guid for application objects), PARENT_GUID (Guid for application objects)... 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. .

ROXPPD0033 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 ROXPPD0033 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 ROXPPD0033 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_GUIDRAW16
EXTERNAL_IDBusiness Object ID /RPM/TV_EXTIDCHAR24
PORTFOLIO_GUIDGuid for application objects /RPM/TV_GUIDRAW16
PARENT_GUIDGuid for application objects /RPM/TV_GUIDRAW16
CATEGORYCategory RPM_PROJECT_CATEGORYNUMC4Assigned to domainRPM_PROJECT_CATEGORY/RPM/CATEGORY
SUBCATEGORYSubcategory RPM_PROJ_SUBCATEGORYNUMC4Assigned to domainRPM_SUBCATEGORY/RPM/CATEGORY_SUBCATEGORY
PHASEStage RPM_PROJECT_PHASENUMC4Assigned to domainRPM_PROJECT_PHASE
PTYPEGroup RPM_PROJECTTYPENUMC4Assigned to domainRPM_PROJECTTYPE
TTYPETechnology Type RPM_PROJECT_TECHTYPENUMC4Assigned to domainRPM_PROJECT_TECHTYPE
RISKAAssessed Project Risk RPM_PROJECT_RISK_ASSESEDNUMC3NUMC3
PROBTProbability of Technical Success RPM_PROJECT_PROB_TECHNUMC3NUMC3
PROBCProbability of Commercial Success RPM_PROJECT_PROB_COMMNUMC3NUMC3
HEADCActual Headcount RPM_PROJECT_HEADCOUNTDEC10(2) /RPM/DEC_10_2
COSTDDevelopment Cost RPM_PROJECT_COST_DEVELOPMENTCURR16(2) /RPM/CURR_16_2
COSTLLaunch Cost RPM_PROJECT_COST_LAUNCHCURR16(2) /RPM/CURR_16_2
NPVNet Present Value (manual) RPM_PROJECT_NPVCURR16(2) /RPM/CURR_16_2
CURRENCYCurrency key RPM_TV_CURRENCYCUKY5Assigned to domainWAERS
LOCATIONProject Location RPM_TV_PROJECT_LOCATIONCHAR4Assigned to domainRPM_PROJECT_LOCATIONRPM_SEARCH_LOCATION
GEOGRAPHYProject Geography RPM_TV_PROJECT_GEOGRAPHYCHAR4Assigned to domainRPM_PROJECT_GEOGRAPHYRPM_SEARCH_GOEGRAPHY
RPM_CHANGED_ONTime Stamp RPM_TV_TIMESTAMPDEC15TSTPSRPM_BCOS_TSTMP
PERIODTYPEFinancial Period Breakdown /RPM/TV_PERIOD_TYPENUMC2Assigned to domain/RPM/TD_PERIOD_TYPE/RPM/SRCH_FIN_PERIOD_TYPE
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
FORECAST_STARTDate DATUMDATS8DATUM
PLANNED_STARTDate DATUMDATS8DATUM
ACTUAL_STARTDate DATUMDATS8DATUM
FORECAST_FINISHDate DATUMDATS8DATUM
PLANNED_FINISHDate DATUMDATS8DATUM
ACTUAL_FINISHDate DATUMDATS8DATUM
ESCALATIONEscalation Flag RPM_TV_ESCALATIONCHAR1XFELD
ITEM_TYPEType /RPM/TV_ITEM_IDCHAR15Assigned to domain/RPM/TD_ITEM_TYPE
PORTFL_ITEM_GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
ECVExpected Commercial Value (manual) RPM_TV_ECVCURR16(2) /RPM/CURR_16_2
PRIORITY_GROUPPriority Group RPM_PRIORITY_GROUPNUMC2Assigned to domainRPM_PRIORITY_GROUP
CHANGED_BYUser Name UNAMECHAR12UNAME
VERSION_ITEMSingle-Character Indicator CHAR1CHAR1CHAR1
EA_DUMMYSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ROXPPD0033

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

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