SAP Reports / Programs | Payroll | Portugal(PY-PT) SAP PY

RPCPRSPO SAP ABAP INCLUDE - HR-PT: Personnel Summary - Output Routines







RPCPRSPO is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCPRSPO into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: HR-PT: Personnel Summary - Output Routines


INCLUDES used within this REPORT RPCPRSPO

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_P_GET_FIXED_VALUE_TEXT CALL FUNCTION 'HR_P_GET_FIXED_VALUE_TEXT' EXPORTING domain_name = 'PPT_PSEDU' input_value = psaux IMPORTING value_text = gtext EXCEPTIONS not_found = 1 error_in_domain = 2 OTHERS = 3.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING * BUFFLG = '*' * FBHANDLE = 0 * SHOWLG = ' ' rows = 1 startrow = p_s1_startrow TABLES datatab = s1 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING * BUFFLG = '*' * FBHANDLE = 0 * SHOWLG = ' ' rows = p_s2_rows startrow = p_s2_startrow TABLES datatab = s2 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING * BUFFLG = '*' * FBHANDLE = 0 * SHOWLG = ' ' rows = p_s3_rows startrow = p_s3_startrow TABLES datatab = s3 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = objkn objnr = objnr empfg = empfg IMPORTING tsobj = tsobj-tsobj EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 fb_nr_no_object = 7 fb_nr_not_intern = 8 fb_nr_not_found = 9 fb_object_already_exist = 10 fb_nr_overflow = 11 OTHERS = 12.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 OTHERS = 4.

REUSE_ALV_GRID_DISPLAY_LVC call function 'REUSE_ALV_GRID_DISPLAY_LVC' exporting i_grid_title = l_title it_fieldcat_lvc = lt_fcat i_callback_program = sy-repid i_callback_pf_status_set = gc_setstatlist i_callback_user_command = gc_ucommname is_layout_lvc = ls_lvc_s_layo tables t_outtab = tsobj exceptions others = 0.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES datatab = v1 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING rows = 1 startrow = p_v2_startrow TABLES datatab = v2 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES datatab = v3 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES datatab = v4 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES datatab = v5 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

REUSE_ALV_GRID_DISPLAY_LVC call function 'REUSE_ALV_GRID_DISPLAY_LVC' exporting i_grid_title = l_title it_fieldcat_lvc = lt_fcat i_callback_program = sy-repid i_callback_pf_status_set = gc_setstatlist i_callback_user_command = gc_ucommname is_layout_lvc = ls_lvc_s_layo tables t_outtab = tsobj exceptions others = 0.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING * BUFFLG = '*' * FBHANDLE = 0 * SHOWLG = ' ' rows = 1 startrow = p_a4_startrow TABLES datatab = a4 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING * BUFFLG = '*' * FBHANDLE = 0 * SHOWLG = ' ' rows = p_a5_rows startrow = p_a5_startrow TABLES datatab = a5 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING * BUFFLG = '*' * FBHANDLE = 0 * SHOWLG = ' ' rows = p_a6_rows startrow = p_a6_startrow TABLES datatab = a6 EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.



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