IFVD_STOP_ADMIN_F01 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 IFVD_STOP_ADMIN_F01 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!
FVD_TABLE_INFORM CALL FUNCTION 'FVD_TABLE_INFORM' IMPORTING e_flg_tool_used = g_flg_update_tool_init EXCEPTIONS error = 1 OTHERS = 2.
FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' EXCEPTIONS error = 1 OTHERS = 2.
FVD_TABLE_SET_DIRECT CALL FUNCTION 'FVD_TABLE_SET_DIRECT' EXPORTING i_tablename = 'VDARL' i_mode = g_con_update i_wrk_tab = g_wrk_vdarl EXCEPTIONS error = 1 OTHERS = 2.
FVD_API_STOP_WRITE CALL FUNCTION 'FVD_API_STOP_WRITE' EXPORTING i_bukrs = g_wrk_vdarl-bukrs i_ranl = g_wrk_vdarl-ranl i_flg_write_all = g_con_flag_off EXCEPTIONS param_invalid = 1 update_error = 2 OTHERS = 3.
FVD_TABLE_UPDATE CALL FUNCTION 'FVD_TABLE_UPDATE' EXPORTING i_flg_update_task = '' EXCEPTIONS error = 1 OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
FVD_API_STOP_CHECK_MODIFIED CALL FUNCTION 'FVD_API_STOP_CHECK_MODIFIED' EXPORTING i_bukrs = g_wrk_vdarl-bukrs i_ranl = g_wrk_vdarl-ranl IMPORTING e_flg_stops_modified = g_flg_data_changed EXCEPTIONS param_invalid = 1 other_error = 2 OTHERS = 3.
FVD_LOAN_OL_CHECK_AUTHORITY CALL FUNCTION 'FVD_LOAN_OL_CHECK_AUTHORITY' EXPORTING i_log_off = g_con_flag_off i_activity = u_mode i_s_vdarl_key = g_wrk_vdarl_key i_s_vdarl = g_wrk_vdarl i_check_partner = g_con_flag_off EXCEPTIONS no_authority = 1 vdarl_not_found = 2 partner_not_found = 3 OTHERS = 4.
FVD_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING mode_vdarl = 'E' mandt = g_wrk_vdarl-mandt bukrs = g_wrk_vdarl-bukrs sarchiv = g_wrk_vdarl-sarchiv ranl = g_wrk_vdarl-ranl EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_REMOVE_FROM_SELECTION' text = text-003 info = text-003 IMPORTING RESULT = g_wrk_stop_ind_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INCLUDE_IN_SELECTION' text = text-004 info = text-004 IMPORTING RESULT = g_wrk_stop_ind_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SPACE' IMPORTING RESULT = g_wrk_stop_ind_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
FVD_API_STOP_CLEAR_BUFFER CALL FUNCTION 'FVD_API_STOP_CLEAR_BUFFER' EXPORTING i_flg_clear_all = 'X' EXCEPTIONS param_invalid = 1 other_error = 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.