SAP Reports / Programs

RMRPAEVAL SAP ABAP Report - Reorganization of Storage Location MRP Areas







RMRPAEVAL 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 RMRPAEVAL 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 RMRPAEVAL. "Basic submit
SUBMIT RMRPAEVAL AND RETURN. "Return to original report after report execution complete
SUBMIT RMRPAEVAL 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_WERZG = D .
Selection Text: SO_BERID = D .
Selection Text: PVERSION = Version Number
Title: Reorganization of Storage Location MRP Areas
Text Symbol: 501 = Read SAP Note 593463 for more information
Text Symbol: 407 = Version does not exist
Text Symbol: 406 = Version is locked
Text Symbol: 405 = Enter a comparison version
Text Symbol: 404 = Version is currently being processed
Text Symbol: 403 = Version is invalid
Text Symbol: 402 = Error when deleting the version
Text Symbol: 401 = Error when creating the verison
Text Symbol: 305 = Deletion was canceled
Text Symbol: 304 = Creation was canceled
Text Symbol: 303 = Version comparison did not return any differences
Text Symbol: 302 = Version was deleted
Text Symbol: 301 = Version was created
Text Symbol: 201 = Selection of a Version
Text Symbol: 107 = Selection
Text Symbol: 106 = Delete
Text Symbol: 105 = Delete Comparison Version
Text Symbol: 104 = Display
Text Symbol: 103 = Display Comparison Version
Text Symbol: 102 = Create
Text Symbol: 101 = Create Comparison Version
Text Symbol: 100 = Version Management


INCLUDES used within this REPORT RMRPAEVAL

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_create text = text-101 info = text-102 IMPORTING RESULT = pb1 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display text = text-103 info = text-104 IMPORTING RESULT = pb2 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_delete text = text-105 info = text-106 IMPORTING RESULT = pb3 EXCEPTIONS OTHERS = 0.

ENQUEUE_ECIFMDVR CALL FUNCTION 'ENQUEUE_ECIFMDVR' EXPORTING version = lv_version _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = tabname retfield = fieldname dynpprog = lv_repid dynpnr = lv_dynnr dynprofield = fieldname window_title = text-201 value = lv_value value_org = 'S' TABLES value_tab = lt_value EXCEPTIONS OTHERS = 0.



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