IFVISADF00 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 IFVISADF00 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!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log EXCEPTIONS OTHERS = 1.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = ld_repid i_callback_pf_status_set = 'ALV_PF_STATUS_SET' i_callback_user_command = 'ALV_ON_USER_COMMAND' is_layout = ls_layout it_fieldcat = lt_fieldcat[] i_save = 'A' is_variant = ls_variant TABLES t_outtab = gt_xviar01 EXCEPTIONS OTHERS = 1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'RFVISADSUPPLY' CHANGING ct_fieldcat = t_fieldcat EXCEPTIONS OTHERS = 1 .
DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING anzahl_monate = free1 datum_ein = sy-datum "#EC DOM_EQUAL IMPORTING datum_aus = ld_dfree1. "#EC DOM_EQUAL
DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING anzahl_monate = free2 datum_ein = sy-datum "#EC DOM_EQUAL IMPORTING datum_aus = ld_dfree2. "#EC DOM_EQUAL
REMD_OBJNR_TO_EMPGE CALL FUNCTION 'REMD_OBJNR_TO_EMPGE' EXPORTING i_objnr = ld_objnr IMPORTING e_empge = ld_empge.
REA5_VIAR01_EXTRACT_SINGLE CALL FUNCTION 'REA5_VIAR01_EXTRACT_SINGLE' EXPORTING i_viob01 = gs_viob01 i_viob03 = gs_viob03 i_vimi01 = gs_vimi01 i_dfree1 = ld_dfree1 i_dfree2 = ld_dfree2 IMPORTING e_viar01 = gs_viar01 TABLES t_tiv01 = lt_tiv01 t_tiv44 = lt_tiv44 t_tiv45 = lt_tiv45 EXCEPTIONS OTHERS = 1.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = 'A' IMPORTING e_exit = lc_exit es_variant = ls_selected_variant EXCEPTIONS not_found = 1.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = p_variant EXCEPTIONS OTHERS = 1.
FVAU_AUTHORITY_CHECK CALL FUNCTION 'FVAU_AUTHORITY_CHECK' EXPORTING object = ld_object authpar = ls_authpar EXCEPTIONS OTHERS = 1.
FVAU_AUTHORITY_CHECK CALL FUNCTION 'FVAU_AUTHORITY_CHECK' EXPORTING object = ld_object authpar = ls_authpar EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg EXCEPTIONS OTHERS = 0.
ENQUEUE_EFIVIAR01 CALL FUNCTION 'ENQUEUE_EFIVIAR01' EXPORTING sidgsupply = ls_viar01-sidgsupply EXCEPTIONS OTHERS = 1.
ENQUEUE_EFIVIAR01 CALL FUNCTION 'ENQUEUE_EFIVIAR01' EXPORTING sidgsupply = ls_viar01-sidgsupply EXCEPTIONS OTHERS = 1.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'IMMOOFFERS' IMPORTING number = ls_viar01-sidgsupply returncode = ret_code EXCEPTIONS OTHERS = 1.
DEQUEUE_EFIVIAR01 CALL FUNCTION 'DEQUEUE_EFIVIAR01' EXPORTING sidgsupply = p_sidgsupply.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile 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.