DYNP_RHPD_SEARCH SAP (Screen Processing: Function Group RHPD_SEARCH) Structure details

Dictionary Type: Structure
Description: Screen Processing: Function Group RHPD_SEARCH




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




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

DYNP_RHPD_SEARCH 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 "Screen Processing: Function Group RHPD_SEARCH" 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_RHPD_SEARCH TYPE DYNP_RHPD_SEARCH.

The DYNP_RHPD_SEARCH table consists of various fields, each holding specific information or linking keys about Screen Processing: Function Group RHPD_SEARCH data available in SAP. These include REF_OBJID (Search Term), REF_STEXT (Object Name), BUTTON_OPTION (Icon in text fields (substitute display, alias)), STAG (Reporting key date).. 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 DYNP_RHPD_SEARCH 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
REF_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
REF_OBJIDSearch Term SEARKCHAR12CHAR12
REF_STEXTObject Name STEXTCHAR40TEXT40
BUTTON_OPTIONIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
STAGReporting key date KEYDAYDATS8DATUM
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
QUALSTXTObject Name STEXTCHAR40TEXT40
ESSENTIALIndicator: Essential or Optional Requirement ESSENTIALXCHAR1CHAR1_XPEM
SIGNSelection criteria: SIGN RSSIGNCHAR1RSSIGN
OPTIONSelection criteria: OPTION RSOPTIONCHAR2RSOPTION
LOWProficiency of a Quality Scale RATINGNUMC4CHARA
HIGHProficiency of a Quality Scale RATINGNUMC4CHARA
LOW_TEXTProficiency HRPDV_PROFCY_TEXT_LOWCHAR40TEXT40
HIGH_TEXTMaximum Proficiency HRPDV_PROFCY_TEXT_HIGHCHAR40TEXT40
SELECT_OTEXTObject Type Text OTEXTCHAR25TEXT25
PERS_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
PERS_OBJIDSearch Term SEARKCHAR12CHAR12
PERS_TAB_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
PERS_TAB_SOBIDID of Related Object SOBIDCHAR45CHAR45
PERS_TAB_OTEXTObject Type Text OTEXTCHAR25TEXT25
PERS_TAB_STEXTObject Name STEXTCHAR40TEXT40
FRAME1Text Field of Length 60 TEXT60CHAR60TEXT60
FRAME2Text Field of Length 60 TEXT60CHAR60TEXT60
PLANNING_BEGDAPlanning Start Date PLANNING_BEGDADATS8DATUM
PLANNING_ENDDAPlanning End Date PLANNING_ENDDADATS8DATUM
PLANNING_DAYPlanning Days PLANNING_DAYDEC6(2) DECV4_2

Key field Non-key field



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

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

How to access SAP table DYNP_RHPD_SEARCH

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