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

MOIUREP_MMS_2014F04 SAP ABAP INCLUDE - PBO Forms







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


Text pool values


Title: PBO Forms


INCLUDES used within this REPORT MOIUREP_MMS_2014F04

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:

DD_DOMA_GET * CALL FUNCTION 'DD_DOMA_GET' * EXPORTING * domain_name = p_alv_field_catalog_itab-domname * IMPORTING * dd01v_wa_a = l_dd01v * TABLES * dd07v_tab_a = l_dd07va_itab * dd07v_tab_n = l_dd07vn_itab * EXCEPTIONS * illegal_value = 1 * op_failure = 2 * OTHERS = 3.

DDUT_TEXTTABLE_GET * CALL FUNCTION 'DDUT_TEXTTABLE_GET' * EXPORTING * tabname = l_dd01v-entitytab * IMPORTING * texttable = l_text_table.

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

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

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

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

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

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' "SOGK020272 RL EXPORTING "SOGK020272 RL i_structure_name = "SOGK020272 RL 'ROIUREP_MMS_2014_PRDCDXREF_ALV' "SOGK020272 RL CHANGING "SOGK020272 RL ct_fieldcat = "SOGK020272 RL oiurep_prdcdxref_fld_ctlg_itab "SOGK020272 RL EXCEPTIONS "SOGK020272 RL inconsistent_interface = 1 "SOGK020272 RL program_error = 2 "SOGK020272 RL OTHERS = 3. "SOGK020272 RL

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

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

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

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

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

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

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

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

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

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

LVC_FIELDCATALOG_MERGE





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

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

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'ROIUREP_MMS_2014_OWNER_ALV' CHANGING ct_fieldcat = oiurep_owner_fld_ctlg_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 MOIUREP_MMS_2014F04 or its description.