SAP Reports / Programs | Payroll | Switzerland(PY-CH) SAP PY

RPLBGAC3 SAP ABAP Report - HR-CH: BFS - Swiss Wage Structure Survey (LSE), Revision 2012







RPLBGAC3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report supports the creation of the statistics on the level and structure of wages in Switzerland for the Federal Office on Statistics (BFS)...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 RPLBGAC3 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_LBGA3 - BFS Wage Structure Survey, Rev. 2012


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 RPLBGAC3. "Basic submit
SUBMIT RPLBGAC3 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLBGAC3 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_XML = XML
Selection Text: P_VERF = Selection Procedure
Selection Text: P_PERSK = Employee Subgroup
Selection Text: P_PAGREE = Wage Agreement
Selection Text: P_NERF = Employees Not Entered
Selection Text: P_MONAT = Evaluation Month
Selection Text: P_JAHR = Evaluation Year
Selection Text: P_DATUM = Select Entry Date
Selection Text: P_BADI = BAdI
Selection Text: P_ALV = Text Output Form
Selection Text: P_ABREH = Payroll Unit
Selection Text: P_41DATA = Date Type from Infotype 41
Title: HR-CH: BFS - Swiss Wage Structure Survey (LSE), Revision 2012
Text Symbol: P08 = Wage Agreement:
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: 018 = XML
Text Symbol: 017 = BAdI
Text Symbol: 016 = Text Output Form
Text Symbol: 015 = Output Device
Text Symbol: 014 = Output Options
Text Symbol: 013 = Entry Date / Date Type
Text Symbol: 012 = Evaluation Month/Year


INCLUDES used within this REPORT RPLBGAC3

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_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_BGAC3_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_BGAC3_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_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = output_tab.

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.



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