SAP Reports / Programs

RMSERIMA SAP ABAP Report - Repetitive Manufacturing Production List as Mini Application







RMSERIMA 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 RMSERIMA 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

MF53 - Maintaining Variants-Production List


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 RMSERIMA. "Basic submit
SUBMIT RMSERIMA AND RETURN. "Return to original report after report execution complete
SUBMIT RMSERIMA 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: WERKS = Plant
Selection Text: PERIO = Period
Selection Text: LINIE = Production line
Selection Text: DTVON = Start date
Selection Text: DTBIS = Finish date
Title: Repetitive Manufacturing Production List as Mini Application
Text Symbol: 062 = Finish
Text Symbol: 063 = Period
Text Symbol: 070 = Selection by lines
Text Symbol: 071 = Production line
Text Symbol: 072 = WkCtr hierarchy
Text Symbol: 073 = Nodes WkC.hier.
Text Symbol: 081 = Rate-based planning
Text Symbol: 082 = Detailed planning
Text Symbol: 083 = Sequencing
Text Symbol: 090 = Scheduling
Text Symbol: 100 = Output and date type
Text Symbol: 110 = Sort order
Text Symbol: 200 = Production line:
Text Symbol: PT1 = Create planned order
Text Symbol: PT2 = Change planned order
Text Symbol: PT3 = Stock list
Text Symbol: 001 = Plant
Text Symbol: 002 = MRP area
Text Symbol: 005 = Direct print without screen display
Text Symbol: 010 = Output type
Text Symbol: 011 = Per order
Text Symbol: 012 = Per period
Text Symbol: 020 = Scheduling type
Text Symbol: 021 = Basic dates
Text Symbol: 022 = Production dates
Text Symbol: 030 = 1st sort criterion
Text Symbol: 031 = Sort by material
Text Symbol: 032 = Sort by line
Text Symbol: 040 = 2nd sort criterion
Text Symbol: 041 = Sort by start date
Text Symbol: 042 = Sort by finish date
Text Symbol: 050 = Further sel. criteria





Text Symbol: 051 = Only firmed orders
Text Symbol: 052 = Only assigned orders
Text Symbol: 053 = Only dispatched orders
Text Symbol: 054 = Only scheduled orders
Text Symbol: 060 = Examination period
Text Symbol: 061 = Start date


INCLUDES used within this REPORT RMSERIMA

INCLUDE MM61XDBR.


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_GET_VARIANTS_4_REPORT_USER CALL FUNCTION 'RM_GET_VARIANTS_4_REPORT_USER' EXPORTING program = lv_repid IMPORTING cat = lv_cat EXCEPTIONS report_not_existent = 1 OTHERS = 2.

RM_LIST_OF_PRODUCTION CALL FUNCTION 'RM_LIST_OF_PRODUCTION' EXPORTING erm61r = rm61r eptlpe = ptlpe * et450n = t450n.



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