WBEW0F01 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 WBEW0F01 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: Include WBEW0F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRANSACTIONS_SEC_LOAD_I_VIEW CALL FUNCTION 'TRANSACTIONS_SEC_LOAD_I_VIEW' EXPORTING BUKRS = WA_VWPDEPO-BUKRS RANL = WA_VWPDEPO-RANL RLDEPO = WA_VWPDEPO-RLDEPO TYPE_OF_SELECTION = 'A' * FLAG_PLAN = ' ' FLAG_NO_STORNO = 'X' TABLES TVWBEVI = TVWBEVI.
FWEV_VALUATION_PREPARE CALL FUNCTION 'FWEV_VALUATION_PREPARE' EXPORTING I_VWBEVI = H_VWBEVI I_STICHTAG = DATUM I_RANL_DEPOT = IT_RANL_RLDEPO I_BUKRS = BUKRS I_SVORGANG = VORGANG " 25.11.1997 EBec F3.04+
FWEV_BEPP_GENERATE CALL FUNCTION 'FWEV_BEPP_GENERATE' EXPORTING I_STICHTAG = DATUM I_BESTAND = WA_VAL-BESTAND I_RESULT = WA_VAL-WERT I_SVORGANG = VORGANG " 25.11.1997 EBec F3.04+
MASTER_DATA_READ_SEC CALL FUNCTION 'MASTER_DATA_READ_SEC' EXPORTING I_RANL = WA_BEWGRP-RANL IMPORTING E_VWPANLA = WA_VWPANLA.
MASTER_DATA_READ_SEC CALL FUNCTION 'MASTER_DATA_READ_SEC' EXPORTING I_RANL = WA_BEWGRP-RANL IMPORTING E_VWPANLA = WA_VWPANLA.
RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING LANGUAGE = INFO-SPROT_U-LANGU MESSAGE_ID = INFO-SPROT_U-AG MESSAGE_NUMBER = MSGNO MESSAGE_VAR1 = INFO-SPROT_U-VAR1 MESSAGE_VAR2 = INFO-SPROT_U-VAR2 MESSAGE_VAR3 = INFO-SPROT_U-VAR3 MESSAGE_VAR4 = INFO-SPROT_U-VAR4 IMPORTING MESSAGE_TEXT = TEXT * tables * LONGTEXT = EXCEPTIONS MESSAGE_NOT_FOUND = 1 OTHERS = 2.
ENQUEUE_EFWBEST CALL FUNCTION 'ENQUEUE_EFWBEST' EXPORTING BUKRS = WA_VWPDEPO-BUKRS RANL = WA_VWPDEPO-RANL EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
MASTER_DATA_READ_SEC CALL FUNCTION 'MASTER_DATA_READ_SEC' EXPORTING I_RANL = WA_BEWGRP-RANL IMPORTING E_VWPANLA = WA_VWPANLA.
MASTER_DATA_READ_SEC CALL FUNCTION 'MASTER_DATA_READ_SEC' EXPORTING I_RANL = WA_BEWGRP-RANL IMPORTING E_VWPANLA = WA_VWPANLA.
COMPANY_CODE_READ_SEC CALL FUNCTION 'COMPANY_CODE_READ_SEC' EXPORTING I_BUKRS = BUKRS IMPORTING E_T001 = WA_T001 * e_tzbz = EXCEPTIONS T001_ENTRY_NOT_FOUND = 1 TZBZ_ENTRY_NOT_FOUND = 2 I_BUKRS_INITIAL = 3 OTHERS = 4.
TRANSACTIONS_TEXT CALL FUNCTION 'TRANSACTIONS_TEXT' EXPORTING LANGUAGE = SY-LANGU RANTYP = '2' SBEWART = FM_SBEWART * SBEWZITI = ' ' IMPORTING TEXT = FM_XBEWART EXCEPTIONS NO_SBEWART = 1 NO_TEXT_FOUND = 2 OTHERS = 3.
CONVERSION_GIVING_RATE_F CALL FUNCTION 'CONVERSION_GIVING_RATE_F' EXPORTING FOREIGN_AMOUNT = FO_AMOUNT FOREIGN_CURRENCY = FO_WHR LOCAL_AMOUNT = LO_AMOUNT LOCAL_CURRENCY = LO_WHR RKURSBER = KURSBER IMPORTING RATE_F = WERT_WRK_ALT_F.
MASTER_DATA_READ_SEC_BUFFERED CALL FUNCTION 'MASTER_DATA_READ_SEC_BUFFERED' EXPORTING i_ranl = gt_item_table-ranl IMPORTING E_VWPANLA = wa_VWPANLA.
PRODUCT_TYPE_READ_SEC CALL FUNCTION 'PRODUCT_TYPE_READ_SEC' EXPORTING I_GSART = wa_VWPANLA-gsart IMPORTING E_TZPA = wa_Tzpa.
TRANSACTIONS_TEXT CALL FUNCTION 'TRANSACTIONS_TEXT' EXPORTING language = sy-langu rantyp = wa_tzpa-rantyp sbewart = gt_item_table-sbewart sbewziti = gt_item_table-sbewziti IMPORTING text = xbewart.
MASTER_DATA_READ_SEC_BUFFERED CALL FUNCTION 'MASTER_DATA_READ_SEC_BUFFERED' EXPORTING i_ranl = gt_header_table-ranl IMPORTING E_VWPANLA = wa_VWPANLA.
EVALUATION_PARA_DETERMINE CALL FUNCTION 'EVALUATION_PARA_DETERMINE' EXPORTING bukrs = gt_header_table-bukrs ranl = gt_header_table-ranl rldepo = gt_header_table-rldepo IMPORTING revaluation_class = gt_header_table-srevcls.
PRODUCT_TYPE_READ_TEXT_SEC CALL FUNCTION 'PRODUCT_TYPE_READ_TEXT_SEC' EXPORTING i_gsart = gt_header_table-gsart i_spras = sy-langu IMPORTING e_tzpat = wa_tzpat.
POSITION_INDICATOR_SECACC_READ
CALL FUNCTION 'POSITION_INDICATOR_SECACC_READ' EXPORTING i_bukrs = gt_header_table-bukrs i_ranl = gt_header_table-ranl i_rldepo = gt_header_table-rldepo IMPORTING e_vwpdepo = wa_vwpdepo.
SECURITIES_ACCOUNT_READ_SEC CALL FUNCTION 'SECURITIES_ACCOUNT_READ_SEC' EXPORTING i_bukrs = gt_header_table-bukrs i_rldepo = gt_header_table-rldepo IMPORTING e_twd01 = wa_twd01.
TRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'TRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = gt_header_table-bukrs IMPORTING companyname = gt_header_table-butxt.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_sort = it_sort i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item i_structure_name_header = 'bewegungs_kopftabelle' i_structure_name_item = 'bewegungs_positionstabelle' is_keyinfo = gs_keyinfo i_save = l_save is_variant = l_variant it_events = gt_events IMPORTING e_exit_caused_by_caller = g_exit_caused_by_caller es_exit_caused_by_user = gs_exit_caused_by_user TABLES t_outtab_header = gt_header_table t_outtab_item = gt_item_table EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.
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 WBEW0F01 or its description.