SAP Reports / Programs | Logistics - General | Global Trade | Trading Contract(LO-GT-TC) SAP LO

WB2M90E01 SAP ABAP INCLUDE - Ereignisse







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


Text pool values


Title: Ereignisse


INCLUDES used within this REPORT WB2M90E01

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:

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.



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