SAP Reports / Programs

RPLLVGC0 SAP ABAP Report - HR-CH: Salary Comparison







RPLLVGC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can create statistics about the level of salary and bonus payments with this program including the industry in which your company is active...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 RPLLVGC0 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

PC00_M02_LLVG0 - Salary Comparison


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


Text pool values


Selection Text: _PFUBRA = D Industry Code
Selection Text: _PMOSTD = D Monthly Working Hours
Selection Text: _SABREH = D Payroll unit ASM
Selection Text: _SLGABN = Wage types for special payment
Selection Text: _SLGAVT = Wage types for annual salary
Selection Text: _SPARM1 = 13th monthly wage
Title: HR-CH: Salary Comparison
Text Symbol: S01 = Other data
Text Symbol: T01 = Salary Comparison
Text Symbol: T02 = List of Messages


INCLUDES used within this REPORT RPLLVGC0

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:

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAYCHLVG0' flt_val = _pfubra IMPORTING is_implemented = is_implemented CHANGING instance = _cexit.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = syrepid * I_INTERNAL_TABNAME = i_structure_name = 'P02_LVG_OUTPUT' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = ifieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' i_callback_program = syrepid i_callback_pf_status_set = 'OUTPUT_SET_STATUS' i_callback_user_command = 'OUTPUT_USER_COMMAND' * I_STRUCTURE_NAME = * IS_LAYOUT = it_fieldcat = ifieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = variant it_events = ievent * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = ioutput EXCEPTIONS program_error = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = ' ' TABLES error = _ierror EXCEPTIONS OTHERS = 0.

HR_CH_DISPLAY_MESSAGE_LIST CALL FUNCTION 'HR_CH_DISPLAY_MESSAGE_LIST' EXPORTING root_title = 'Salärvergleich'(t01) root_descr = 'Liste der Meldungen'(t02) TABLES errorlist = _ierror.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = begda end = endda IMPORTING fire_date = austritt TABLES pp0000 = p0000 pp0001 = p0001 pphifi = phifi.

RP_FILL_WAGE_TYPE_TABLE CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE' EXPORTING * APPLI = 'E' begda = begda endda = endda infty = '0008' * OBJPS = ' ' * TCLAS = 'A' pernr = pernr * SEQNR = ' ' * SUBTY = '0 ' * DLSPL = 'X' * MSGFLG = '' * NORDCT = '' * CONV_CURR = 'X' * READ_INFOTYPE = TABLES ppbwla = ipbwla pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 * PP0014 = * PP0015 = * PP0052 = * PP0230 = EXCEPTIONS error_at_indirect_evaluation = 1 OTHERS = 2.

HR_CH_ANSPRUCH_JZU CALL FUNCTION 'HR_CH_ANSPRUCH_JZU' EXPORTING pernr = pernr begda = begda endda = endda parm1 = wparm1-parm1 IMPORTING subrc = subrc TABLES p0001 = p0001 ichjzu = ichjzu.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = pernr infty = '0001' begda = lbeg endda = lend * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES infty_tab = i0001 EXCEPTIONS OTHERS = 0.

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = pernr permo = w549a-permo pabrj = w549q_beg-pabrj pabrp = w549q_beg-pabrp pabrj_end = w549q_end-pabrj pabrp_end = w549q_end-pabrp * INPER_LST = * INPER_ACT = actual = 'A' * WAERS = TABLES result_tab = iresult EXCEPTIONS no_results = 0 "is ok error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 internal_error = 6 wrong_structure_of_result_tab = 7 OTHERS = 8.

HR_CH_READ_ABREINHEIT CALL FUNCTION 'HR_CH_READ_ABREINHEIT' EXPORTING p02_stichtag = endda p02_anwschlch = c_anwsl_asm TABLES p02_p0001 = p0001 p02_t_abreinheit = iabreh EXCEPTIONS table_access_error = 1 abreinheit_not_found = 2 OTHERS = 3.



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