SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPUTSRB0_F01 SAP ABAP INCLUDE - Include for forms







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


Text pool values


Title: Include for forms


INCLUDES used within this REPORT RPUTSRB0_F01

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:

RP_POPUP_TO_GET_MOLGA CALL FUNCTION 'RP_POPUP_TO_GET_MOLGA' IMPORTING answer = rcode molga = molga.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = feld0 value_org = 'S' TABLES value_tab = ctst00 return_tab = return_tab EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = l_repid i_callback_user_command = 'CALLBACK_USER_COMMAND' i_structure_name = l_c_struc_name i_grid_title = l_grid_title is_layout_lvc = l_s_layout i_default = abap_true i_save = 'A' is_variant = l_s_variant TABLES t_outtab = g_t_alv EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = l_repid i_callback_pf_status_set = 'CALLBACK_PF_STATUS' i_callback_user_command = 'CALLBACK_USER_COMMAND' i_structure_name = l_c_struc_name i_grid_title = l_grid_title is_layout_lvc = l_s_layout i_default = abap_true i_save = 'A' is_variant = l_s_variant TABLES t_outtab = g_t_alv EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING * I_NODE_KEY = i_msgid = c_arbgb i_msgty = 'E' i_msgno = '091' i_msgv1 = l_tsobj i_msgv2 = l_status EXCEPTIONS program_error = 1 OTHERS = 2 .

RSTS_REMOVE_OBJECT CALL FUNCTION 'RSTS_REMOVE_OBJECT' EXPORTING * AUTHORITY = ' ' * CLIENT = SY-MANDT * COMMIT = ' ' * FORCE = ' ' name = l_s_alv_line-tsobj EXCEPTIONS fb_error = 1 fb_rsts_other = 2 no_object = 3 no_permission = 4 OTHERS = 5.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_selected_entries i_msgid = c_arbgb i_msgty = 'S' i_msgno = '092' EXCEPTIONS OTHERS = 0.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_inserted_entries i_msgid = c_arbgb i_msgty = 'S' i_msgno = '093' EXCEPTIONS OTHERS = 0.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_delimited_entries i_msgid = c_arbgb i_msgty = 'S' i_msgno = '094' EXCEPTIONS OTHERS = 0.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_rejected_entries i_msgid = c_arbgb i_msgty = 'E' i_msgno = '095' EXCEPTIONS OTHERS = 0.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'P12_B2A_STATUS' text = 'X' langu = sy-langu TABLES dd07v_tab = l_t_dd07v.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_reject IMPORTING RESULT = p_alv_line-icon.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_allow IMPORTING RESULT = p_alv_line-icon.



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