SAP Reports / Programs | Production and Revenue Accounting | Industry Solution Oil | Production and Revenue Accounting(IS-OIL-PRA) SAP IS

ROIUREP_MMS_EDITS_SUBROUTINES SAP ABAP INCLUDE - Include ROIUREP_MMS_EDITS_SUBROUTINES







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


Text pool values


Title: Include ROIUREP_MMS_EDITS_SUBROUTINES


INCLUDES used within this REPORT ROIUREP_MMS_EDITS_SUBROUTINES

No INCLUDES are used within this REPORT code!


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_MMS_2014_LOAD_EDITS CALL FUNCTION 'OIUREP_MMS_2014_LOAD_EDITS' EXPORTING extraction_only = space lease_no = -lease_no agreement_no = -agreement_no fed_indian_cd = -fed_indian_cd mms_prod_cd = -mms_prod_cd sales_type_cd = -sales_type_cd trans_cd = -trans_cd pay_method_cd = -pay_method_cd sales_date = -sales_date sa_qy = -mms_sa_qy sa_amt = -mms_sa_amt adj_cd = -adj_cd roy_pr_alw_amt = -roy_pr_alw_amt trnsp_alw_de_amt = -trnsp_alw_de_amt proc_alw_de_amt = -proc_alw_de_amt roy_ls_allow_amt = -roy_ls_allow_amt gas_mmbtu_qy = -gas_mmbtu_qy edit_eff_dt = w_mrthst_edteffdt *start N_1159585 MMS SLA 2008 changes report_year = -sales_year report_month = -sales_month history_fl = -reversal_fl *end N_1159585 MMS SLA 2008 changes TABLES e_tran_err_2_tb = w_tran_err_tb EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ROIUREP_MMS_EDIT_REJS' CHANGING ct_fieldcat = field_catalog_itab EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.



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