DYNP_RHPA SAP (Screen Processing: Function Group RHPA (Appraisal)) Structure details

Dictionary Type: Structure
Description: Screen Processing: Function Group RHPA (Appraisal)




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




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

DYNP_RHPA 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 (Appraisal)" 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 TYPE DYNP_RHPA.

The DYNP_RHPA table consists of various fields, each holding specific information or linking keys about Screen Processing: Function Group RHPA (Appraisal) data available in SAP. These include BS_STEXT (Object Name), BS_OBJID (Object ID), BS_BEGDA (Start Date), BS_ENDDA (End 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)


SAP DYNP_RHPA 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_STEXTObject Name STEXTCHAR40TEXT40
BS_OBJIDObject ID OBJEKTIDNUMC8NUM08PON
BS_BEGDAStart Date BEGDADATS8DATUM
BS_ENDDAEnd Date ENDDADATS8DATUM
BS_AFORM_IDAppraisal form ID AFORM_IDNUMC8Assigned to domainAFORM_ID
BS_APPFORMName of form of appraisal APPFORMCHAR40TEXT40
BS_AKIND_IDAppraisal type ID AKIND_IDNUMC1AKIND_ID
BS_APPKINDAppraisal type APPKINDCHAR40TEXT40
BA_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
BA_OTEXTObject Type Text OTEXTCHAR25TEXT25
BA_STEXTObject Name STEXTCHAR40TEXT40
BA_OBJIDObject ID OBJEKTIDNUMC8NUM08PON
APPVIEW1View for Generating 'To-Do' List (Appraisal) APPVIEWCHAR1CHAR1_X
APPVIEW2View for Generating 'To-Do' List (Appraisal) APPVIEWCHAR1CHAR1_X
DTEXT1Name or Description of Appraisers APPRAISOR_TEXTCHAR40TEXT40
OTYPE1Object Type OTYPECHAR2Assigned to domainOTYPEPOT
OTEXT1Object Type Text OTEXTCHAR25TEXT25
OBJID1Extended Object ID REALOCHAR45CHAR45
SEARK1Search Term SEARKCHAR12CHAR12
SHORT1Object Abbreviation SHORT_DCHAR12TEXT12
STEXT1Object Name STEXTCHAR40TEXT40
ANONYMOUS_COUNTNumber of anonymous appraisers ANONYMOUS_COUNTNUMC2NUMC2
ANONYMOUSFlag: Anonymous appraiser ANONYMOUSCHAR1CHAR1_X
JUST_ONEFlag: Only One Appraisal Allowed HRPDV_AP_JUST_ONECHAR1CHAR1_X
LAYOUT_DESCRIPTFlag: Sheet will display descriptions HRPDV_AP_LAYOUT_WITH_DESCRIPTCHAR1HRPDV_AP_DESC
LAYOUT_NOTELINESSheet will be formatted with n lines for notes HRPDV_AP_LAYOUT_NOTE_LINESNUMC1NUMC1
LAYOUT_CHECKBOXDisplay Scale Proficiencies of Quality Scale as Checkbox HRPDV_AP_LAYOUT_CHECKBOXNUMC1NUMC1
APPRAISER_INPUTFlag: Input Option for Appraiser HRPDV_APPRAISER_INPUTCHAR1HRPDV_APPRAISER_INPUT
DTEXT2Names or Descriptions of Appraisee(s) APPRAISEE_TEXTCHAR40TEXT40
OTYPE2Object Type OTYPECHAR2Assigned to domainOTYPEPOT
OTEXT2Object Type Text OTEXTCHAR25TEXT25
OBJID2Extended Object ID REALOCHAR45CHAR45
SEARK2Search Term SEARKCHAR12CHAR12
SHORT2Object Abbreviation SHORT_DCHAR12TEXT12
STEXT2Object Name STEXTCHAR40TEXT40
APP_BEGDAStart date of period to be appraised APP_BEGDADATS8DATUM
APP_BEGDA_WWWStart date of period to be appraised HRPDV_AP_BEGDA_TEXTCHAR10HRPDV_DATE_TEXT
APP_ENDDAEnd Date of Period To Be Appraised APP_ENDDADATS8DATUM
APP_ENDDA_WWWEnd date of period to be appraised HRPDV_AP_ENDDA_TEXTCHAR10HRPDV_DATE_TEXT
APP_ADATECreation date of appraisal APPDATEDATS8DATUM
APP_ADATE_WWWEnd date of period to be appraised HRPDV_AP_ADATE_TEXTCHAR10HRPDV_DATE_TEXT
APP_ISTATPlanning Status ISTAT_DCHAR1Assigned to domainISTATPST
APP_HISTOHistorical Record Flag HISTOCHAR1CHAR1
APP_ITEXTAppraisal Status Text APPRAISAL_STATUSCHAR25CHAR25
FRAME1Text Field of Length 60 TEXT60CHAR60TEXT60
FRAME2Text Field of Length 60 TEXT60CHAR60TEXT60
APPMULTI_SOURCEFlag: Individual, Overall, or Sub-Appraisal HRPDV_APPRAISAL_TYPECHAR1CHAR1
ATEXTIndividual appraisal, overall appraisal, or subappraisal APPMULTI_STEXTCHAR25CHAR25
APPMULTI_AUTOCALCFlag: Calculate overall appraisal automatically APPMULTI_AUTOCALCCHAR1CHAR1_X
APP_PROCESSINGFlag: Follow-up Processing Possible (Indiv./Overall Apprsl.) APPRAISAL_PROCESSINGCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table DYNP_RHPA

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