RMSERI93 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 RMSERI93 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: Print Receipt Elements for Run Schedule Header
Text Symbol: 001 = Material
Text Symbol: 002 = Version
Text Symbol: 003 = RSheader
Text Symbol: 004 = RSheader:shrtTxt
Text Symbol: 005 = Period
Text Symbol: 006 = Total
Text Symbol: 007 = Rel.
Text Symbol: 008 = Plnd
Text Symbol: 200 = Assigned to no line
Text Symbol: 300 = Pr.line
Text Symbol: 301 = End date
Text Symbol: 302 = Shift Material Qty Start Finish Date
Text Symbol: 303 = Material
Text Symbol: 304 = Finish date
Text Symbol: 305 = Finish PrLine Version Qty UM Start date St
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MT61D RETURN = MTCOR TABLES SEQMAT01 = DUMMY EXCEPTIONS MATERIAL_NOT_FOUND = 04 PLANT_NOT_FOUND = 08 ACCOUNT_NOT_FOUND = 12.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMSERI93 - Print Receipt Elements for Run Schedule Header RMSERI93 - Print Receipt Elements for Run Schedule Header RMSERI7T - documentation and ABAP source code RMSERI7F_BAK - RMSERI7FBAK RMSERI7F - documentation and ABAP source code RMSERI7D - INCLUDE (data structure) for high-performance backflush