SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

MM06EF0R_REFRESH_TABLES SAP ABAP INCLUDE - MM06EF0RREFRESHTABLES







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


INCLUDES used within this REPORT MM06EF0R_REFRESH_TABLES

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:

MMPUR_EKBE_REFRESH_BUFFER CALL FUNCTION 'MMPUR_EKBE_REFRESH_BUFFER'.

MMPUR_EKBZ_REFRESH_BUFFER CALL FUNCTION 'MMPUR_EKBZ_REFRESH_BUFFER'.

ME_EKPO_BUFFER_REFRESH CALL FUNCTION 'ME_EKPO_BUFFER_REFRESH'.

PRICING_REFRESH CALL FUNCTION 'PRICING_REFRESH' TABLES tkomk = tkomk tkomv = tkomv.

PRICING_SUBSCREEN_SET_DATA CALL FUNCTION 'PRICING_SUBSCREEN_SET_DATA' EXPORTING comm_head_i = komk comm_item_i = TABLES tkomv = tkomv EXCEPTIONS OTHERS = 0.

PRICING_SUPPL_DATA_REFRESH CALL FUNCTION 'PRICING_SUPPL_DATA_REFRESH'.

RV_CONDITION_RESET CALL FUNCTION 'RV_CONDITION_RESET'.

RV_MESSAGES_REFRESH CALL FUNCTION 'RV_MESSAGES_REFRESH' EXPORTING msg_kappl = 'EF'.

ME_STATISTICS_TABLES_REFRESH CALL FUNCTION 'ME_STATISTICS_TABLES_REFRESH'.

ME_PREPARE_MEASURE CALL FUNCTION 'ME_PREPARE_MEASURE' EXPORTING i_refresh = 'X'.

ME_CONFIRMATIONS_REFRESH CALL FUNCTION 'ME_CONFIRMATIONS_REFRESH'.

EXPIMP_TABLES_REFRESH CALL FUNCTION 'EXPIMP_TABLES_REFRESH'.

ME_COMMIT_QUOTA CALL FUNCTION 'ME_COMMIT_QUOTA' EXPORTING fc_vorga = fc_vorga.

ME_EINA_READ CALL FUNCTION 'ME_EINA_READ' EXPORTING refresh_buffer = 'X' EXCEPTIONS error_message = 0 OTHERS = 0.

ME_COMPONENTS_REFRESH CALL FUNCTION 'ME_COMPONENTS_REFRESH'.

MM_REFRESH_PARTNERS CALL FUNCTION 'MM_REFRESH_PARTNERS'.

ADDR_MEMORY_CLEAR CALL FUNCTION 'ADDR_MEMORY_CLEAR' EXPORTING force = 'X' EXCEPTIONS unsaved_data_exist = 0 internal_error = 0 OTHERS = 0.

MM_DELIVERY_ADDRESS_REFRESH CALL FUNCTION 'MM_DELIVERY_ADDRESS_REFRESH'.

DELETE_TEXT_FROM_CATALOG





CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = 'EKKO' name = '*' id = '*' language = '*' EXCEPTIONS not_found = 0 OTHERS = 0.

DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = 'EKPO' name = '*' id = '*' language = '*' EXCEPTIONS not_found = 0 OTHERS = 0.

DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = 'EINA' name = '*' id = '*' language = '*' EXCEPTIONS not_found = 0 OTHERS = 0.

DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = 'EINE' name = '*' id = '*' language = '*' EXCEPTIONS not_found = 0 OTHERS = 0.

ML_INVOICING_SCHEDULE_REFRESH CALL FUNCTION 'ML_INVOICING_SCHEDULE_REFRESH'.

MS_REFRESH_STORAGE CALL FUNCTION 'MS_REFRESH_STORAGE'.

ME_LOG_REFRESH CALL FUNCTION 'ME_LOG_REFRESH' EXPORTING im_log_handle = gf_log_handle_save im_log_handles = gf_log_handle_read EXCEPTIONS OTHERS = 0.

INIT_EVENT_RAISE CALL FUNCTION 'INIT_EVENT_RAISE' EXPORTING tuuid = lv_tuuid EXCEPTIONS wrong_tuuid = 0 OTHERS = 0.

QBCK_REFRESH_ALL CALL FUNCTION 'QBCK_REFRESH_ALL'.

MEREQS_REFRESH CALL FUNCTION 'MEREQS_REFRESH'.

DOCUMENT_ASSIGNMENT_REFRESH CALL FUNCTION 'DOCUMENT_ASSIGNMENT_REFRESH'.

OUTBOUND_CALL_01000792_E CALL FUNCTION 'OUTBOUND_CALL_01000792_E' IN UPDATE TASK EXPORTING pi_buffer_refresh = 'X'.

MEDCMM_REFRESH CALL FUNCTION 'MEDCMM_REFRESH'.

ME_CHANGEDOC_REFRESH CALL FUNCTION 'ME_CHANGEDOC_REFRESH'.

MEDCMT_REFRESH CALL FUNCTION 'MEDCMT_REFRESH'.

J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = ekko-bukrs component = 'BR' EXCEPTIONS component_not_active = 2.

J_1B_REFRESH_CHMAT CALL FUNCTION 'J_1B_REFRESH_CHMAT'.



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