SAP Reports / Programs

RPLBGAC1 SAP ABAP Report - HR-CH: BFS - Swiss Survey of Structure and Level of Wages







RPLBGAC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Note:This report is obsolete...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 RPLBGAC1 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_LBGA1 - BFS-wage level and structure


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 RPLBGAC1. "Basic submit
SUBMIT RPLBGAC1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLBGAC1 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: P_VERF = Selection procedure
Selection Text: P_TEST2 = Test output form
Selection Text: P_TEST1 = Test output log
Selection Text: P_PERSK = Employee subgroup
Selection Text: P_NERF = Employees not entered
Selection Text: P_MONAT = Evaluation month
Selection Text: P_JAHR = Evaluation year
Selection Text: P_FILENA = File name
Selection Text: P_FILE = File output
Selection Text: P_DRUCK = Screen Output
Selection Text: P_DISK = List printout in disc format
Selection Text: P_DATUM = Select entry date
Selection Text: P_ABREH = Payroll Unit
Selection Text: P_41DATA = Date type from infotype 41
Title: HR-CH: BFS - Swiss Survey of Structure and Level of Wages
Text Symbol: P07 = Error Messages
Text Symbol: P06 = Output Procedure:
Text Symbol: P05 = Working Time:
Text Symbol: P04 = Company Size:
Text Symbol: P03 = Tel No.:
Text Symbol: P02 = Contact Pers.:
Text Symbol: P01 = Company Number:
Text Symbol: 013 = Entry date/date type
Text Symbol: 012 = Evaluation month/year


INCLUDES used within this REPORT RPLBGAC1

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_CH_DISPLAY_MESSAGE_LIST * CALL FUNCTION 'HR_CH_DISPLAY_MESSAGE_LIST' * EXPORTING * root_title = 'Fehlermeldungen'(p07) * root_descr = sy-title * TABLES * errorlist = _messages.

HR_READ_INFOTYPE * CALL FUNCTION 'HR_READ_INFOTYPE' * EXPORTING * pernr = pernr-pernr * infty = '0022' * endda = pn-endda * TABLES * infty_tab = p0022 * EXCEPTIONS * OTHERS = 0.

HR_CH_READ_ADRESS_ABREINH * CALL FUNCTION 'HR_CH_READ_ADRESS_ABREINH' * EXPORTING * p02_abreinheit = p_abreh * p02_anwschlch = 'BFS' * p02_stichtag = sy-datum * p02_kontakt = 'Y' * TABLES * p02_adrabreh = li_adr.

REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = 'HRPAYCH_BGAC1_OUTPUT' * CHANGING * ct_fieldcat = fieldcat * EXCEPTIONS * OTHERS = 1.

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * i_callback_program = repid * i_structure_name = 'HRPAYCH_BGAC1_OUTPUT' * is_layout = layout * it_fieldcat = fieldcat * i_default = 'X' * i_save = 'X' * is_variant = variant * it_events = events * TABLES * t_outtab = output_tab * EXCEPTIONS * OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = 'HRPAYCH_BGAC1_PROTOCOL' * CHANGING * ct_fieldcat = fieldcat * EXCEPTIONS * OTHERS = 1.

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * i_callback_program = repid * i_structure_name = 'HRPAYCH_BGAC1_PROTOCOL' * is_layout = layout * it_fieldcat = fieldcat * it_sort = sort_tab * i_default = 'X' * i_save = 'X' * is_variant = variant * it_events = events * TABLES * t_outtab = protocol_tab * EXCEPTIONS * OTHERS = 1.

REUSE_ALV_COMMENTARY_WRITE * CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' * EXPORTING * it_list_commentary = output_tab.

RP_HIRE_FIRE * CALL FUNCTION 'RP_HIRE_FIRE' * EXPORTING * beg = cd_table-fpbeg * end = cd_table-fpend * IMPORTING * hire_date = lv_hiredate * TABLES * pp0000 = p0000 "input * pp0001 = p0001 "input * pphifi = phifi.

HR_CH_READ_ABREINHEIT * CALL FUNCTION 'HR_CH_READ_ABREINHEIT' * EXPORTING * p02_stichtag = pn-endda * p02_anwschlch = 'BFS' * TABLES * p02_p0001 = li_p0001 * p02_t_abreinheit = li_abreh * EXCEPTIONS * table_access_error = 1 * abreinheit_not_found = 2 * OTHERS = 3.

HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * fieldname = 'ABREINH' * tabname = 'T5CSG' * IMPORTING * select_value = p_abreh * TABLES * fields = ihelp_fields * valuetab = helptab * EXCEPTIONS * field_not_in_ddic = 1 * more_then_one_selectfield = 2 * no_selectfield = 3 * OTHERS = 4.

RP_HIRE_FIRE * CALL FUNCTION 'RP_HIRE_FIRE' * EXPORTING * beg = pn-begda * end = pn-endda * IMPORTING * hire_date = hiredate * TABLES * pp0000 = p0000 "input * pp0001 = p0001 "input * pphifi = phifi.



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