SAP Reports / Programs | Basis Components | ABAP Runtime Environment | Logical DB, Selection Screens, Selection Variants(BC-ABA-TO) SAP BC

MS38VF60 SAP ABAP INCLUDE - documentation and ABAP source code







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


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

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:

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.



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