SAP Reports / Programs

RMMMDE00 SAP ABAP Report - Delete All of the Materials in the Current Client







RMMMDE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes all material data in the current client that can be processed with the function Create material or Change material...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 RMMMDE00 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

MMDE - Delete All Materials


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 RMMMDE00. "Basic submit
SUBMIT RMMMDE00 AND RETURN. "Return to original report after report execution complete
SUBMIT RMMMDE00 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: TEST = Test
Title: Delete All of the Materials in the Current Client
Text Symbol: 001 = Delete materials
Text Symbol: 002 = Are you sure you want to delete
Text Symbol: 003 = all of the materials?


INCLUDES used within this REPORT RMMMDE00

INCLUDE RMMMDEST .
INCLUDE RMMMDEEN .
INCLUDE RMMMDEFO .


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_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 TITEL = TITLE IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

CKML_F_ML_DELETE CALL FUNCTION 'CKML_F_ML_DELETE' TABLES in_ckmlhd = lt_ckmlhd.

CKML_F_ML_DELETE CALL FUNCTION 'CKML_F_ML_DELETE' TABLES in_ckmlhd = lt_ckmlhd.

CKML_F_ML_DELETE CALL FUNCTION 'CKML_F_ML_DELETE' TABLES in_ckmlhd = lt_ckmlhd.

CKML_F_ML_DELETE CALL FUNCTION 'CKML_F_ML_DELETE' TABLES in_ckmlhd = lt_ckmlhd.

CLFM_DELETE_CLASSIFICATION CALL FUNCTION 'CLFM_DELETE_CLASSIFICATION' EXPORTING OBJECT = CLF_OBJECT TABLE = CLF_TABLE * AHE: 20.05.99 - A (4.6a) HW 153446

CUOB_INIT_DATA CALL FUNCTION 'CUOB_INIT_DATA'.

VBWS_MARM_CLASSIFICATION_DEL CALL FUNCTION 'VBWS_MARM_CLASSIFICATION_DEL' EXPORTING I_MARA_MATNR = WS_MARA-MATNR I_MARA_KZWSM = WS_MARA-KZWSM I_WITHOUT_MARM = 'X'.

DOKUMENTE_ZU_OBJEKT CALL FUNCTION 'DOKUMENTE_ZU_OBJEKT' EXPORTING KEY = DOC_KEY OBJEKT = DOC_OBJECT TABLES DOKTAB = T_DRAD EXCEPTIONS KEIN_DOKUMENT = 4.

CF_ST_MAT_LST_DELETE CALL FUNCTION 'CF_ST_MAT_LST_DELETE' TABLES MAT_TAB = MATTAB.

CUVO_DELETE_CUCO CALL FUNCTION 'CUVO_DELETE_CUCO' EXPORTING CUCO_ID = 'MARA' CUCO_OBJECT = ITAB-LOW.

ARRAY_DELETE_MAT_INFL_DATA CALL FUNCTION 'ARRAY_DELETE_MAT_INFL_DATA' TABLES T_MATNR = PRE03_TAB EXCEPTIONS J_1AINFMBW_DELETE_ERROR = 1 OTHERS = 2.

CHECK_INFLATION_ACTIVE CALL FUNCTION 'CHECK_INFLATION_ACTIVE' EXPORTING I_BUKRS = T001-BUKRS I_APPL = APPL_M EXCEPTIONS INFLATION_NOT_ACTIVE = 1 BUKRS_AND_BWKEY_INITIAL = 2 OTHERS = 3.



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