ROIUH_PTR_LIST_VIEWER 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 ROIUH_PTR_LIST_VIEWER 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.
Title: Tax Royalty List Viewer
Text Symbol: E01 = Structure does not exist for Key
Text Symbol: E04 = Structure is not defined as default and not in PC file
Text Symbol: E05 = File does not not exist
Text Symbol: E06 = MODULE f4-filter-field
Text Symbol: E07 = call help function failed
Text Symbol: G01 = * Generated structures for PTR List viewer
Text Symbol: G02 = * Date and time generated &date &time
Text Symbol: G03 = * Generated by user-id &user
Text Symbol: G10 = Overwrite found
Text Symbol: G11 = No structure found
Text Symbol: G12 = <- duplicate
Text Symbol: S01 = Default
Text Symbol: S02 = Key Selection
Text Symbol: S03 = Data selection
Text Symbol: T01 = Process generation
INCLUDE ROIUHROOT_TRBF0280.
INCLUDE ROIUHFILEDATA.
INCLUDE ROIUH_PTR_LIST_VIEWER_TOP.
INCLUDE ROIUH_PTR_LIST_VIEWER_STRUC.
INCLUDE ROIUH_PTR_LIST_VIEWER_GENER.
No SAP DATABASE tables are accessed within this REPORT code!
OIUH_BATCH_REPORT_GET_FROM_DB CALL FUNCTION 'OIUH_BATCH_REPORT_GET_FROM_DB' "SOGK034374 hl EXPORTING "SOGK034374 hl i_reg_number = p_regnum "SOGK034374 hl i_step = p_step "SOGK034374 hl i_dd_name = p_ddname "SOGK034374 hl i_structured = p_struct "PP 1328892 IMPORTING "SOGK034374 hl lt_filesize = wl_filesize "SOGK034374 hl i_exist = lt_exist "SOGK034374 hl TABLES "SOGK034374 hl e_file_entries =
. "PP 1328892
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = indicator_pc text = text-t01.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'ROIUH_PTR_LIST_VIEWER' dynumb = '0090' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.
HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' IMPORTING select_value = value TABLES fields = i_fields select_values = i_select_values valuetab = i_valuetab EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIUH_PTR_LIST_VIEWER - Tax Royalty List Viewer ROIUH_PTR_LIST_VIEWER - Tax Royalty List Viewer ROIUH_PTR_DRIVER - Caller program for Regulatory Reporting ROIUH_PTR_DRIVER - Caller program for Regulatory Reporting ROIUH_PRVWL - Include for JE Input Record (JEBF0020) ROIUH_PRVWCVD - Include for JE Input Record (JEBF0020)