SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

IFVD_STOP_ADMIN_F01 SAP ABAP INCLUDE - IFVDSTOPADMINF01







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


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

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:

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.



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