SAP Reports / Programs | Production Planning and Control | Repetitive Manufacturing(PP-REM) SAP PP

RMSERI11 SAP ABAP Report - Postprocessing List for Components on Production Line







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MF47 - Open Reprocessing Records / Pr.Line


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 RMSERI11. "Basic submit
SUBMIT RMSERI11 AND RETURN. "Return to original report after report execution complete
SUBMIT RMSERI11 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_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





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
Text Symbol: 027 = Item


INCLUDES used within this REPORT RMSERI11

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.



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 RMSERI11 or its description.