SAP Reports / Programs | Logistics - General | Global Trade | Trading Execution Workbench(LO-GT-TEW) SAP LO

RWB2B_ACTION_RECOVERY_E01 SAP ABAP INCLUDE - Include RWB2B_ACTION_RECOVERY_E01







RWB2B_ACTION_RECOVERY_E01 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 RWB2B_ACTION_RECOVERY_E01 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 RWB2B_ACTION_RECOVERY_E01. "Basic submit
SUBMIT RWB2B_ACTION_RECOVERY_E01 AND RETURN. "Return to original report after report execution complete
SUBMIT RWB2B_ACTION_RECOVERY_E01 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 RWB2B_ACTION_RECOVERY_E01


INCLUDES used within this REPORT RWB2B_ACTION_RECOVERY_E01

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:

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = sy-cprog dynumb = sy-dynnr request = 'A' tables dynpfields = l_dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 error_message = 10 others = 11.

WB2_LISTBOX_TEWSTEP call function 'WB2_LISTBOX_TEWSTEP' exporting i_tew_type = s_tewtyp i_repid = 'RWBGT002' i_dynnr = sy-dynnr i_dynprofield = 's_step'.

WB2_TEWSTEP_SINGLE_READ call function 'WB2_TEWSTEP_SINGLE_READ' exporting i_tew_type = s_tewtyp i_step = s_step importing e_tewstep = l_tewstep exceptions not_found = 1 others = 2.

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = 'RWBGT002' tables selection_table = int_rsparams exceptions not_found = 1 no_report = 2 others = 3.

WB2_EXP_SELECT_FOR_RECOVERY call function 'WB2_EXP_SELECT_FOR_RECOVERY' exporting i_doc_type = l_tewstep-master_doc i_tew_type = s_tewtyp * i_error_tew = s_error i_max_lines = s_maxl i_items = s_item importing exp_doc_type = l_exp_doc_type tables t_vbeln_range = s_vbeln * t_posnr_range = s_posnr t_tkonn_range = s_tkonn t_tkonn_ex_range = s_xblnr t_tposn_range = s_tposn t_komwbgt = g_komwbgt t_erdat_range = s_erdat t_ernam_range = s_ernam t_business_step_range = g_step t_complete_range = g_complete * t_error_tew_range = g_error_tew exceptions no_records_found = 1 others = 2.

WB2_ADD_ON_SELECT call function 'WB2_ADD_ON_SELECT' exporting i_doc_type = l_tewstep-master_doc i_tew_type = s_tewtyp * i_error_tew = s_error i_max_lines = s_maxl i_items = s_item tables t_vbeln_range = s_vbeln * t_posnr_range = s_posnr t_tkonn_range = s_tkonn t_tkonn_ex_range = s_xblnr t_tposn_range = s_tposn t_komwbgt = g_komwbgt t_erdat_range = s_erdat t_ernam_range = s_ernam t_business_step_range = g_step t_complete_range = g_complete t_error_tew_range = g_error_tew exceptions no_records_found = 1 others = 2.

WB2_ADD_ON_LIST_FOR_RECOVER call function 'WB2_ADD_ON_LIST_FOR_RECOVER' exporting i_titlebar = 'LI1' exp_doc_type = l_exp_doc_type tables t_komwbgt = g_komwbgt exceptions program_error = 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 RWB2B_ACTION_RECOVERY_E01 or its description.