IT200F01 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 IT200F01 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 IT200F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = ls_e071 IMPORTING pe_result = lv_result we_lock_key = ls_lock_key.
ENQUEUE_E_TLOCK CALL FUNCTION 'ENQUEUE_E_TLOCK' EXPORTING pgmid = ls_tadir-pgmid object = ls_tadir-object obj_name = ls_tadir-obj_name EXCEPTIONS OTHERS = 1.
TRINT_CHECK_LOCKS CALL FUNCTION 'TRINT_CHECK_LOCKS' EXPORTING wi_lock_key = ls_lock_key IMPORTING we_lockflag = lv_lockflag TABLES wt_tlock = lt_tlock EXCEPTIONS OTHERS = 1.
DEQUEUE_E_TLOCK CALL FUNCTION 'DEQUEUE_E_TLOCK' EXPORTING pgmid = ls_tadir-pgmid object = ls_tadir-object obj_name = ls_tadir-obj_name.
TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING wi_with_dialog = ' ' iv_no_standard_editor = 'X' iv_no_show_option = 'X' TABLES wt_e071 = lt_ko200 EXCEPTIONS OTHERS = 1.
TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING wi_with_dialog = ' ' iv_no_standard_editor = 'X' iv_no_show_option = 'X' IMPORTING we_order = ls_tadir-trkorr TABLES wt_e071 = lt_ko200 EXCEPTIONS OTHERS = 1.
TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING wi_with_dialog = 'X' iv_no_standard_editor = 'X' iv_no_show_option = 'X' TABLES wt_e071 = lt_ko200 EXCEPTIONS OTHERS = 1.
TRINT_TADIR_INTERFACE CALL FUNCTION 'TRINT_TADIR_INTERFACE' EXPORTING wi_test_modus = ' ' wi_tadir_pgmid = lv_pgmid wi_tadir_object = lv_object wi_tadir_obj_name = lv_obj_name wi_tadir_author =
-author wi_tadir_devclass = -devclass iv_wbo_internal = 'X' EXCEPTIONS OTHERS = 1.
TRINT_CONVERT_LOG CALL FUNCTION 'TRINT_CONVERT_LOG' TABLES it_msgs = lt_msgs et_lines = lt_lines.
TRINT_DISPLAY_LOG CALL FUNCTION 'TRINT_DISPLAY_LOG' TABLES ct_lines = lt_lines CHANGING cv_with_long_text_icon = lv_with_long_text_icon EXCEPTIONS OTHERS = 1.
DEQUEUE_E_TLOCK CALL FUNCTION 'DEQUEUE_E_TLOCK' EXPORTING pgmid = ls_tadir-pgmid object = ls_tadir-object obj_name = ls_tadir-obj_name.
USER_EXISTS CALL FUNCTION 'USER_EXISTS' EXPORTING bname = lv_user * CLIENT = ' ' EXCEPTIONS user_dont_exist = 1 user_exists = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.