SAP Reports / Programs

RMSERI13 SAP ABAP Report - Report - Reprocessing List (Background Processing)







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RMSERI13. "Basic submit
SUBMIT RMSERI13 AND RETURN. "Return to original report after report execution complete
SUBMIT RMSERI13 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 013 = Special stock
Text Symbol: 014 = Are you sure you want to
Text Symbol: 015 = delete reprocessing item ?
Text Symbol: 016 = Delete Reprocessing Item
Text Symbol: 017 = Data will be lost
Text Symbol: 018 = Delete postprocessing record(s)?
Text Symbol: 019 = Postprocessing Record(s)
Text Symbol: 020 = Do you want to post the document ?
Text Symbol: 021 = Do you want to cancel
Text Symbol: 022 = processing ?
Text Symbol: 023 = Exit Processing
Text Symbol: 024 = Components
Text Symbol: 025 = Material description


INCLUDES used within this REPORT RMSERI13

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RMSERI13 or its description.