SAP Reports / Programs | Cross-Application Components | General Application Functions | Qualifications and Requirements(CA-GTF-QR) SAP CA

RHPEPLAC SAP ABAP Report - Career planning







RHPEPLAC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to start Career Planning...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RHPEPLAC 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

PPCP - Career Planning


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 RHPEPLAC. "Basic submit
SUBMIT RHPEPLAC AND RETURN. "Return to original report after report execution complete
SUBMIT RHPEPLAC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Career planning
Text Symbol: AVE = Exclude dislikes
Text Symbol: CPB = Include career
Text Symbol: EAR = Include designations
Text Symbol: EIG = Include qualifications
Text Symbol: INT = Include preferences
Text Symbol: POT = Include potentials
Text Symbol: SEA = Search term
Text Symbol: TYP = Type


INCLUDES used within this REPORT RHPEPLAC

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:

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

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING * MODE = '1'"Liste direkt anzeigen "ludwig PLVAR = PLVAR OTYPE = $CPATH SEARK = DYNP_PCRIT-ADD_LB_OBJ SEARK_BEGDA = DYNP_RHPP-STTAG SEARK_ENDDA = DYNP_RHPP-STTAG * NO_SEARK_POPUP = 'X' Changed from Ludwig * WITHOUT_RSIGN = * WITHOUT_RELAT = * WITHOUT_SCLAS = * DYNPRO_REPID = ' ' * DYNPRO_DYNNR = ' ' * DYNPRO_PLVARFIELD = ' ' * DYNPRO_OTYPEFIELD = ' ' * DYNPRO_SEARKFIELD = ' ' * SEARK_TEXT = ' ' * WIN_TITLE = ' ' * LIST_HEADER = ' ' * CALLBACK_PROG = ' ' * CALLBACK_FORM = ' ' * RESTRICT_FB = ' ' * RESTRICT_DATA = ' ' * FORGET_BASE_OBJECTS = ' ' * PFKEY = ' ' * LANGU = SY-LANGU * LANGU_MODE = '1' * SET_MODE = ' ' * SELECT_MESSAGE = 'X' * NO_DIALOG = ' ' * NO_NEW_ENTRIES = ' ' * READ_SHORT_STEXT = ' ' * FILL_SEL_HROBJECT_TAB = ' ' * FILL_SEL_HRSOBID_TAB = ' ' IMPORTING * SEL_PLVAR = * SEL_OTYPE = SEL_OBJECT = OBJEC * USED_FCODE = * TABLES * OTYPE_TABLE = * CONDITION = * BASE_OBJECTS = * SEL_OBJECTS = * MARKED_OBJECTS = * SEL_HROBJECT_TAB = * SEL_HRSOBID_TAB = EXCEPTIONS CANCELLED = 1 WRONG_CONDITION = 2 NOTHING_FOUND = 3 ILLEGAL_MODE = 4 INTERNAL_ERROR = 5 OTHERS = 6.

RHP0_POPUP_POSSIBLE_DEST * CALL FUNCTION 'RHP0_POPUP_POSSIBLE_DEST' * EXPORTING * otype = '*' * SUBTY = * X1 = 30 * Y1 = 10 * titel = '1' * IMPORTING * picked_otype = otype * TABLES * subty_tab = subty_tab * EXCEPTIONS * cancelled = 0 * no_entry_found = 1 * OTHERS = 2.

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

RHPK_SHOW_CAREER_PLANING CALL FUNCTION 'RHPK_SHOW_CAREER_PLANING' EXPORTING PLVAR = PLVAR OTYPE = OTYPE SOBID = SOBID GDATE = DYNP_RHPP-STTAG NO_CRIT_POPUP = NO_CRIT_POPUP * TABLES * QUALIFICATION_TAB = * REQUIREMENT_TAB = * FOUND_POSITIONS = * ALTQ_TAB = * QUAL_PROF_TAB = CHANGING SUITED = DYNP_PCRIT-SUITED INTERESTED = DYNP_PCRIT-INTERESTED POTENTIAL = DYNP_PCRIT-POTENTIAL EARMARKED = DYNP_PCRIT-EARMARKED FIND_CAREER_PATH = DYNP_PCRIT-CAREERPATH ADD_CAREER_PATH = OBJEC-OBJID AVERSION = DYNP_PCRIT-AVERSION EXCEPTIONS DATA_MISSING = 1 CANCELED = 2 NO_AUTHORITY = 3 PERSON_NOT_FOUND = 4 TECHNICAL_ERROR = 5 OTHERS = 6.

RHP0_POPUP_F4_SEARK CALL FUNCTION 'RHP0_POPUP_F4_SEARK' EXPORTING F4 = ' ' PLVAR = PLVAR OTYPE = OTYPE BEGDA = DYNP_RHPP-STTAG ENDDA = DYNP_RHPP-STTAG SEARK = DYNP_RHPP-SEARK1 CHANGING OBJID = SOBID 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 = PLVAR OTYPE = OTYPE BEGDA = DYNP_RHPP-STTAG ENDDA = DYNP_RHPP-STTAG SEARK = DYNP_RHPP-SEARK1 DYNPRO_REPID = REPID DYNPRO_DYNNR = DYNNR * DYNPRO_PLVARFIELD = * DYNPRO_OTYPEFIELD = DYNPRO_SEARKFIELD = 'DYNP_RHPP-SEARK1' CHANGING OBJID = SOBID STEXT = DYNP_RHPP-STEXT1 EXCEPTIONS CANCELLED = 1 OBJECT_NOT_VALID = 2 ERROR = 3 OTHERS = 4.

RH_COMBOBOX_POSSIBLE_OTYPES CALL FUNCTION 'RH_COMBOBOX_POSSIBLE_OTYPES' EXPORTING OTYPE = '*' * subty = * cb_repid = * cb_form = TABLES SUBTY_TAB = SUBTY_TAB EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2. "Riester



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 RHPEPLAC or its description.