SAP Reports / Programs | Payroll | Italy(PY-IT) SAP PY

RPUTMSIF SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPUTMSIF

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:

POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' EXPORTING textline1 = text-338 * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' titel = text-339 valuelength = 2 IMPORTING answer = answer value1 = value.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'P15001' TABLES t_outtab = itab_r1 * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'P15002' TABLES t_outtab = itab_r2 * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'P15003' TABLES t_outtab = itab_r3 * exceptions * program_error = 1 * others = 2 .

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = g_record_e_var_dat EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = g_record_f_var_dat EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = g_record_g_var_dat EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_TOTALS EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = g_record_h_var_dat EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = g_record_j_var_dat EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_DISPLAY_CUD_2003 CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_DISPLAY_CUD_2003 CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_DISPLAY_CUD_2003 CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_DISPLAY_CUD_2003 CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_DISPLAY_CUD_2003 CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_DISPLAY_CUD_2003 CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_DISPLAY_CUD_2003 CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_DISPLAY_CUD_2003 CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_DISPLAY_CUD_2003





CALL FUNCTION 'HR_IT_DISPLAY_CUD_2003' EXPORTING p_temse_name = g_temse_object-full_name p_temse_type = g_temse_object-short_name.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_GEN_REC EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_VAR_F_D EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_VAR_F_E EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_VAR_F_F EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = G_RECORD_G_VAR_NEW EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_TOTALS EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_VAR_F_H EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_VAR_F_J EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_770_TAB EXCEPTIONS fb_error = 1 OTHERS = 2.

HR_IT_SHOW_ANY_TABLE_ON_ALV CALL FUNCTION 'HR_IT_SHOW_ANY_TABLE_ON_ALV' TABLES table = GT_RESTOT EXCEPTIONS fb_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING I_INTERFACE_CHECK = SPACE I_BUFFER_ACTIVE = SPACE I_BYPASSING_BUFFER = 'X' * I_CALLBACK_PROGRAM = SY-REPID * I_CALLBACK_PF_STATUS_SET = GC_SETSTATNM * I_CALLBACK_USER_COMMAND = GC_UCOMMNAME * I_CALLBACK_TOP_OF_PAGE = GC_TOP_FORM
I_STRUCTURE_NAME = P_STRUCTURE_NAME I_GRID_SETTINGS = LS_SETTINGS IS_LAYOUT_LVC = LS_LAYOUT
* IT_SORT_LVC = GT_BA_SORT * IT_FILTER_LVC = GT_FILTER I_DEFAULT = 'X' I_SAVE = 'X' * is_variant = ' ' I_SCREEN_START_COLUMN = 0 I_SCREEN_START_LINE = 0 I_SCREEN_END_COLUMN = 0 I_SCREEN_END_LINE = 0 TABLES T_OUTTAB = PT_OUT_TABLE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = t_header.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = p_structname EXCEPTIONS not_found = 1 OTHERS = 2.

RSTS_OPEN_RLC CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING name = L_UE_TEMSE_DIR_NAME-FULL_NAME EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 OTHERS = 7.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_logical_file_ue including_dir = 'X' IMPORTING file_name = g_ue_server EXCEPTIONS FILE_NOT_FOUND = 1 OTHERS = 2 .

HR_99S_DOWNLOAD CALL FUNCTION 'HR_99S_DOWNLOAD' EXPORTING P_FILETYPE = 'ASC' * p_initial_directory = directory P_FILENAME = L_FILENAME P_WRITE_LF = 'X' * p_fsdialog = p_dialog * p_append = p_append * p_item = item p_codepage = lv_codepage IMPORTING P_FULLPATH = FULLPATH TABLES DATA_TAB = L_XML_FILE EXCEPTIONS FILE_SAVE_DIALOG = 1 FILE_WRITE_ERROR = 2 NO_BATCH = 3 GUI_REFUSE_FILETRANSFER = 4 INVALID_TYPE = 5 UNKNOWN_ERROR = 6 WRONG_TAB_FORMAT = 7 OTHERS = 8.

HR_IT_UNIEM_DISPLAY_XML CALL FUNCTION 'HR_IT_UNIEM_DISPLAY_XML' CHANGING IM_XML_TABLE = .

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-u01 * textline2 = ' ' titel = text-u02 IMPORTING answer = ret.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH'.




HR_IT_UECL_FREEZE_FROM_TEMSE CALL FUNCTION 'HR_IT_UECL_FREEZE_FROM_TEMSE' EXPORTING IM_TEMSE = g_ue_file IM_FILE_TAB = IM_TEST = G_UE_TEST.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = gc_logical_file_ue CHANGING PHYSICAL_FILENAME = LV_FISNAME EXCEPTIONS OTHERS = 1.

HR_FEATURE_BACKTABLE CALL FUNCTION 'HR_FEATURE_BACKTABLE' EXPORTING feature = 'UNIE0' struc_content = ls_pmei9 kind_of_error = space TABLES back = lt_return_tab EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 TAB_IN_REPORT_FIELD_IN_PE03 = 6 OTHERS = 7 .



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