SAP Reports / Programs

RMSERI01 SAP ABAP Report - Overview of Production Versions







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

MF22 - Versions: Overview


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 RMSERI01. "Basic submit
SUBMIT RMSERI01 AND RETURN. "Return to original report after report execution complete
SUBMIT RMSERI01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


List of production versions for materials
Selection Text: SO_M02_P = D .
Selection Text: SO_M01_P = D .
Selection Text: SO_M01_F = D .
Selection Text: SO_WERKS = Plant
Selection Text: SO_VERID = Production version
Selection Text: SO_STLAN = BOM usage
Selection Text: SO_STLAL = Alternative BOM
Selection Text: SO_SOBSL = Special procurement type
Selection Text: SO_PLNTY = Routing type
Selection Text: SO_PLNNR = Routing group key
Selection Text: SO_MATNR = Material
Selection Text: SO_DISPO = MRP controller
Selection Text: SO_ALNAL = Routing group counter
Selection Text: PA_BDATU = End date of the version
Selection Text: PA_AUFSI = RS header of version visible
Selection Text: PA_ADATU = Start date of the version
Title: Overview of Production Versions
Text Symbol: 119 = Group Counter
Text Symbol: 118 = TL group
Text Symbol: 117 = List of Production Version for Material
Text Symbol: 116 = PLine
Text Symbol: 115 = RS header descript.
Text Symbol: 114 = Blck
Text Symbol: 113 = RSheader
Text Symbol: 112 = End
Text Symbol: 111 = Start
Text Symbol: 110 = PlID 2
Text Symbol: 109 = PlID 1
Text Symbol: 108 = Task list data
Text Symbol: 107 = BOM Usge
Text Symbol: 106 = Alt.BOM
Text Symbol: 105 = End
Text Symbol: 104 = Start
Text Symbol: 103 = RSIn
Text Symbol: 102 = Version text
Text Symbol: 101 = Vers.
Text Symbol: 004 = Existing RS headers for version





Text Symbol: 003 = Material description
Text Symbol: 002 = Material
Text Symbol: 001 = Plant


INCLUDES used within this REPORT RMSERI01

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:

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MT61D RETURN = MTCOR TABLES SEQMAT01 = DUMMY EXCEPTIONS MATERIAL_NOT_FOUND = 04 PLANT_NOT_FOUND = 08 ACCOUNT_NOT_FOUND = 12.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_user_command it_fieldcat = gt_fieldcat_hierseq_list i_save = gc_save it_events = gt_eventtab_grid i_tabname_header = gc_tabname_header i_tabname_item = gc_tabname_detail i_structure_name_header = gc_structure_header i_structure_name_item = gc_structure_detail is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_output_header t_outtab_item = gt_output_detail EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = gc_tabname_header i_structure_name = gc_structure_header CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = gc_tabname_detail i_structure_name = gc_structure_detail CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab_grid EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_list.



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