HRUUTED0 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 HRUUTED0 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: C_CP600 = Correct Codepage
Selection Text: DCODE500 = Destination CP
Selection Text: DLANG500 = Destination LANG
Selection Text: F_TABLE = Field Table
Selection Text: H_TABLE = Help Ttable
Selection Text: MANDT500 = Client Destination
Selection Text: P_TRANSL = Special OPTION!
Selection Text: SCODE500 = source CP
Selection Text: SLANG500 = source LANG
Selection Text: S_TABLE = Forms table
Selection Text: TABNA500 = Table name
Selection Text: TEST600 = No update
Selection Text: W_CP600 = Wrong Codepage
Selection Text: X_EDIT = Form Editor
Selection Text: X_EXF = Field File Extension
Selection Text: X_EXH = Help File Extension
Selection Text: X_EXT = Form File Extension
Selection Text: X_FORM1 = Form Name
Selection Text: X_MOLGA = Country Group
Selection Text: X_PATH = Form File Path
Selection Text: X_SPRSL = Language
Title: Form Maintenance (Russia)
Text Symbol: SAV = Save changes in database
Text Symbol: TCP = Copy
Text Symbol: TDT = DDict.
Text Symbol: TMT = Maintn.
Text Symbol: TR2 = CTS: CUSTOMIZING
Text Symbol: TR3 = FORM is included in:
Text Symbol: TRQ = Include the FORM in chg. request ?
Text Symbol: TSF = Table of Forms / Fields / Help
Text Symbol: TSX = Ext. for Forms / Fields / Help
Text Symbol: WRT = Wrong table structure
Text Symbol: WRX = Make all extensions different
Text Symbol: __1 = Additional Form Adjustment
Text Symbol: __2 = Field ame
Text Symbol: __3 = Value
Text Symbol: 001 = Field properties
Text Symbol: 002 = ID
INCLUDE PUTCRRU0.
No SAP DATABASE tables are accessed within this REPORT code!
DOWNLOAD * CALL FUNCTION 'DOWNLOAD' * EXPORTING ** BIN_FILESIZE = ' ' ** CODEPAGE = ' ' * FILENAME = &1 * FILETYPE = 'ASC' "ASCII file ** ITEM = ' ' ** MODE = ' ' ** filemask_mask = '*.TXT'
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = flnm filetype = 'ASC' tables data_tab = &2 exceptions file_write_error = 1 no_batch = 2 others = 22.
UPLOAD * CALL FUNCTION 'UPLOAD' * EXPORTING ** CODEPAGE = ' ' * FILENAME = &1 * FILETYPE = 'ASC' ** ITEM = ' ' ** FILEMASK_MASK = ' ' ** FILEMASK_TEXT = ' ' ** FILETYPE_NO_CHANGE = ' ' ** FILEMASK_ALL = ' ' ** FILETYPE_NO_SHOW = ' ' ** LINE_EXIT = ' ' ** USER_FORM = ' ' ** USER_PROG = ' ' ** SILENT = 'S' * IMPORTING ** filesize = ** CANCEL = * ACT_FILENAME = &3 ** ACT_FILETYPE = * TABLES * DATA_TAB = &2 * EXCEPTIONS * CONVERSION_ERROR = 1 * INVALID_TABLE_WIDTH = 2 * INVALID_TYPE = 3 * NO_BATCH = 4 * UNKNOWN_ERROR = 5 * OTHERS = 6.
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = flnm filetype = 'ASC' tables data_tab = &2 exceptions file_open_error = 1 file_read_error = 2 others = 17.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = msg txt1 = tx1 txt2 = tx2 txt3 = tx3 EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = def diagnosetext1 = tx1 diagnosetext2 = tx2 diagnosetext3 = tx3 textline1 = 'Are you sure ?'(ays) titel = msg start_column = 20 start_row = 10 cancel_display = led IMPORTING answer = x_rc EXCEPTIONS OTHERS = 1.
WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING environment = 'TEMP' query = 'EN' IMPORTING return = l_path EXCEPTIONS inv_query = 1 no_batch = 2 frontend_error = 3 OTHERS = 4.
WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING filename = fn_file query = 'FE' IMPORTING return = x_rc. "// '0' = nein '1' = ja
LIST_SCROLL_FOLLOWING_CURSOR CALL FUNCTION 'LIST_SCROLL_FOLLOWING_CURSOR' EXPORTING list_index = si_lsind cursor_line = si_lilli cursor_offset = 0 * IMPORTING * SCROLL_LINE = * SCROLL_COLUMN = EXCEPTIONS list_index_invalid = 1 list_line_not_found = 2 no_list_active = 3 window_too_small = 4 cursor_offset_invalid = 5 OTHERS = 6.
WS_EXECUTE CALL FUNCTION 'WS_EXECUTE' EXPORTING * DOCUMENT = ' ' * CD = ' ' commandline = x_file * INFORM = ' ' program = x_edit * STAT = ' ' * WINID = ' ' * OSMAC_SCRIPT = ' ' * OSMAC_CREATOR = ' ' * WIN16_EXT = ' ' * EXEC_RC = ' ' * IMPORTING * RBUFF = EXCEPTIONS frontend_error = 1 no_batch = 2 prog_not_found = 3 illegal_option = 4 OTHERS = 5.
POPUP_TO_GET_VALUE CALL FUNCTION 'POPUP_TO_GET_VALUE' EXPORTING fieldname = 'MANDT' tabname = 'T7RU2P' titel = 'Copy from client'(ftc) valuein = s2_table IMPORTING answer = x_rc valueout = s2_table EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.
TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'CUST' iv_cli_dep = 'X' IMPORTING ev_order = i_tr_order ev_task = i_tr_task EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 3.
TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' wi_trkorr = i_tr_task TABLES wt_e071 = i_t_e071 wt_e071k = i_k_e071 EXCEPTIONS key_char_in_non_char_field = 1 key_check_keysyntax_error = 2 key_inttab_table = 3 key_longer_field_but_no_generc = 4 key_missing_key_master_fields = 5 key_missing_key_tablekey = 6 key_non_char_but_no_generic = 7 key_no_key_fields = 8 key_string_longer_char_key = 9 key_table_has_no_fields = 10 key_table_not_activ = 11 key_unallowed_key_function = 12 key_unallowed_key_object = 13 key_unallowed_key_objname = 14 key_unallowed_key_pgmid = 15 key_without_header = 16 ob_check_obj_error = 17 ob_devclass_no_exist = 18 ob_empty_key = 19 ob_generic_objectname = 20 ob_ill_delivery_transport = 21 ob_ill_lock = 22 ob_ill_parts_transport = 23 ob_ill_source_system = 24 ob_ill_system_object = 25 ob_ill_target = 26 ob_inttab_table = 27 ob_local_object = 28 ob_locked_by_other = 29 ob_modif_only_in_modif_order = 30 ob_name_too_long = 31 ob_no_append_of_corr_entry = 32 ob_no_append_of_c_member = 33 ob_no_consolidation_transport = 34 ob_no_original = 35 ob_no_shared_repairs = 36 ob_no_systemname = 37 ob_no_systemtype = 38 ob_no_tadir = 39 ob_no_tadir_not_lockable = 40 ob_privat_object = 41 ob_repair_only_in_repair_order = 42 ob_reserved_name = 43 ob_syntax_error = 44 ob_table_has_no_fields = 45 ob_table_not_activ = 46 tr_enqueue_failed = 47 tr_errors_in_error_table = 48 tr_ill_korrnum = 49 tr_lockmod_failed = 50 tr_lock_enqueue_failed = 51 tr_not_owner = 52 tr_no_systemname = 53 tr_no_systemtype = 54 tr_order_not_exist = 55 tr_order_released = 56 tr_order_update_error = 57 tr_wrong_order_type = 58 ob_invalid_target_system = 59 tr_no_authorization = 60 ob_wrong_tabletyp = 61 ob_wrong_category = 62 ob_system_error = 63 ob_unlocal_objekt_in_local_ord = 64 tr_wrong_client = 65 ob_wrong_client = 66 key_wrong_client = 67 OTHERS = 68.
RH_CHECK_SYSTEM_TYPE CALL FUNCTION 'RH_CHECK_SYSTEM_TYPE' EXCEPTIONS sap_system = 1.
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 HRUUTED0 or its description.