SAP Reports / Programs | Royalty Reporting | Industry Solution Oil | Royalty Reporting(IS-OIL-PRA-REP-ROY) SAP IS

ROIUH_PTR_LIST_VIEWER SAP ABAP Report - Tax Royalty List Viewer







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ROIUH_PTR_LIST_VIEWER. "Basic submit
SUBMIT ROIUH_PTR_LIST_VIEWER AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUH_PTR_LIST_VIEWER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT ROIUH_PTR_LIST_VIEWER

INCLUDE ROIUHROOT_TRBF0280.
INCLUDE ROIUHFILEDATA.
INCLUDE ROIUH_PTR_LIST_VIEWER_TOP.
INCLUDE ROIUH_PTR_LIST_VIEWER_STRUC.
INCLUDE ROIUH_PTR_LIST_VIEWER_GENER.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 ROIUH_PTR_LIST_VIEWER or its description.