SAP Reports / Programs

RPFOSLC0_CE SAP ABAP Report - Call HRFORM Remuneration Statement Switzerland (CE Version)







RPFOSLC0_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 generates the form for the Swiss Payroll...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 RPFOSLC0_CE 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_HRF_CE - Remun.Statement HRFORMS (CE Version)


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 RPFOSLC0_CE. "Basic submit
SUBMIT RPFOSLC0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPFOSLC0_CE 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_CHKESS = Check ESS
Selection Text: P_CURCON = Currency Selection
Selection Text: P_CURVAL = Alternative Currency
Selection Text: P_FNAME = Form Name
Selection Text: P_INFTBE = Only IT Recs in Time Interval
Selection Text: P_NOJOIN = Do Not Summarize Contracts
Selection Text: P_NOSTAT = Suppress Statistics
Selection Text: P_PLANG = Form in Language of Employee
Selection Text: P_TESTM = Generate test data
Selection Text: P_TOOAR = Archive Forms
Title: Call HRFORM Remuneration Statement Switzerland (CE Version)
Text Symbol: 001 = Additional selection criteria
Text Symbol: 002 = Form-specific Settings
Text Symbol: 003 = Options for Currency
Text Symbol: 004 = Form Parameter(s)
Text Symbol: 006 = Altern. Crcy
Text Symbol: 007 = Currency selctn
Text Symbol: 012 = Form Name
Text Symbol: E01 = Form not known.


INCLUDES used within this REPORT RPFOSLC0_CE

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'THRFORMS_01' langu = sy-langu all_types = 'X' TABLES dfies_tab = lt_field_tab EXCEPTIONS others = 0.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TINFONET_T_01' langu = sy-langu all_types = 'X' TABLES dfies_tab = lt_help_tab EXCEPTIONS others = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INFONET' dynpprog = lv_dynpro_prog dynpnr = '1000' dynprofield = 'P_FNAME' window_title = text-002 value_org = 'S' TABLES value_tab = lt_value_tab field_tab = lt_field_tab EXCEPTIONS others = 0.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-cprog TABLES selection_table = p_params_all EXCEPTIONS OTHERS = 0.



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