DYNP_RHPA_REPORT SAP (Screen Processing: Function Group RHPA_REPORTING) Structure details

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




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




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

DYNP_RHPA_REPORT 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 RHPA_REPORTING" 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_RHPA_REPORT TYPE DYNP_RHPA_REPORT.

The DYNP_RHPA_REPORT table consists of various fields, each holding specific information or linking keys about Screen Processing: Function Group RHPA_REPORTING data available in SAP. These include BS_SEARK (Search Term), BS_STEXT (Object Name), BS_OTEXT (Object Type Text), BS_OBJID (Object ID).. 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_RHPA_REPORT 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
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
BS_SEARKSearch Term SEARKCHAR12CHAR12
BS_STEXTObject Name STEXTCHAR40TEXT40
BS_OTEXTObject Type Text OTEXTCHAR25TEXT25
BS_OBJIDObject ID OBJEKTIDNUMC8NUM08PON
BS_APPFORMName of form of appraisal APPFORMCHAR40TEXT40
BS_AKIND_IDAppraisal type ID AKIND_IDNUMC1AKIND_ID
BS_APPKINDAppraisal type APPKINDCHAR40TEXT40
BA_OTEXTObject Type Text OTEXTCHAR25TEXT25
DTEXT1Name or Description of Appraisers APPRAISOR_TEXTCHAR40TEXT40
OTYPE1Object Type OTYPECHAR2Assigned to domainOTYPEPOT
OTEXT1Object Type Text OTEXTCHAR25TEXT25
OBJID1Extended Object ID REALOCHAR45CHAR45
SEARK1Search Term SEARKCHAR12CHAR12
STEXT1Object Name STEXTCHAR40TEXT40
DTEXT2Names or Descriptions of Appraisee(s) APPRAISEE_TEXTCHAR40TEXT40
OTYPE2Object Type OTYPECHAR2Assigned to domainOTYPEPOT
OTEXT2Object Type Text OTEXTCHAR25TEXT25
OBJID2Extended Object ID REALOCHAR45CHAR45
SEARK2Search Term SEARKCHAR12CHAR12
STEXT2Object Name STEXTCHAR40TEXT40
APP_BEGDAStart date of period to be appraised APP_BEGDADATS8DATUM
APP_ENDDAEnd Date of Period To Be Appraised APP_ENDDADATS8DATUM
APP_ADATE_BEGCreation Period of Appraisal APPSELECT_SET_BEGDADATS8DATUM
APP_ADATE_ENDCreation Period of Appraisal APPSELECT_SET_ENDDADATS8DATUM
APP_ISTATPlanning Status ISTAT_DCHAR1Assigned to domainISTATPST
APP_HISTOHistorical Record Flag HISTOCHAR1CHAR1
FRAME1Text Field of Length 60 TEXT60CHAR60TEXT60
FRAME2Text Field of Length 60 TEXT60CHAR60TEXT60
APPOR_AND_APPEEFlag: Appraisers and/or appraisees APPSELECT_AND_ORCHAR1CHAR1_X
APPOR_OR_APPEEFlag: Appraisers and/or appraisees APPSELECT_AND_ORCHAR1CHAR1_X
APPMULTI_SOURCEFlag: Multisource appraisal APPMULTI_SOURCECHAR1CHAR1_X
APPSELECT_RESULTFlag: Selection of Individual and Overall Appraisals APPSELECT_RESULTCHAR1CHAR1_X
APPSELECT_PARTFlag: Subappraisal selection APPSELECT_PARTCHAR1CHAR1_X
APPSELECT_PLANNEDFlag: Appraisal status 'In preparation' APPSELECT_PLANNEDCHAR1CHAR1_X
APPSELECT_ACTIVEFlag: Appraisal status 'In process' APPSELECT_ACTIVECHAR1CHAR1_X
APPSELECT_HISTOFlag: Appraisal status 'Completed' APPSELECT_HISTOCHAR1CHAR1_X
APPSELECT_APPROVEDFlag: Appraisal Status 'Approved' APPSELECT_APPROVEDCHAR1CHAR1_X
APPSELECT_REJECTEDFlag: Appraisal Status 'Rejected' APPSELECT_REJECTEDCHAR1CHAR1_X
APPSELECT_WITHOUTFlag: Appraisal Status - Without Appraisal APPSELECT_WITHOUTCHAR1CHAR1_X
APPSELECT_SHOWFlag: Display Existing Appraisals APPSELECT_EXISTINGCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table DYNP_RHPA_REPORT

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