SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RMMMVERW SAP ABAP Report - Subsequently Create Administrative Data for the Material Master







RMMMVERW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RMMMVERW subsequently sets up the see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMMMVERW 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

OMSM - CS MM Set Up Administrative Data


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 RMMMVERW. "Basic submit
SUBMIT RMMMVERW AND RETURN. "Return to original report after report execution complete
SUBMIT RMMMVERW 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: MAXNUM = COMMIT portion size
Selection Text: NEUAUFB = Set up completely
Selection Text: NO_MOFF = Do not set up MOFF
Selection Text: NO_MSTA = Do not update MSTA
Selection Text: OPT_MARA = Materials to be processed
Selection Text: SPERREN = Lock MARA
Title: Subsequently Create Administrative Data for the Material Master
Text Symbol: 001 = All
Text Symbol: 100 = Number of materials: &
Text Symbol: 101 = Define processing type
Text Symbol: 102 = Background
Text Symbol: 103 = Online
Text Symbol: 104 = Choose the processing type
Text Symbol: 110 = Recommendation: background processing


INCLUDES used within this REPORT RMMMVERW

INCLUDE LBTCHDEF.


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:

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = DEF_OPT TEXTLINE1 = TEXT1 TEXTLINE2 = 'Wählen Sie die Verarbeitungsart aus'(104) TEXTLINE3 = TEXT3 TEXT_OPTION1 = 'Hintergrund'(102) TEXT_OPTION2 = 'Online'(103) TITEL = 'Verarbeitungsart festlegen'(101) START_COLUMN = 12 START_ROW = 3 IMPORTING ANSWER = ANTWORT.

ENQUEUE_EMMARAS CALL FUNCTION 'ENQUEUE_EMMARAS' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

MATERIAL_REBUILD_MOFF_MSTA_30 * CALL FUNCTION 'MATERIAL_REBUILD_MOFF_MSTA_30' * EXPORTING * CREATE_MOFF = CREATE_MOFF " stets == X * CREATE_MSTA = CREATE_MSTA * COMMIT_SIZE = MAXNUM * CHECK_MOFF_EXISTS = H_CH * IMPORTING * NUMBER_PROCESSED = ERGEBNIS * TABLES * RANGE_MATNR = OPT_MARA * EXCEPTIONS * WRONG_PARAMETERS = 01.

MATERIAL_REBUILD_MOFF_MSTA CALL FUNCTION 'MATERIAL_REBUILD_MOFF_MSTA' EXPORTING CREATE_MOFF = CREATE_MOFF CREATE_MSTA = CREATE_MSTA COMMIT_SIZE = MAXNUM CHECK_MOFF_EXISTS = H_CH IMPORTING NUMBER_PROCESSED = ERGEBNIS TABLES RANGE_MATNR = OPT_MARA EXCEPTIONS WRONG_PARAMETERS = 01.

DEQUEUE_EMMARAS CALL FUNCTION 'DEQUEUE_EMMARAS'.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING DELANFREP = ' ' JOBGROUP = ' ' JOBNAME = JOBNAME * SDLSTRTDT = NO_DATE * SDLSTRTTM = NO_TIME IMPORTING JOBCOUNT = JOBCOUNT EXCEPTIONS OTHERS = 01.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING JOBCOUNT = JOBCOUNT JOBNAME = JOBNAME STARTDATE_RESTRICTION = BTC_PROCESS_ALWAYS STRTIMMED = 'X' TARGETSYSTEM = ' ' IMPORTING JOB_WAS_RELEASED = RELEASED EXCEPTIONS OTHERS = 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 RMMMVERW or its description.