ROIU_AR_UPLOAD_COMMENTS 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 ROIU_AR_UPLOAD_COMMENTS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OIUAR_UPLOAD_COMMENT - Upload AR Comments
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: INFILE = Input File Name
Title: Upload Accounts Receivable Comments
Text Symbol: 001 = Input File Name
Text Symbol: 002 = File contains Header row
Text Symbol: 003 = AR Balance Key not found
Text Symbol: 004 = Comment uploaded successfully
Text Symbol: 005 = Error uploading comment to DB
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' "#EC FB_OLDED EXPORTING def_filename = space def_path = space mask = gc_mask mode = '0' title = text-001 IMPORTING filename = infile EXCEPTIONS inv_winsys = 1 no_batch = 2 selection_cancel = 3 selection_error = 4 OTHERS = 5.
FAA_FILE_UPLOAD_EXCEL * CALL FUNCTION 'FAA_FILE_UPLOAD_EXCEL' * EXPORTING * i_filename = infile * TABLES * et_filecontent = et_filecontent.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'OIUAR_S_CMT_UPLOAD' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
IMPORTING output = .
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
IMPORTING output = .
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
-armt_lvl_1 IMPORTING output = -armt_lvl_1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = lv_mp IMPORTING output = lv_mp.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid is_layout = gs_layout it_fieldcat = gt_fieldcat * it_events = gt_events is_print = ls_print i_save = 'A' TABLES t_outtab = GT_OUTTAB EXCEPTIONS program_error = 1 OTHERS = 2.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_name * TEXT = ' ' INFO = p_tooltip * ADD_STDINF = 'X' IMPORTING result = p_result EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
CONTROL_FLUSH CALL FUNCTION 'CONTROL_FLUSH' EXCEPTIONS others = 3.
CLPB_IMPORT CALL FUNCTION 'CLPB_IMPORT' TABLES data_tab = excel_tab EXCEPTIONS clpb_error = 1 others = 2.
CLPB_EXPORT CALL FUNCTION 'CLPB_EXPORT' TABLES data_tab = excel_tab EXCEPTIONS clpb_error = 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.
ROIU_AR_UPLOAD_COMMENTS - Upload Accounts Receivable Comments ROIU_AR_UPLOAD_COMMENTS - Upload Accounts Receivable Comments ROIU_AR_AGED_SUMMARY - Aged Accounts Receivable Summary ROIU_AR_AGED_SUMMARY - Aged Accounts Receivable Summary ROIU_ALLOCATION_CROSS_REF_LIST - Allocation Cross Reference List Processing ROIU_ALLOCATION_CROSS_REF_LIST - Allocation Cross Reference List Processing