RPLBGAC3_CE 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 "survey of structure and level of wages (LSE) Revision 2012," which is conducted by the Swiss Federal Statistical Office (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_CE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M02_LBGA3_CE - HR-CH: BFS - Srvy Strct.& Lvl Wgs CE
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.
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 Ouput Form
Selection Text: P_ABREH = Payroll Unit
Selection Text: P_41DATA = Date Type from Infotype 41
Title: HR-CH: (CE)BFS - Swiss Survey of Structure & Level of Wages, Rev. 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 = Phone No.:
Text Symbol: P02 = Contact Person:
Text Symbol: P01 = Company Number:
Text Symbol: 020 = Other Entries
Text Symbol: 018 = XML
Text Symbol: 017 = BAdI
Text Symbol: 016 = Text Ouput Form
Text Symbol: 015 = Output device
Text Symbol: 014 = Output Options
Text Symbol: 013 = Entry Date / Date Type
Text Symbol: 012 = Evaluation Month/Year
INCLUDE RPUPNPC0_CE.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPLBGAC3_CE - HR-CH: (CE)BFS - Swiss Survey of Structure & Level of Wages, Rev. 2012 RPLBGAC3_CE - HR-CH: (CE)BFS - Swiss Survey of Structure & Level of Wages, Rev. 2012 RPLBGAC3 - HR-CH: BFS - Swiss Wage Structure Survey (LSE), Revision 2012 RPLBGAC3 - HR-CH: BFS - Swiss Wage Structure Survey (LSE), Revision 2012 RPLBGAC2_CE - HR-CH: BFS - Quarterly Employment Statistics (CE Version) RPLBGAC2_CE - HR-CH: BFS - Quarterly Employment Statistics (CE Version)