SAP Reports / Programs | Logistics - General | Logistics Basic Data | Retail Pricing(LO-MD-RPC) SAP LO

WV008E00 SAP ABAP INCLUDE - Report RWVKP008: Events







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


Text pool values


Title: Report RWVKP008: Events


INCLUDES used within this REPORT WV008E00

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_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 *>>>>>>>>> begin deletion note 214426 <<<<<<<<<<<< * i_condition_read = yes *>>>>>>>>> end deletion note 214426 <<<<<<<<<<<< *>>>>>>>>> begin insertion note 214426 <<<<<<<<<<<< i_condition_read = no *>>>>>>>>> end insertion note 214426 <<<<<<<<<<<< i_scale_read = no i_reorg_not_process_index_tab = s_reorga i_condition_validity = g_condition_validity i_document_validity = g_document_validity 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 = g_alv_display 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.

MM_DOCUMENT_INDEX_TOP_OF_PAGE call function 'MM_DOCUMENT_INDEX_TOP_OF_PAGE' EXCEPTIONS error_message = 2 others = 1.

MM_DOCUMENT_INDEX_END_OF_PAGE call function 'MM_DOCUMENT_INDEX_END_OF_PAGE' EXCEPTIONS error_message = 2 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 WV008E00 or its description.