SAP Reports / Programs

RMPS_RATING_LIST SAP ABAP Report - Create Submission Directory from Valuation Directory







RMPS_RATING_LIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you can create the evaluation directory of the central archive and create a submission directory for the cases to be transferred to the central archive and delete the cases that are not transferred...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMPS_RATING_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

RMPS_RATING_LIST - Load Valuation Directory


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 RMPS_RATING_LIST. "Basic submit
SUBMIT RMPS_RATING_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RMPS_RATING_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_FOLDER = Export Folder
Selection Text: P_FILE = File Valuation Directory
Title: Create Submission Directory from Valuation Directory
Text Symbol: 026 = Automation Queue Failure
Text Symbol: 027 = Internal Error:
Text Symbol: 028 = A method in the automation queue
Text Symbol: 029 = caused a failure.
Text Symbol: 030 = Disposal Portion/Record Segment/Cases
Text Symbol: 031 = Mark Cases to be Deleted
Text Symbol: 032 = Select Cases to be Displayed
Text Symbol: 033 = Document List
Text Symbol: 034 = Rec. Cover Sht
Text Symbol: 035 = Load Valuation Directory
Text Symbol: 036 = Selection of Folder for Saving Disposal Files
Text Symbol: 037 = Save Disposal Files
Text Symbol: 038 = Rcd
Text Symbol: 039 = Document
Text Symbol: 041 = Error in Upload
Text Symbol: 046 = Counter Log
Text Symbol: 047 = Ref. Units
Text Symbol: 048 = Rcds
Text Symbol: 049 = Cases
Text Symbol: 050 = Processing Information
Text Symbol: 051 = Meta Data
Text Symbol: 001 = Record No.
Text Symbol: 002 = Disposal Portion
Text Symbol: 003 = Rcd Segment
Text Symbol: 004 = RecType
Text Symbol: 005 = Conts.
Text Symbol: 006 = Retention Time
Text Symbol: 007 = End Reten.
Text Symbol: 008 = Archive No.
Text Symbol: 009 = Suppl. Letter
Text Symbol: 010 = Valuation Status
Text Symbol: 011 = Select Case
Text Symbol: 012 = Deselect
Text Symbol: 013 = Delete Case
Text Symbol: 014 = Deletion of Cases





Text Symbol: 015 = Export
Text Symbol: 016 = Do you really want to delete?
Text Symbol: 017 = Process Route Info
Text Symbol: 019 = Y
Text Symbol: 020 = No
Text Symbol: 021 = Submission Dirtry
Text Symbol: 022 = No Cases with Status Delete
Text Symbol: 023 = No Cases with Status Display
Text Symbol: 024 = Selection of Cases
Text Symbol: 025 = Version


INCLUDES used within this REPORT RMPS_RATING_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:

No SAP FUNCTION MODULES are executed within this report code!



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