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

WB2DI400F SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT WB2DI400F

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:

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_log_header importing e_log_handle = l_log_handle exceptions log_header_inconsistent = 1 others = 2.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = lt_log_handle exceptions others = 5.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = lt_log_handle importing e_new_lognumbers = lt_new_lognumbers exceptions others = 4.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = -lognumber importing output = l_lognumber.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_grid_title = l_grid_title i_callback_program = 'RWB2DI004' i_callback_top_of_page = 'TOP_OF_PAGE_C' i_callback_pf_status_set = 'SET_PF_STATUS' i_save = l_save i_structure_name = 'WB2_V_VBRK_WBGT' i_callback_user_command = 'USER_COMMAND' is_layout = l_is_layout is_variant = l_variant tables t_outtab = gt_vbrk_wbgt exceptions program_error = 1.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_log_header importing e_log_handle = l_log_handle exceptions log_header_inconsistent = 1 others = 2.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = tl_log_handle exceptions others = 5.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = tl_log_handle exceptions others = 5.



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