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

RWB2B007_OPEN_CONTROL_F01 SAP ABAP INCLUDE - Include RWB2B007_OPEN_CONTROL_F01







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


Text pool values


Title: Include RWB2B007_OPEN_CONTROL_F01


INCLUDES used within this REPORT RWB2B007_OPEN_CONTROL_F01

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:

WB2_SELECT_FOR_LIST call function 'WB2_SELECT_FOR_LIST' exporting i_comp = s_comp i_qty_cp = s_qty_cp i_filter_del_items = lv_filter_del_items i_maxl = s_maxl iv_with_texts = space tables t_komwbhk = t_komwbhk_tab t_tkonn = s_tkonn t_reswk = s_reswk t_tkonn_ex = s_tk_ex t_tctyp = s_tctyp t_tc_rel = s_tc_rel t_btbsta = s_btbsta t_kunnr = s_kunnr t_elifn = s_elifn t_vkorg = s_vkorg t_vtweg = s_vtweg t_spart = s_spart t_ekorg = s_ekorg t_ekgrp = s_ekgrp t_werks = s_werks t_matkl = s_matkl t_matnr = s_matnr t_hkpstp = s_hkpstp t_erdat = s_erdat t_budat = s_budat t_bstnk = s_bstnk t_tksachb = s_tksach t_ernam = s_ernam t_tccat = s_tccat t_purpose = s_purp t_batch = s_batch exceptions no_data_found = 1 others = 2.

TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting percentage = 10 text = text-001.

TB_PROGRESS_INDICATOR call function 'TB_PROGRESS_INDICATOR' exporting percentage = 20 text = text-002.

WB2_CHECK_PREFETCH_TKONN call function 'WB2_CHECK_PREFETCH_TKONN' exporting i_tkonn = ls_pref_tc_key-tkonn importing e_prefetch_done = lv_pref_done.

WB2_PREFETCH_WBHK_TKONN_ARRAY call function 'WB2_PREFETCH_WBHK_TKONN_ARRAY' exporting it_tkonn = lt_pref_tc_key.

WB2_PREFETCH_WBHI_TKONN_ARRAY call function 'WB2_PREFETCH_WBHI_TKONN_ARRAY' exporting it_tkonn = lt_pref_tc_key importing et_komwbhi = t_komwbhi_tab[].

WB2_PREFETCH_WBHF_TKONN_ARRAY call function 'WB2_PREFETCH_WBHF_TKONN_ARRAY' exporting it_tkonn = lt_pref_tc_key importing et_komwbhf = lt_komwbhf.

WB2_WBGT_READ_FOR_TKONN_TAB call function 'WB2_WBGT_READ_FOR_TKONN_TAB' exporting it_tkonn = lt_pref_tc_key importing et_komwbgt = lt_komwbgt.

WB2B_WBGT_SET_BUFFER call function 'WB2B_WBGT_SET_BUFFER' exporting it_komwbgt = lt_komwbgt.

WB2_READ_BUSI_DATA3_WITH_TKONN call function 'WB2_READ_BUSI_DATA3_WITH_TKONN' tables t_komwbhd = lts_komwbhd t_tkonn = lt_pref_tkonn exceptions no_records_found = 0 others = 0.

WB2_EKPO_ARRAY_READ call function 'WB2_EKPO_ARRAY_READ' exporting it_key = lt_ebeln_key importing et_data = lt_ekpo_stab.

ME_TRANSFER_EKPO_TO_BUFFER call function 'ME_TRANSFER_EKPO_TO_BUFFER' exporting pi_ebeln = l_ebeln-ebeln pi_all_positions = 'X' tables pi_ekpo = lt_ekpo exceptions others = 0.

WB2_VBAK_ARRAY_READ call function 'WB2_VBAK_ARRAY_READ' exporting it_key = lt_vbeln_key.

WB2_VBAP_ARRAY_READ call function 'WB2_VBAP_ARRAY_READ' exporting it_key = lt_vbeln_key.



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