SAP Reports / Programs

RHCMPJOBPLCOMP SAP ABAP Report - Pay Grade Structure for Jobs







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


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


Text pool values


Title: Pay Grade Structure for Jobs
Text Symbol: 001 = Object Selection


INCLUDES used within this REPORT RHCMPJOBPLCOMP

No INCLUDES are used within this REPORT code!


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_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.



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