SAP Reports / Programs | Basis Components | Upgrade - General | SAP Note Assistant(BC-UPG-NA) SAP BC

ANST_SEARCH_TOOL_PROCEDURES SAP ABAP INCLUDE - Include ANST_SEARCH_TOOL_PROCEDURES







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


Text pool values


Title: Include ANST_SEARCH_TOOL_PROCEDURES


INCLUDES used within this REPORT ANST_SEARCH_TOOL_PROCEDURES

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:

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' view_name = viewname check_ddic_mainflag = 'X' TABLES excl_cua_funct = fu_to_excl EXCEPTIONS foreign_lock = 2 no_tvdir_entry = 8. "EC FB_RC

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' "#EC FB_RC EXPORTING action = 'U' view_name = viewname check_ddic_mainflag = 'X' TABLES excl_cua_funct = fu_to_excl EXCEPTIONS foreign_lock = 2 no_tvdir_entry = 8.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = i_title i_zebra = 'X' i_tabname = 'T_ANST_NOTE_SEA' i_screen_start_column = 10 i_screen_start_line = 6 i_screen_end_column = 137 i_screen_end_line = 17 i_checkbox_fieldname = 'CHECKBOX' it_fieldcat = i_fieldcat i_callback_program = l_program IMPORTING e_exit = exit_code TABLES t_outtab = t_anst_note_sea[].

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-070 text_question = text-080 text_button_1 = text-074 text_button_2 = text-075 IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

ANST_TESTING_AGENT_INFO CALL FUNCTION 'ANST_TESTING_AGENT_INFO' * DESTINATION rfc_dest IMPORTING ev_agent = ev_agent_info EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.

ANST_TESTING_AGENT_EXECHECK CALL FUNCTION 'ANST_TESTING_AGENT_EXECHECK' EXPORTING iv_exe_unit = iv_exec_unit iv_exe_type = iv_exec_type IMPORTING ev_returncode = ev_returncode EXCEPTIONS anst_ta_pfa_wrong_exe_type = 1 anst_ta_pfa_wrong_exe_unit = 2 anst_ta_env_error = 6 OTHERS = 99.

ANST_GET_TRACE CALL FUNCTION 'ANST_GET_TRACE' EXPORTING iv_exe_unit = iv_exec_unit iv_exe_type = iv_exec_type iv_dynamic = 'X' iv_static = '' iv_with_trace = 'X' iv_run_tcd = 'X' iv_run_rta = 'X' iv_with_cross = 'X' iv_sapgui_info_line = '' iv_no_last_message_disp = 'X' iv_with_table_keys = 'X' IMPORTING ev_returncode = ev_returncode et_trace_base = et_trace_base et_trace_tcd_base = et_trace_tcd_base et_trace_tcd_msg = et_trace_tcd_msg et_trace_cross = et_trace_cross et_trace_trace = et_trace_trace CHANGING iv_execution_web = sw_execution_web iv_guid = lv_guid EXCEPTIONS anst_ta_pfa_wrong_exe_type = 1 anst_ta_pfa_wrong_exe_unit = 2 anst_ta_env_error = 3.

RPY_EXISTENCE_CHECK_METH CALL FUNCTION 'RPY_EXISTENCE_CHECK_METH' EXPORTING class = 'CL_SYSTEM_UUID' method = 'IF_SYSTEM_UUID_STATIC~CREATE_UUID_X16' * LIMU_KEY = EXCEPTIONS not_exist = 1 OTHERS = 2.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = lv_guid.

GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_16 = lv_guid.

ANST_SAVE_TRACE CALL FUNCTION 'ANST_SAVE_TRACE' EXPORTING p_descri = p_descri rfc_dest = rfc_dest TABLES lt_trace_p = lt_trace_p CHANGING ls_trace = ls_trace EXCEPTIONS error = 1.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING authority_check = '' mode = 'SHOW' object = ls_trdir-name object_class = ls_trace_p-object trdir_inf = ls_trdir IMPORTING devclass = lv_devclass EXCEPTIONS canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 request_language_denied = 9 OTHERS = 10.

TRINT_DEVCLASS_GET CALL FUNCTION 'TRINT_DEVCLASS_GET' EXPORTING iv_devclass = lv_devclass iv_langu = sy-langu iv_with_layer = 'X' IMPORTING es_tdevc = ls_tdevc EXCEPTIONS devclass_not_found = 1 OTHERS = 2.

TRINT_DEVCLASS_GET CALL FUNCTION 'TRINT_DEVCLASS_GET' EXPORTING iv_devclass = lv_devclass iv_langu = sy-langu iv_with_layer = 'X' IMPORTING es_tdevc = ls_tdevc EXCEPTIONS devclass_not_found = 1 OTHERS = 2.

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING complete_area = area IMPORTING namespace = namespace group = group EXCEPTIONS OTHERS = 6.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * text = lv_text.

ANST_SEARCH_NOTES CALL FUNCTION 'ANST_SEARCH_NOTES' EXPORTING i_searchterm = ls_searchterm i_srch_l = 'E' i_res_l = lv_res_l * i_appl = p_comp i_category = p_ncat i_released_after = p_date i_output = '' i_maxno = p_maxno i_sort_crit = 'N' i_sort_order = 'A' i_convert_implstat = 'X' i_method = '1' * 1 = * == = * or?? = i_range = p_range i_rfc = gv_search_rfc IMPORTING et_notes = lt_result_tmp e_number_all = lv_number_all e_err_text = lv_error_text TABLES it_appl = lt_appl EXCEPTIONS rfc_error = 1 no_oss_rfc = 2 internal_error = 3 OTHERS = 4.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * percentage = l_percent text = lv_text.

ANST_CUSTOMER_CODE





CALL FUNCTION 'ANST_CUSTOMER_CODE' TABLES lt_trace_data = test_trace_data lt_trace_p = test_trace_p EXCEPTIONS no_data_found = 1.

SEARCH_SRVC_HTML CALL FUNCTION 'SEARCH_SRVC_HTML' EXPORTING i_searchterm = i_searchterm i_number_all = c_number_all i_t_notes = c_t_notes i_appl = i_appl.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_percent text = l_text_out.



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