RPUTTUU0 is a standard Executable ABAP Report 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 RPUTTUU0 into the relevant SAP transactions such as SE38 or SE80
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: TST_MODE = Test Mode ( No Update )
Selection Text: T5UTO_CK = Check T5UTO file
Selection Text: T5US0_CK = Check T5US0 file
Selection Text: T512W_CK = Check T512W file
Selection Text: T512T_CK = Check T512T file
Selection Text: PA_ENDDA = End Date
Selection Text: PA_BEGDA = Begin Date
Selection Text: PAR_DATE = Today's Date
Title: Wage Type Update Program
Text Symbol: 016 = Run Option
Text Symbol: 015 = Table Selection
Text Symbol: 014 = Period Selection
Text Symbol: 013 = TIP
Text Symbol: 012 = ER
Text Symbol: 011 = Employer
Text Symbol: 010 = EE
Text Symbol: 009 = Employee
Text Symbol: 008 = not found.
Text Symbol: 007 = Program Terminated: T512W/T Entry 10
Text Symbol: 006 = No Update is needed.
Text Symbol: 005 = Option not selected for this file.
Text Symbol: 004 = T5US0 entries:
Text Symbol: 003 = T5UTO entries:
Text Symbol: 002 = T512T entries:
Text Symbol: 001 = T512W entries:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid "CURRENT PROG i_structure_name = lc_t512w CHANGING ct_fieldcat = xt_fieldcat "FIELDCAT EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE * CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' * EXPORTING *** i_logo = 'HTMLCNTL_TESTHTM2_SAPLOGO' ** I_LOGO = 'ENJOYSAP_LOGO' * it_list_commentary = gt_list1_top_of_page.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_structure_name = lv_structure i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_events = gt_events TABLES t_outtab =
.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * i_logo = 'HTMLCNTL_TESTHTM2_SAPLOGO' * I_LOGO = 'ENJOYSAP_LOGO' it_list_commentary = gt_list1_top_of_page.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid * I_STRUCTURE_NAME = 'T512W' i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events
TABLES t_outtab = i512w.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = is_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = is_display_profile EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gs_log_handle i_msgty = gc_info i_probclass = gc_probclass i_text = iv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = is_log IMPORTING e_log_handle = xs_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUTTUU0 - Wage Type Update Program RPUTTUU0 - Wage Type Update Program RPUTTAD0 - Test Tool: Compare DUEVO Messages RPUTTAD0 - Test Tool: Compare DUEVO Messages RPUTSVUM_OLD - List of all TemSe-Objects, which contain magnetic wage reporting data RPUTSVUM_OLD - List of all TemSe-Objects, which contain magnetic wage reporting data