RMESSRK2 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 RMESSRK2 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.
Selection Text: P_UPDATE = Update
Selection Text: S_EKKO = Purchase order
Title: Analysis and Rebuild of Entry Sheets
001 PO item Entry sheet
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = t_ekko-bedat foreign_amount = t_essr-netwr foreign_currency = t_essr-waers "oder ekko? local_currency = t001-waers rate = t_ekko-wkurs IMPORTING local_amount = ekbe-dmbtr.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = t_essr-lbldt foreign_amount = t_essr-netwr foreign_currency = t_essr-waers "EKKO-WAERS local_currency = t001-waers IMPORTING local_amount = ekbe-dmbtr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMESSRK2 - Analysis and Rebuild of Entry Sheets RMESSRK2 - Analysis and Rebuild of Entry Sheets RMESSRK0 - Recalculation of Unplanned Value (w/o Contract Ref.) in Entry Sheet RMESSRK0 - Recalculation of Unplanned Value (w/o Contract Ref.) in Entry Sheet RMESSRA1 - Tool for Analyzing Entry Sheets RMESSRA1 - Tool for Analyzing Entry Sheets