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

ROIU_MP_ALLOC_PROF_LIST SAP ABAP Report - MP Allocation Profile List Processing







ROIU_MP_ALLOC_PROF_LIST 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 ROIU_MP_ALLOC_PROF_LIST into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3U_MPAP9 - List Processing MP Alloc Profile


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 ROIU_MP_ALLOC_PROF_LIST. "Basic submit
SUBMIT ROIU_MP_ALLOC_PROF_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT ROIU_MP_ALLOC_PROF_LIST 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: P_TO = To
Selection Text: P_MONTH = Monthly
Selection Text: P_FROM = Test Date
Selection Text: P_DN_NO = Delivery Network
Selection Text: P_DAY = Daily
Title: MP Allocation Profile List Processing
Text Symbol: WLN = Well
Text Symbol: WLC = Well Completion
Text Symbol: TTL = MP Allocation Profile Report
Text Symbol: TST = Effective From
Text Symbol: TO1 = To
Text Symbol: OPT = OPT_LIST
Text Symbol: MTH = Monthly
Text Symbol: MPS = MP Desc
Text Symbol: MPN = Measurement Point
Text Symbol: MPD = Source MP Desc
Text Symbol: FLS = Error in Flush
Text Symbol: DND = DN Desc
Text Symbol: DAY = Daily
Text Symbol: CON = The control could not be created
Text Symbol: ALF = Allocation Frequency
Text Symbol: 003 = list processing
Text Symbol: 002 = Measurement Point and/or Delivery Network are
Text Symbol: 001 = Parameters


INCLUDES used within this REPORT ROIU_MP_ALLOC_PROF_LIST

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:

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' EXPORTING I_OBJECT = 'O_OI0_TCD' I_TCODE = c_disptran.

OIU_PAGE_HEADING CALL FUNCTION 'OIU_PAGE_HEADING' exporting i_bhdgd = bhdgd.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = TEXT-CON.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = TEXT-FLS.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = TEXT-FLS.

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' EXPORTING I_OBJECT = 'O_OI0_TCD' I_TCODE = c_creatran.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = TEXT-FLS.

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' EXPORTING I_OBJECT = 'O_OI0_TCD' I_TCODE = l_tran.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = w_restrict.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = REPID * IMPORTING * SP = tables selection_table = SEL_SET EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 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 ROIU_MP_ALLOC_PROF_LIST or its description.