SAP Reports / Programs

RHPEPP10 SAP ABAP Report - Find Persons for Selected Qualifications/Requirements







RHPEPP10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RHPEPP10 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PPQ3 - Find Objects for Profile


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RHPEPP10. "Basic submit
SUBMIT RHPEPP10 AND RETURN. "Return to original report after report execution complete
SUBMIT RHPEPP10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Find Persons for Selected Qualifications/Requirements
Text Symbol: OBB = Object Name
Text Symbol: RES = Search Result
Text Symbol: SEA = Search Term
Text Symbol: TYP = Type


INCLUDES used within this REPORT RHPEPP10

INCLUDE RHPEINI0.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RHP0_USER_PARAMETERS_SET CALL FUNCTION 'RHP0_USER_PARAMETERS_SET' EXPORTING set_pd_otype = 'X' pd_otype = G_OTYPE. "-> to get check allowed otype

RHP6_PROFILE_OBJECT_INFO_GET CALL FUNCTION 'RHP6_PROFILE_OBJECT_INFO_GET' IMPORTING PLVAR = DYNP_RHPP_LAST-PLVAR OTYPE = DYNP_RHPP_LAST-OTYPE1 SOBID = GD_0010_OLD_OBJID BEGDA = DYNP_RHPP_LAST-STTAG ENDDA = DYNP_RHPP_LAST-STTAG.

RH_ASK_FOR_PLVAR CALL FUNCTION 'RH_ASK_FOR_PLVAR' CHANGING PLVAR = DYNP_RHPP-PLVAR EXCEPTIONS OTHERS = 0.

RHP0_USER_PARAMETERS_GET CALL FUNCTION 'RHP0_USER_PARAMETERS_GET' IMPORTING pd_otype = DYNP_RHPP-OTYPE1.

RHP0_USER_PARAMETERS_GET CALL FUNCTION 'RHP0_USER_PARAMETERS_GET' IMPORTING * plvar = BEGDA = DYNP_RHPP-STTAG "#EC * * ENDDA = * SUBSTITUTE = * ESSENTIAL = * HALFVALUE = * WITH_KEY = * ORG_UNIT = EXCEPTIONS OTHERS = 0.

RHP6_PROFILE_OBJECT_SET CALL FUNCTION 'RHP6_PROFILE_OBJECT_SET' EXPORTING PROFILE_VIEW = $PROFILE_VIEW_PD PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 SOBID = GD_0010_OBJID BEGDA = DYNP_RHPP-STTAG "#EC * ENDDA = DYNP_RHPP-STTAG "#EC * MAINTAIN = 'X' "maintain mode for proficiencies CHANGING READ_PART_NEW = GD_0010_READ_PART_NEW COMMIT_FLAG = GD_0010_COMMIT_FLAG EXCEPTIONS OTHERS = 0.

RHP6_PROFILE_OK_CODE_SET CALL FUNCTION 'RHP6_PROFILE_OK_CODE_SET' EXPORTING ACTUAL_OK_CODE = OK_CODE_0010 EXCEPTIONS OTHERS = 0.

RHP0_POPUP_POSSIBLE_DEST * CALL FUNCTION 'RHP0_POPUP_POSSIBLE_DEST' * EXPORTING * otype = ' ' * subty = * x1 = 10 * y1 = 5 * titel = '1' * IMPORTING * picked_otype = dynp_rhpp-otype1 * TABLES * subty_tab = gd_0010_subty_tab * EXCEPTIONS * cancelled = 0 * no_entry_found = 1 * OTHERS = 2.

RHP0_POPUP_F4_SEARK * CALL FUNCTION 'RHP0_POPUP_F4_SEARK' * EXPORTING * F4 = ' ' * PLVAR = DYNP_RHPP-PLVAR * OTYPE = DYNP_RHPP-OTYPE1 * BEGDA = DYNP_RHPP-STTAG * ENDDA = DYNP_RHPP-STTAG * SEARK = DYNP_RHPP-SEARK1 * CHANGING * OBJID = GD_0010_OBJID * STEXT = DYNP_RHPP-STEXT1 * EXCEPTIONS * CANCELLED = 1 * OBJECT_NOT_VALID = 2 * ERROR = 3 * OTHERS = 4.

RHP0_POPUP_F4_SEARK CALL FUNCTION 'RHP0_POPUP_F4_SEARK' EXPORTING F4 = ' ' PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 BEGDA = DYNP_RHPP-STTAG ENDDA = DYNP_RHPP-STTAG SEARK = DYNP_RHPP-SEARK1 CHANGING OBJID = GD_0010_OBJID STEXT = DYNP_RHPP-STEXT1 EXCEPTIONS CANCELLED = 1 OBJECT_NOT_VALID = 2 ERROR = 3 OTHERS = 4.

RHP0_POPUP_F4_SEARK CALL FUNCTION 'RHP0_POPUP_F4_SEARK' EXPORTING F4 = ' ' PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 BEGDA = DYNP_RHPP-STTAG ENDDA = DYNP_RHPP-STTAG SEARK = DYNP_RHPP-SEARK1 CHANGING OBJID = GD_0010_OBJID STEXT = DYNP_RHPP-STEXT1 EXCEPTIONS CANCELLED = 1 OBJECT_NOT_VALID = 2 ERROR = 3 OTHERS = 4.

RHP6_PROFILE_PART_TABLE_GET CALL FUNCTION 'RHP6_PROFILE_PART_TABLE_GET' EXPORTING REPID = 'SAPLRHPP' DYNNR = GD_0010_PART_DYNNR TABLES PROFILE = REQUIREMENT_TAB EXCEPTIONS NOT_POSSIBLE = 0 OTHERS = 0.

RHP6_PROFILE_OBJECT_SET CALL FUNCTION 'RHP6_PROFILE_OBJECT_SET' EXPORTING PROFILE_VIEW = $PROFILE_VIEW_PD PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 SOBID = GD_0010_OBJID.

RHPK_SHOW_SUCCESSION_PLANING CALL FUNCTION 'RHPK_SHOW_SUCCESSION_PLANING' EXPORTING PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 * SOBID = GDATE = DYNP_RHPP-STTAG "#EC * NO_CRIT_POPUP = 'X' OBSOLETE_CHECK = ' ' HEADER_TEXT = TEXT-RES TABLES * RANKING_TAB = * QUALIFICATION_TAB = REQUIREMENT_TAB = REQUIREMENT_TAB * FOUND_PERSONS = * ALTQ_TAB = * QUAL_PROF_TAB = CHANGING SUITED = GD_0010_SUITED * INTERESTED = * POTENTIAL = * EARMARKED = * FIND_CAREER_PATH = * ADD_CAREER_PATH = * AVERSION = EXCEPTIONS DATA_MISSING = 1 POSITION_IS_OBSOLET = 2 CANCELED = 3 NO_AUTHORITY = 4 POSITION_NOT_FOUND = 5 TECHNICAL_ERROR = 6 OTHERS = 7.

RHPK_SHOW_SUCCESSION_PLANING CALL FUNCTION 'RHPK_SHOW_SUCCESSION_PLANING' EXPORTING PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 SOBID = GD_0010_OBJID GDATE = DYNP_RHPP-STTAG "#EC * NO_CRIT_POPUP = 'X' OBSOLETE_CHECK = ' ' HEADER_TEXT = TEXT-RES TABLES * RANKING_TAB = * QUALIFICATION_TAB = REQUIREMENT_TAB = REQUIREMENT_TAB * FOUND_PERSONS = * ALTQ_TAB = * QUAL_PROF_TAB = CHANGING SUITED = GD_0010_SUITED * INTERESTED = * POTENTIAL = * EARMARKED = * FIND_CAREER_PATH = * ADD_CAREER_PATH = * AVERSION = EXCEPTIONS DATA_MISSING = 1 POSITION_IS_OBSOLET = 2 CANCELED = 3 NO_AUTHORITY = 4 POSITION_NOT_FOUND = 5 TECHNICAL_ERROR = 6 OTHERS = 7.

RHPK_SHOW_SUCCESSION_PLANING CALL FUNCTION 'RHPK_SHOW_SUCCESSION_PLANING' EXPORTING PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 SOBID = GD_0010_OBJID GDATE = DYNP_RHPP-STTAG "#EC * * NO_CRIT_POPUP = OBSOLETE_CHECK = ' ' HEADER_TEXT = TEXT-RES TABLES * RANKING_TAB = * QUALIFICATION_TAB = REQUIREMENT_TAB = REQUIREMENT_TAB * FOUND_PERSONS = * ALTQ_TAB = * QUAL_PROF_TAB = CHANGING SUITED = GD_0010_SUITED * INTERESTED = * POTENTIAL = * EARMARKED = * FIND_CAREER_PATH = * ADD_CAREER_PATH = * AVERSION = EXCEPTIONS DATA_MISSING = 1 POSITION_IS_OBSOLET = 2 CANCELED = 3 NO_AUTHORITY = 4 POSITION_NOT_FOUND = 5 TECHNICAL_ERROR = 6 OTHERS = 7.

RHP6_PROFILE_OBJECT_SET CALL FUNCTION 'RHP6_PROFILE_OBJECT_SET' EXPORTING PROFILE_VIEW = $PROFILE_VIEW_PD PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 SOBID = GD_0010_OBJID.

RHP6_PROFILE_PART_TABLE_SET CALL FUNCTION 'RHP6_PROFILE_PART_TABLE_SET' EXPORTING REPID = 'SAPLRHPP' DYNNR = GD_0010_PART_DYNNR TABLES PROFILE = REQUIREMENT_TAB EXCEPTIONS NOT_POSSIBLE = 0 OTHERS = 0.

RHP0_POPUP_POSSIBLE_DEST





* CALL FUNCTION 'RHP0_POPUP_POSSIBLE_DEST' * EXPORTING * otype = ' ' * subty = * x1 = 10 * y1 = 5 * titel = '1' * importing * picked_otype = dynp_rhpp-otype1 * tables * subty_tab = gd_0010_subty_tab * exceptions * cancelled = 0 * no_entry_found = 1 * others = 2.

RHP0_POPUP_F4_SEARK * CALL FUNCTION 'RHP0_POPUP_F4_SEARK' * EXPORTING * F4 = ' ' * PLVAR = DYNP_RHPP-PLVAR * OTYPE = DYNP_RHPP-OTYPE1 * BEGDA = DYNP_RHPP-STTAG * ENDDA = DYNP_RHPP-STTAG * SEARK = DYNP_RHPP-SEARK1 * DYNPRO_REPID = GD_F4_REPID "#EC * * DYNPRO_DYNNR = GD_F4_DYNNR * DYNPRO_PLVARFIELD = * DYNPRO_OTYPEFIELD = * DYNPRO_SEARKFIELD = 'DYNP_RHPP-SEARK1' * CHANGING * OBJID = GD_0010_OBJID * STEXT = DYNP_RHPP-STEXT1 * EXCEPTIONS * CANCELLED = 1 * OBJECT_NOT_VALID = 2 * ERROR = 3 * OTHERS = 4.

RHP0_POPUP_F4_SEARK CALL FUNCTION 'RHP0_POPUP_F4_SEARK' EXPORTING F4 = 'X' PLVAR = DYNP_RHPP-PLVAR OTYPE = DYNP_RHPP-OTYPE1 BEGDA = DYNP_RHPP-STTAG ENDDA = DYNP_RHPP-STTAG * SEARK = DYNPRO_REPID = GD_F4_REPID "#EC * DYNPRO_DYNNR = GD_F4_DYNNR * DYNPRO_PLVARFIELD = * DYNPRO_OTYPEFIELD = DYNPRO_SEARKFIELD = 'DYNP_RHPP-SEARK1' CHANGING OBJID = GD_0010_OBJID STEXT = DYNP_RHPP-STEXT1 EXCEPTIONS CANCELLED = 1 OBJECT_NOT_VALID = 2 ERROR = 3 OTHERS = 4.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RHPEPP10 or its description.