SAP Reports / Programs

RMNIWE10_TS SAP ABAP Report - Lowest Value Determ. Range of Coverage - Initial Screen w/ Tab Strips







RMNIWE10_TS 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 RMNIWE10_TS 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

MRN1_TS - Determine Lowest Value: Rge of Cov.


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 RMNIWE10_TS. "Basic submit
SUBMIT RMNIWE10_TS AND RETURN. "Return to original report after report execution complete
SUBMIT RMNIWE10_TS 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: SO_MTART = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_MATKL = D .
Selection Text: SO_BWTAR = D .
Selection Text: SO_BWKEY = D .
Selection Text: SO_BKLAS = D .
Title: Lowest Value Determ. Range of Coverage - Initial Screen w/ Tab Strips
Text Symbol: 406 = Print List
Text Symbol: 405 = Results
Text Symbol: 404 = Exceptions
Text Symbol: 403 = Deval.
Text Symbol: 402 = Rnge/Cvrg.
Text Symbol: 401 = Basic Data
Text Symbol: 163 = Batch Input
Text Symbol: 162 = Messages
Text Symbol: 161 = Schedule Manager
Text Symbol: 156 = List Format
Text Symbol: 146 = Exception Rules
Text Symbol: 145 = Deval. Percentages
Text Symbol: 141 = Wide List
Text Symbol: 139 = Update Phys. Inv. Prices
Text Symbol: 135 = Valuation Level
Text Symbol: 132 = Only Devalued Materials
Text Symbol: 131 = Only Materials with Stock
Text Symbol: 130 = Print List
Text Symbol: 129 = Database Update
Text Symbol: 128 = Key Date
Text Symbol: 127 = Procedure
Text Symbol: 126 = Det. of Range of Coverage
Text Symbol: 125 = Material Consumption
Text Symbol: 124 = Material Stocks
Text Symbol: 123 = Base Price
Text Symbol: 117 = Store
Text Symbol: 111 = Change Material Price
Text Symbol: 100 = Update Material Master
Text Symbol: 083 = Restriction of Selection
Text Symbol: 071 = Company Code
Text Symbol: 050 = Settings





INCLUDES used within this REPORT RMNIWE10_TS

INCLUDE MRYTAB01.
INCLUDE MRYTAB02.
INCLUDE MRYPAR04.
INCLUDE MRYDAT01.
INCLUDE MRYDAT02.
INCLUDE MRYDAT03.
INCLUDE MRYDAT04.
INCLUDE MRYDAT05.


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:

MY_DEFAULT_PARAMETERS_SET CALL FUNCTION 'MY_DEFAULT_PARAMETERS_SET' EXPORTING i_bukrs = pa_bukrs i_selc = selc_flag i_niwex = '10' CHANGING c_niwe = sniwe c_niwe1 = sniwe1 c_niwels = sniwels.

MY_SUB_STRUCTURE_MOVE CALL FUNCTION 'MY_SUB_STRUCTURE_MOVE' EXPORTING i_pbo = x is_niwe = sniwe is_niwe1 = sniwe1 is_niwels = sniwels.

MY_SUB_STRUCTURE_MOVE CALL FUNCTION 'MY_SUB_STRUCTURE_MOVE' IMPORTING es_niwe = sniwe es_niwe1 = sniwe1 es_niwels = sniwels.

MY_SCHEDULE_MANAGER_DISPLAY CALL FUNCTION 'MY_SCHEDULE_MANAGER_DISPLAY' EXPORTING i_repid = sniwe-repid.

MY_APPLICATION_LOG_DISPLAY CALL FUNCTION 'MY_APPLICATION_LOG_DISPLAY' EXPORTING i_prgid = sniwe-prgid i_repid = sniwe-repid i_tcode = sniwe-tcode.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' no_dialog = x IMPORTING out_parameters = pri_params out_archive_parameters = arc_params.

MY_VALUATION_AREAS_SET CALL FUNCTION 'MY_VALUATION_AREAS_SET' EXPORTING i_bukrs = sniwe-bukrs TABLES tra_bwkey = ra_bwkey.



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