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

MMREO029 SAP ABAP INCLUDE - Help Routines







MMREO029 is a standard ABAP INCLUDE 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 MMREO029 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Help Routines


INCLUDES used within this REPORT MMREO029

ENHANCEMENT-POINT MMREO029 SPOTS ES_MMREO029 INCLUDE BOUND.


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:

CO_WIPB_TCUWIPB_READ call function 'CO_WIPB_TCUWIPB_READ' importing e_wipbatch_active = gv_wipbatch_active exceptions not_found = 1.

ENQUEUE_EMMATAE call function 'ENQUEUE_EMMATAE' exporting matnr = record_to_delete-matnr _scope = '1' "note 936103 exceptions foreign_lock = 4 system_failure = 8.

ENQUEUE_EMMARCE call function 'ENQUEUE_EMMARCE' exporting matnr = record_to_delete-matnr werks = record_to_delete-werks _scope = '1' "note 936103 exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EMMBEWE call function 'ENQUEUE_EMMBEWE' exporting matnr = record_to_delete-matnr bwkey = h_bwkey _scope = '1' "note 936103 exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EMMCH1E call function 'ENQUEUE_EMMCH1E' exporting matnr = record_to_delete-matnr _scope = '1' "note 936103 exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EMMCHA call function 'ENQUEUE_EMMCHA' exporting matnr = record_to_delete-matnr werks = record_to_delete-werks _scope = '1' "note 936103 exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_EMMATAE call function 'DEQUEUE_EMMATAE' exporting matnr = record_to_delete-matnr.

DEQUEUE_EMMATAE call function 'DEQUEUE_EMMATAE' exporting matnr = lmatnr.

DEQUEUE_EMMARCE call function 'DEQUEUE_EMMARCE' "#EC * exporting matnr = lmatnr werks = lwerks exceptions others = 1.

DEQUEUE_EMMBEWE call function 'DEQUEUE_EMMBEWE' exporting matnr = lmatnr bwkey = lbwkey exceptions others = 1. "#EC *

DEQUEUE_EMMCH1E call function 'DEQUEUE_EMMCH1E' exporting matnr = lmatnr exceptions others = 1. "#EC *

DEQUEUE_EMMCHA call function 'DEQUEUE_EMMCHA' exporting matnr = lmatnr werks = lwerks exceptions others = 1. "#EC *

SELECT_TEXT call function 'SELECT_TEXT' exporting database_only = space id = dummy_text_id language = dummy_text_spras name = obj_name object = obj_id textmemory_only = space importing entries = text_header_counter tables selections = text_headers t_name = r_object_name.

TEXT_ARCHIVE_OBJECT call function 'TEXT_ARCHIVE_OBJECT' exporting archive_handle = arch_handle id = text_headers-tdid language = text_headers-tdspras name = text_headers-tdname object = text_headers-tdobject exceptions wrong_access_to_archive = 1 others = 2.

SELECT_TEXT call function 'SELECT_TEXT' exporting database_only = space id = dummy_text_id language = dummy_text_spras name = obj_name object = obj_id textmemory_only = space importing entries = text_header_counter tables selections = text_headers.

READ_TEXT call function 'READ_TEXT' exporting id = text_headers-tdid language = text_headers-tdspras name = text_headers-tdname object = text_headers-tdobject importing header = text_header_read tables lines = text_lines exceptions id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6.

DELETE_TEXT call function 'DELETE_TEXT' exporting id = id language = spras name = object_name object = object savemode_direct = 'X' exceptions not_found = 4.

CLASSIFY_ARCHIVE_OBJECT call function 'CLASSIFY_ARCHIVE_OBJECT' exporting archive_handle = arch_handle object = clf_object ptable = clf_table object_delete_flag = 'X'.

MG_DISP_MESSAGES_LIST





call function 'MG_DISP_MESSAGES_LIST' tables output_table = messages exceptions others = 0.

ARCHIVE_DELETE_OBJECT_DATA call function 'ARCHIVE_DELETE_OBJECT_DATA' exporting archive_handle = arch_handle exceptions internal_error = 1 wrong_access_to_archive = 2 others = 3. "#EC *

ARCHIVE_GIVE_STATISTICS call function 'ARCHIVE_GIVE_STATISTICS' exporting archive_handle = arch_handle tables table = arch_stat exceptions internal_error = 1 wrong_access_to_archive = 2 others = 3. "#EC *

BWKEY_INITIAL_CHECK call function 'BWKEY_INITIAL_CHECK' exporting aktyp = 'A' bwkey = h_bwkey flg_no_t009 = 'X' importing wmarv = ls_marv exceptions others = 1.

ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' exporting i_object = messages-tabkey i_msgtype = lv_msgtype i_msgid = messages-arbgb i_msgno = sy-msgno i_msgv1 = messages-msgv1 i_msgv2 = messages-msgv2 i_msgv3 = messages-msgv3 i_msgv4 = messages-msgv4.

BWKEY_INITIAL_CHECK call function 'BWKEY_INITIAL_CHECK' exporting aktyp = 'A' bwkey = p_bwkey flg_no_t009 = 'X' importing wmarv = ls_marv exceptions others = 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 MMREO029 or its description.