ROIUREP_MMS2014_REP_MHIST 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_MHIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3UREP_MMS_MRTHIST - MMS Level Historic Royalty Trans Rep
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.
Selection Text: P_CO_CD = Company Code
Selection Text: P_NOCOL = No Column Headings
Selection Text: P_NOVER = No Vertical Gridlines
Selection Text: P_OPCOL = Optimum Column Width
Selection Text: P_SA_MO = Reporting Sales Month
Selection Text: P_SA_YR = Reporting Sales Year
Selection Text: P_STRP = Stripe Pattern
Selection Text: S_AGRMNT = Agreement Number
Selection Text: S_FEDIND = Federal / Indian Indicator
Selection Text: S_LEASE = Lease No
Selection Text: S_PAYMT = Payment Method
Selection Text: S_PAYOR = MMS Payor
Selection Text: S_PROD = MMS Product Code
Selection Text: S_SALETY = Sales Type Code
Selection Text: S_SDATE = Sales Date
Selection Text: S_TRANS = Transaction Code
Selection Text: S_TRIBE = Indian Tribe Number
Title: MMS 2014 Reports - MMS Historic Transactions
Text Symbol: S24 = MANUAL_CREATE_FL
Text Symbol: S23 = R_Month
Text Symbol: S22 = Reversal Month
Text Symbol: S21 = R_Year
Text Symbol: 001 = Selection Returns No Records
Text Symbol: 020 = Lease Split
Text Symbol: S01 = MMS 2014 Reporting Selection
Text Symbol: S02 = Reporting Key Fields for Data Source
Text Symbol: S03 = Choose Summary Level(s)
Text Symbol: S04 = Company Code
Text Symbol: S05 = Payor
Text Symbol: S06 = Output Options - ALV or Listing
Text Symbol: S07 = ALV Controls - User Defines Summary Level(s)
Text Symbol: S08 = Output Listing - Select Summary Level(s) Below:
Text Symbol: S09 = ALV Variant
Text Symbol: S10 = Federal / Indian Indicator
Text Symbol: S11 = Indian Tribe
Text Symbol: S12 = Venture / DOI
Text Symbol: S13 = Well / Completion
Text Symbol: S14 = Optional List Title
INCLUDE ROIUREP_MMS2014_REP_GEN_INCLD.
No SAP DATABASE tables are accessed within this REPORT code!
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 = '' * 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' * EXPORTING * name = 'ICON_SET_INTERSECTION'"SOGK008558 BP * info = text-020 "SOGK008437 BP * IMPORTING *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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIUREP_MMS2014_REP_MHIST - MMS 2014 Reports - MMS Historic Transactions ROIUREP_MMS2014_REP_MHIST - MMS 2014 Reports - MMS Historic Transactions ROIUREP_MMS2014_REP_GEN_INCLD - Include ROIUREP_MMS_2014_REP_GEN_INCLD ROIUREP_MMS2014_REPGEN_ARCHIST - MMS-2014 Report Generation - ARC, History Selection Processing Routine ROIUREP_MMS2014_REC_REPORT - Include ROIUREP_MMS2014_REC_REPORT ROIUREP_MMS2014_MRT_MAKE_FINAL - MMS-2014 Make Final Process for MMS 2014