RMSERI13 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 RMSERI13 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: 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_VERID = Production version
Selection Text: SO_M01_F = D .
Selection Text: SO_M01_P = D .
Selection Text: SO_M02_P = D .
Title: Report - Reprocessing List (Background Processing)
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.assgt
Text Symbol: 030 = Prod. lot
Text Symbol: 029 = SalesOrd.
Text Symbol: 028 = PrdCosColl
Text Symbol: 027 = Item
Text Symbol: 026 = Change postprocessing records
Text Symbol: 001 = PrLine
Text Symbol: 002 = PlID
Text Symbol: 003 = Assembly
Text Symbol: 004 = Plant
Text Symbol: 005 = Vers
Text Symbol: 006 = Start
Text Symbol: 007 = End
Text Symbol: 008 = Order
Text Symbol: 009 = SLoc
Text Symbol: 010 = Batch
Text Symbol: 011 = Qty
Text Symbol: 012 = Un
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.
RM_COLLECTIVE_BACKFLUSH_COMP CALL FUNCTION 'RM_COLLECTIVE_BACKFLUSH_COMP' EXPORTING EXT_COMMIT = ' ' NO_DIALOG = 'X' REPTP = '01' RANGE_REPR = L_RANGE_REPR TABLES RM61BX = RM61BX EXCEPTIONS COLLECTIVE_BACKFLUSH_ERROR = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMSERI13 - Report - Reprocessing List (Background Processing) RMSERI13 - Report - Reprocessing List (Background Processing) RMSERI12_ALV - Display document log information with ALV RMSERI12_ALV - Display document log information with ALV RMSERI11 - Postprocessing List for Components on Production Line RMSERI11 - Postprocessing List for Components on Production Line