DYNP_RHPQ_TAB SAP (RHPQ: Individual Development Plan Items) Structure details

Dictionary Type: Structure
Description: RHPQ: Individual Development Plan Items




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




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

DYNP_RHPQ_TAB 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 "RHPQ: Individual Development Plan Items" 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_DYNP_RHPQ_TAB TYPE DYNP_RHPQ_TAB.

The DYNP_RHPQ_TAB table consists of various fields, each holding specific information or linking keys about RHPQ: Individual Development Plan Items data available in SAP. These include PFLICHT_X (Indicator: Mandatory item), PFLICHT_N (Number of mandatory items), OTYPE (Object Type (Personnel Development)), SOBID (ID of Related Object).. 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)


SAP DYNP_RHPQ_TAB 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
SCHRITTDetermine Sequence RANKNUMC4NUM4
PFLICHT_XIndicator: Mandatory item PFLICHT_XCHAR1CHAR1
PFLICHT_NNumber of mandatory items PFLICHT_NNUMC4NUM4
OTYPEObject Type (Personnel Development) HRPDV_DYNP_OTYPECHAR2T778OOTYPE
SOBIDID of Related Object SOBIDCHAR45CHAR45
OTEXTObject Type Text OTEXTCHAR25TEXT25
STEXTObject Name STEXTCHAR40TEXT40
DAUERDuration (numeric value) (years, months, days) D_ANZAHLDATS8DATS
DAUER_JJDuration in years (2 digits) DAUER_JAHRE_2NUMC2NUMC02
DAUER_MMDuration in months DAUER_MONATENUMC2NUMC02
DAUER_TTDuration in days DAUER_TAGENUMC2NUMC02
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
STATE_IDState of Development Plan PLAN_STATENUMC2T77BZPLAN_STATE
STATE_TXTText for state of development plan PLAN_STATE_TXTCHAR25TEXT25
NOTEFlag: Object Has a Note PE_NOTECHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table DYNP_RHPQ_TAB

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