RMSERI11 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 RMSERI11 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MF47 - Open Reprocessing Records / Pr.Line
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: PA_BLDAT = Document Date
Selection Text: PA_BUDAT = Posting date
Selection Text: PA_ENDAY = To production date
Selection Text: PA_LGORT = Storage location
Selection Text: PA_STDAY = From production date
Selection Text: PA_WERKS = Plant
Selection Text: SO_BAUGR = Assembly
Selection Text: SO_KDAUF = Sales order
Selection Text: SO_KDPOS = Sales order item
Selection Text: SO_MATNR = Component
Selection Text: SO_PSPNR = Production lot
Selection Text: SO_M01_F = D .
Selection Text: SO_M01_P = D .
Selection Text: SO_M02_P = D .
Selection Text: SO_VERID = D .
Title: Postprocessing List for Components on Production Line
Text Symbol: 041 = Delete Postprocessing Item
Text Symbol: 040 = Display Stock Overview
Text Symbol: 036 = Special Stock
Text Symbol: 035 = Unit of Measure
Text Symbol: 034 = Storage Location
Text Symbol: 033 = Acct Assignment Number
Text Symbol: 031 = Acct assignment
Text Symbol: 030 = Prod. lot
Text Symbol: 029 = Sales Order
Text Symbol: 028 = PrdCosColl
Text Symbol: 001 = PrLine
Text Symbol: 002 = PlID
Text Symbol: 003 = Assembly
Text Symbol: 004 = Plant
Text Symbol: 005 = Version
Text Symbol: 006 = Selection Indicator
Text Symbol: 007 = Account Assignment Number
Text Symbol: 009 = SLoc
Text Symbol: 010 = Batch
Text Symbol: 011 = Qty
Text Symbol: 012 = Un
Text Symbol: 013 = Special stock
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RM_SELECT_RSNUM CALL FUNCTION 'RM_SELECT_RSNUM' TABLES i_werks_range = s_werks_range i_matnr_range = so_baugr i_verid_range = so_verid i_pspel_range = so_pspnr i_kdauf_range = so_kdauf i_kdpos_range = so_kdpos e_sestax = sestax EXCEPTIONS no_authority = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMSERI11 - Postprocessing List for Components on Production Line RMSERI11 - Postprocessing List for Components on Production Line RMSERI05 - Linking Versions RMSERI05 - Linking Versions RMSERI03 - Print Receipt Elements for Run Schedule Header RMSERI03 - Print Receipt Elements for Run Schedule Header