WVIC2F00 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 WVIC2F00 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid I_CALLBACK_PF_STATUS_SET = 'SET_STATUS_ALV' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' i_structure_name = 'WKBK' is_layout = gs_layout * it_fieldcat = gt_fieldcat[] * it_excluding = gt_extab * it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = ' ' i_save = 'A' is_variant = g_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = tables t_outtab = g_t_xwkbk exceptions program_error = 1 others = 2.
ERROR_MESSAGES_SHOW call function 'ERROR_MESSAGES_SHOW' exporting titel = text-105 tables pi_t_erro = g_t_erro exceptions no_messages_found = 04.
RS_SET_SELSCREEN_STATUS * call function 'RS_SET_SELSCREEN_STATUS' * exporting * p_status = status_001 * tables * p_exclude = ausschluss.
ERROR_MESSAGES_SHOW call function 'ERROR_MESSAGES_SHOW' exporting titel = text-105 tables pi_t_erro = g_t_erro exceptions no_messages_found = 04.
SALES_PRICE_CALCULATE_01 call function 'SALES_PRICE_CALCULATE_01' exporting pi_i_spc = pispc exceptions others = 04.
MM_DOCUMENT_INDEX_MAINTENANCE call function 'MM_DOCUMENT_INDEX_MAINTENANCE' exporting i_message_typ = msgtyp_condbi i_reorg_index_tab = yes i_calculation_type = kiprs_a i_selection_screen = no i_document_index_read = yes i_document_change_check = yes i_pointer_maintenance = yes i_document_index_show = no i_display_as_popup = no i_condition_read = yes i_scale_read = no i_reorg_not_process_index_tab = no * i_condition_validity = h_condition_validity * i_document_validity = g_document_validity i_pditems = p_items i_ekervm = p_ekerv tables * t_document_ran_for_bltyp = g_document_ran_for_bltyp t_error_messages = g_error_messages t_document_index = g_t_documents t_document_types_tab = t_document_types_tab t_erro = g_t_erro 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.