TB006F01 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 TB006F01 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 TB006F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_LIMIT_ASK_GEN_MODE_ACTIVE CALL FUNCTION 'TB_LIMIT_ASK_GEN_MODE_ACTIVE' IMPORTING e_active = l_gen_active.
BAL_GLB_SEARCH_LOG CALL FUNCTION 'BAL_GLB_SEARCH_LOG' EXPORTING i_s_log_filter = l_lfil * I_T_LOG_CONTEXT_FILTER = * I_T_LOG_HANDLE = IMPORTING e_t_log_handle = lt_loghandle[] EXCEPTIONS log_not_found = 1.
BAL_GLB_MEMORY_REFRESH CALL FUNCTION 'BAL_GLB_MEMORY_REFRESH' EXPORTING * I_AUTHORIZATION = i_refresh_all = ' ' i_t_logs_to_be_refreshed = lt_loghandle[] EXCEPTIONS not_authorized = 1 OTHERS = 2.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_logheader IMPORTING e_log_handle = lt_loghandle.
TB_LIMIT_CHARS_DEL_TABLES CALL FUNCTION 'TB_LIMIT_CHARS_DEL_TABLES' EXPORTING it_sla = lt_atla[] * I_MANDT = i_loghandle = lt_loghandle EXCEPTIONS del_error = 1 OTHERS = 2.
TB_LIMIT_CHARS_GEN_TABLES CALL FUNCTION 'TB_LIMIT_CHARS_GEN_TABLES' EXPORTING it_sla = lt_atla[] * I_MANDT = i_loghandle = lt_loghandle i_enqueue = '' EXCEPTIONS get_error = 1 activate_error = 2 check_error = 3 enqueue_error = 4 OTHERS = 5.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = lt_loghandle[].
BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = lt_loghandle EXCEPTIONS log_not_found = 1 OTHERS = 2.
TB_LIMIT_ASK_GEN_MODE_ACTIVE CALL FUNCTION 'TB_LIMIT_ASK_GEN_MODE_ACTIVE' IMPORTING e_active = l_gen_active.
TB_LIMIT_ENQUEUE_CLIENTS CALL FUNCTION 'TB_LIMIT_ENQUEUE_CLIENTS' EXPORTING i_mandt = '' EXCEPTIONS error_enqueue = 1.
TB_LIMIT_DEQUEUE_CLIENTS CALL FUNCTION 'TB_LIMIT_DEQUEUE_CLIENTS' EXPORTING i_mandt = ''.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.