RHCMPJOBPLCOMP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Pay Grade Structure for Jobs This report lists the planned compensation amounts assigned to jobs...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 RHCMPJOBPLCOMP into the relevant SAP transactions such as SE38 or SE80
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.
Title: Pay Grade Structure for Jobs
Text Symbol: 001 = Object Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING ask_plvar_dialog = 'X' IMPORTING act_plvar = plvar.
HRCM_JP_GET_1005_AND_SHOW_GRID CALL FUNCTION 'HRCM_JP_GET_1005_AND_SHOW_GRID' EXPORTING p_plvar = plvar p_objid = org_objid p_istat = istat p_keyda = hrcm_jobprice2-keyda p_frequ = hrcm_jobprice2-frequ p_curcy = hrcm_jobprice2-curcy p_cpind = cpind TABLES p_infty_tab = infty_tab.
RH_MACO CALL FUNCTION 'RH_MACO' EXPORTING seark = hrcm_jobprice2-seark * SEARK_TEXT = ' ' * WIN_TITLE = ' ' * LIST_HEADER = ' ' plvar = plvar otype = $orgeh * CALLBACK_PROG = ' ' * CALLBACK_FORM = ' ' * RESTRICT_FB = ' ' * RESTRICT_DATA = ' ' * FORGET_BASE_OBJECTS = ' ' * PFKEY = ' ' * LANGU = SY-LANGU * LANGU_MODE = ' ' * SET_MODE = ' ' * SELECT_MESSAGE = 'X' * NO_DIALOG = ' ' * NO_GENERIC_WARNING = ' ' * ORGBEG = SY-DATUM * ORGEND = SY-DATUM * NO_NEW_ENTRIES = ' ' * ENABLE_NEW_SHELP = ' ' IMPORTING sel_object = l_objec * USED_FCODE = * TABLES * OTYPE_TAB = * CONDITION = * BASE_OBJECTS = * SEL_OBJECTS = * MARKED_OBJECTS = EXCEPTIONS f15 = 1 wrong_condition = 2 nothing_found = 3 OTHERS = 4.
RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = plvar otype = $orgeh seark = hrcm_jobprice2-seark IMPORTING sel_object = result EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 OTHERS = 6.
ASK_PLVAR CALL FUNCTION 'ASK_PLVAR' EXPORTING d_plvar = '**' IMPORTING plvar = plvar EXCEPTIONS wrong_plvar_set = 01 no_plvar_set = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHCMPJOBPLCOMP - Pay Grade Structure for Jobs RHCMPJOBPLCOMP - Pay Grade Structure for Jobs RHCMPCUF - Form Routines for Customizing Activities RHCMPCUF - Form Routines for Customizing Activities RHCMPCREATE_ADJUSTMENTS_O01 - RHCMPCREATEADJUSTMENTSO01 RHCMPCREATE_ADJUSTMENTS_F03 - RHCMPCREATEADJUSTMENTSF03