MS38VF60 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 MS38VF60 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTION_OPTIONS call function 'SELECT_OPTION_OPTIONS' exporting selctext = l_title sign = i_tvarvc_selops-sign option = i_tvarvc_selops-opti just_display = l_just_display option_list = l_optionlist no_del_line = l_just_display importing sign = l_tvarvc-sign option = l_tvarvc-opti exceptions not_executed = 1 "Cancel gedrückt delete_line = 3 others = 2.
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' * EXPORTING * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' importing we_objects_appendable = appendable * WE_ORDER = * WE_TASK = * WE_OBJECTS_APPENDABLE = tables wt_ko200 = iko200 wt_e071k = ie071k * TT_TADIR = exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting wi_order = order iv_no_show_option = c_true importing we_order = order we_task = task tables wt_ko200 = l_ko200 wt_e071k = l_e071k exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
CHECK_CUSTOMER_NAMES * call function 'CHECK_CUSTOMER_NAMES' * exporting * OBJECTTYPE = 'TABU' * tablekey = p_tabkey * tablename = 'TVARVC' * IMPORTING * KEY_ALLOWED = l_allowed ** SYSTEM_SAP = ** TABLE_NOT_FOUND = * EXCEPTIONS * OTHERS = 1.
TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemedit = l_systemedit systemtype = l_systemtype system_client_edit = l_client_edit exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.