RSU22UPLD_OLD 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 RSU22UPLD_OLD 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: ORIGINAL = Originals Only
Selection Text: REPLACE = Replace Instd of Insert/Modify
Selection Text: SELCOPY = Copy SAP Data to Customer Tab.
Selection Text: SELCUST = Customer Data
Selection Text: SELSAP = SAP Data
Selection Text: TRNSPRT = Enter Data In Transport
Selection Text: TCODE = D .
Text Symbol: 001 = Upload Canceled
Text Symbol: 002 = File
Text Symbol: 003 = Size
Text Symbol: 004 = Entries for TSTC_SM
Text Symbol: 005 = Entries for USOBX
Text Symbol: 006 = Entries for USOBT
Text Symbol: 007 = Copied Entries for USOBX_C
Text Symbol: 008 = Copied Entries for USOBT_C
Text Symbol: 009 = Entries for USOBX_C
Text Symbol: 010 = Entries for USOBT_C
Text Symbol: 011 = Transport
Text Symbol: 012 = Upload Default Authorization Values
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SU22' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = filename IMPORTING filelength = filesize TABLES data_tab = lt_data EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17.
TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES wt_ko200 = wt_ko200 EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' IMPORTING we_order = korrnum TABLES wt_ko200 = wt_ko200 EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES wt_ko200 = wt_ko200 wt_e071k = wt_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING wi_order = korrnum TABLES wt_ko200 = wt_ko200 wt_e071k = wt_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.