RMCSS135 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 RMCSS135 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Update Value Contract Values
INCLUDE RMCSSU01.
INCLUDE RMCSSU05.
INCLUDE RVDIREKT.
No SAP DATABASE tables are accessed within this REPORT code!
UNIT_CONVERSION call function 'UNIT_CONVERSION' exporting mgame = lb_verkaufsmenge meinh = lb_vrkme umrez = lb_umvkz umren = lb_umvkn meins = lb_meins importing o_mglme = lb_lagermenge exceptions conversion_not_found = 4 different_dimension = 8 division_by_zero = 12 overflow = 16 t006d_entry_missing = 20 t006_entry_missing = 24.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.