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

ROIUREP_NM_C115 SAP ABAP Report - Regulatory Report for New Mexico







ROIUREP_NM_C115 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 ROIUREP_NM_C115 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 ROIUREP_NM_C115. "Basic submit
SUBMIT ROIUREP_NM_C115 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUREP_NM_C115 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: MONTH = Month
Selection Text: ORG1 = Org Level 1
Selection Text: YEAR = Year
Title: Regulatory Report for New Mexico


INCLUDES used within this REPORT ROIUREP_NM_C115

INCLUDE ROIUREP_NM_TOP.
INCLUDE ROIUREP_STANDARD_INCLUDE_TOP.
INCLUDE ROIUREP_REPORTS_O01.
INCLUDE ROIUREP_ALLF01.
INCLUDE ROIUREP_ALLF02.
INCLUDE ROIUREP_ALLF03.
INCLUDE ROIUREP_NM_F01.
INCLUDE ROIUREP_ADJUST_QUANTITIES.


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:

OIUREP_REG_UPDATE_STATUS CALL FUNCTION 'OIUREP_REG_UPDATE_STATUS' EXPORTING status = '11' lock_and_hold = 'X' commit_and_wait = ' ' agency = c_agency rep_name = c_rep_name org1 = org1 year = year month = month * START_DATE = * START_TIME = IMPORTING log_handle = gs_log_handle e_rrst = gs_rrst TABLES t_rrst_det = gt_rrst_det CHANGING jobname = jobname EXCEPTIONS invalid_status = 1 error_locking_table_entry = 2 missing_required_field = 3 error_creating_app_log = 4 error_writing_to_app_log = 5 error_reading_run_entry = 6 error_loading_log_from_db = 7 error_saving_app_log_to_db = 8 error_refreshing_app_log = 9 error_opening_job = 10 error_creating_job_name = 11 error_executing_job_in_batch = 12 error_closing_job = 13 duplicate_run_entry = 14 invalid_status_change = 15 OTHERS = 16 .

OIUREP_REG_UPDATE_STATUS CALL FUNCTION 'OIUREP_REG_UPDATE_STATUS' EXPORTING status = '12' lock_and_hold = 'X' commit_and_wait = ' ' IMPORTING log_handle = gs_log_handle TABLES t_rrst_det = gt_rrst_det CHANGING jobname = jobname EXCEPTIONS invalid_status = 1 error_locking_table_entry = 2 missing_required_field = 3 error_creating_app_log = 4 error_writing_to_app_log = 5 error_reading_run_entry = 6 error_loading_log_from_db = 7 error_saving_app_log_to_db = 8 error_refreshing_app_log = 9 error_opening_job = 10 error_creating_job_name = 11 error_executing_job_in_batch = 12 error_closing_job = 13 duplicate_run_entry = 14 invalid_status_change = 15 OTHERS = 16.

OIUREP_REG_UPDATE_STATUS CALL FUNCTION 'OIUREP_REG_UPDATE_STATUS' EXPORTING status = '13' lock_and_hold = 'X' commit_and_wait = ' ' IMPORTING log_handle = gs_log_handle TABLES t_rrst_det = gt_rrst_det CHANGING jobname = jobname EXCEPTIONS invalid_status = 1 error_locking_table_entry = 2 missing_required_field = 3 error_creating_app_log = 4 error_writing_to_app_log = 5 error_reading_run_entry = 6 error_loading_log_from_db = 7 error_saving_app_log_to_db = 8 error_refreshing_app_log = 9 error_opening_job = 10 error_creating_job_name = 11 error_executing_job_in_batch = 12 error_closing_job = 13 duplicate_run_entry = 14 invalid_status_change = 15 OTHERS = 16.



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