SAP Reports / Programs

ROIUREP_MMS2014_REP_MPEND SAP ABAP Report - MMS 2014 Reports - Pending MMS Transactions







ROIUREP_MMS2014_REP_MPEND 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_MMS2014_REP_MPEND 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

O3UREP_MMS_MRTPEND - MMS Level Pending Royalty Trans Rep


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_MMS2014_REP_MPEND. "Basic submit
SUBMIT ROIUREP_MMS2014_REP_MPEND AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUREP_MMS2014_REP_MPEND 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: S_TRIBE = Indian Tribe Number
Selection Text: S_TRANS = Transaction Code
Selection Text: S_SDATE = Sales Date
Selection Text: S_SALETY = Sales Type Code
Selection Text: S_PROD = MMS Product Code
Selection Text: S_PAYOR = MMS Payor
Selection Text: S_PAYMT = Payment Method
Selection Text: S_LEASE = Lease No
Selection Text: S_FEDIND = Federal / Indian Indicator
Selection Text: S_AGRMNT = Agreement Number
Selection Text: P_STRP = Stipe Pattern
Selection Text: P_SA_YR = Reporting Sales Year
Selection Text: P_SA_MO = Reporting Sales Month
Selection Text: P_OPCOL = Optimum Column Width
Selection Text: P_NOVER = No Vertical Gridlines
Selection Text: P_NOCOL = No Column Headings
Selection Text: P_CO_CD = Company Code
Title: MMS 2014 Reports - Pending MMS Transactions
Text Symbol: S23 = R_Month
Text Symbol: S22 = Reversal Month
Text Symbol: S21 = R_Year
Text Symbol: S20 = Reversal Year
Text Symbol: S18 = ALV Layout Variant
Text Symbol: S17 = Lease Split - Ventures
Text Symbol: S16 = Lse Splt?
Text Symbol: S15 = Lease Split ?
Text Symbol: S14 = Optional List Title
Text Symbol: S13 = Well / Completion
Text Symbol: S12 = Venture / DOI
Text Symbol: S11 = Indian Tribe
Text Symbol: S10 = Federal / Indian Indicator
Text Symbol: S09 = ALV Variant
Text Symbol: S08 = Output Listing - Select Summary Level(s) Below:
Text Symbol: S07 = ALV Controls - User Defines Summary Level(s)
Text Symbol: S06 = Output Options
Text Symbol: S05 = Payor
Text Symbol: S04 = Company Code
Text Symbol: S03 = Choose Summary Level(s)





Text Symbol: S02 = Reporting Key Fields for Data Source
Text Symbol: S01 = MMS 2014 Reporting Selection
Text Symbol: 020 = Lease Split
Text Symbol: 001 = Selection Returns No Records


INCLUDES used within this REPORT ROIUREP_MMS2014_REP_MPEND

INCLUDE ROIUREP_MMS2014_REP_GEN_INCLD.


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * i_structure_name = 'OIUREP_MRT_PEND' * I_BACKGROUND_ID = ' ' i_grid_title = p_titl * I_GRID_SETTINGS = is_layout = w_gs_layout it_fieldcat = i_gt_fld_cat[] * The field catalog (layout) is always the same, therfore "KH * the buffer should be used (buffer=space=default) -> macro "KH * i_buffer_active = 'X' "Specially WAN perf. "KH

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' "SOGK008437 BP * EXPORTING * name = 'ICON_SET_INTERSECTION'"SOGK008437 BP * info = text-020 "SOGK008437 BP * IMPORTING "SOGK008437 BP * result = w_icon_lease_split "SOGK008437 BP * EXCEPTIONS "SOGK008437 BP * icon_not_found = 1 "SOGK008437 BP * outputfield_too_short = 2 "SOGK008437 BP * OTHERS = 3. "SOGK008437 BP

LVC_VARIANT_SAVE_LOAD CALL FUNCTION 'LVC_VARIANT_SAVE_LOAD' EXPORTING i_save_load = 'F' i_tabname = '1' CHANGING cs_variant = w_gs_variant EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = w_repid * I_INTERNAL_TABNAME = i_structure_name = 'ROIUREP_MMS_2014_REP_DTL_KEY' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = i_gt_fld_cat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = w_repid * I_INTERNAL_TABNAME = i_structure_name = 'ROIUREP_MMS_2014_REP_DTL_NON' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = i_gt_fld_cat[] 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_MMS2014_REP_MPEND or its description.