WLFM30E01 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 WLFM30E01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Ereignisse
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MM_DOCUMENT_INDEX_LINE_SELECT call function 'MM_DOCUMENT_INDEX_LINE_SELECT' exporting ok_code = sy-ucomm.
MM_DOCUMENT_INDEX_USER_COMMAND call function 'MM_DOCUMENT_INDEX_USER_COMMAND' exporting ok_code = sy-ucomm.
HELP_OBJECT_SHOW_FOR_FIELD call function 'HELP_OBJECT_SHOW_FOR_FIELD' exporting doklangu = sy-langu doktitle = g_f1_text called_for_field = 'KIPRS' called_for_tab = 'RMEIND1' exceptions object_not_found = 1 sapscript_error = 2 others = 3.
MM_DOCUMENT_INDEX_TOP_OF_PAGE call function 'MM_DOCUMENT_INDEX_TOP_OF_PAGE' exceptions error_message = 1 others = 2.
MM_DOCUMENT_INDEX_END_OF_PAGE call function 'MM_DOCUMENT_INDEX_END_OF_PAGE' exceptions error_message = 1 others = 2.
MM_DOCUMENT_INDEX_MAINTENANCE call function 'MM_DOCUMENT_INDEX_MAINTENANCE' exporting i_message_typ = con_msg_typ i_reorg_index_tab = s_reorgb i_calculation_type = s_kiprs i_selection_screen = s_selscr i_document_index_read = yes i_document_change_check = yes i_pointer_maintenance = g_poi_maint i_document_index_show = s_onlydi i_display_as_popup = no i_condition_read = no i_scale_read = no i_reorg_not_process_index_tab = s_reorga i_condition_validity = g_condition_validity i_document_validity = g_document_validity i_pricing_validity = g_pricing_validity i_no_messaging = g_mess i_no_message_req = g_mess i_commit_and_wait = s_wait i_maxblstp = maxblstp i_use_konh_validity = s_maxval i_alv = s_alv tables t_document_ran_for_bltyp = g_document_ran_for_bltyp t_error_messages = g_error_messages t_document_index = g_document_index t_document_types_tab = g_document_types_tab exceptions pointer_analyse = 01 no_customizing_data = 02 no_index_data = 03 index_data_not_found = 04 back_to_selection_screen = 05 function_yet_finished = 06 other_messages = 07 others = 08.
MM_DOCUMENT_INDEX_ERROR_LIST call function 'MM_DOCUMENT_INDEX_ERROR_LIST' exporting i_document_index_show = s_onlydi i_alv = s_alv tables t_document_types_tab = g_document_types_tab t_document_index = g_document_index t_error_messages = g_error_messages exceptions back_to_selection_screen = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.