SAP Reports / Programs | Real Estate Management(RE) SAP RE

IFVISADF09 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log EXCEPTIONS OTHERS = 1.

ISGP_LOAD_PARTNER CALL FUNCTION 'ISGP_LOAD_PARTNER' EXPORTING i_date = '00000000' i_snumobj = 'VI' "Immobilien i_sobjekt = ld_objekt TABLES yvzgpo = lt_vzgpo EXCEPTIONS not_found = 1 OTHERS = 2.

ADDRESS_ASSIGN CALL FUNCTION 'ADDRESS_ASSIGN' EXPORTING adrzus_function = 'X' adr_in = ld_adrnr function = 'P' "zur Verfügung stellen objekttyp = '51' "WE IMPORTING adrwa_out = ls_sans1 EXCEPTIONS OTHERS = 0.

RE_SEARCH_GET_DEFAULT_DATA CALL FUNCTION 'RE_SEARCH_GET_DEFAULT_DATA' EXPORTING iv_take_default = 'X' IMPORTING iv_tivar08 = ls_tivar08 EXCEPTIONS OTHERS = 1.

REA1_ALVVIAR02_TEXT_GET CALL FUNCTION 'REA1_ALVVIAR02_TEXT_GET' TABLES t_alvviar02 = gt_alvviar02.

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_alvviar02 EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'REARALVVIAR02' CHANGING ct_fieldcat = t_fieldcat EXCEPTIONS OTHERS = 1.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = p_variant 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.

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_EFIVIAR02 CALL FUNCTION 'ENQUEUE_EFIVIAR02' EXPORTING sidgdemand = ls_yviar02-sidgdemand EXCEPTIONS OTHERS = 1.

ISGP_LOAD_PARTNER CALL FUNCTION 'ISGP_LOAD_PARTNER' EXPORTING i_date = '00000000' i_snumobj = 'VI' "Immobilien i_sobjekt = ld_sobjekt TABLES yvzgpo = lt_yvzgpo.

ISGP_SAVE_VZGPO CALL FUNCTION 'ISGP_SAVE_VZGPO' EXPORTING i_sobjekt = ld_sobjekt ohne_verbucher = 'X' i_snumobj = 'VI' "Immobilien TABLES new_vzgpo = lt_xvzgpo old_vzgpo = lt_yvzgpo EXCEPTIONS OTHERS = 1.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'IMMOAPPLIC' IMPORTING number = ls_viar02-sidgdemand returncode = ret_code EXCEPTIONS OTHERS = 1.

INTRENO_NUMBER_GET_NEXT CALL FUNCTION 'INTRENO_NUMBER_GET_NEXT' EXPORTING i_immoobjekt = 'ID' "Bewerbung IMPORTING e_intreno = ls_viar02-intreno EXCEPTIONS OTHERS = 1.

ISGP_SAVE_VZGPO CALL FUNCTION 'ISGP_SAVE_VZGPO' EXPORTING i_sobjekt = ld_sobjekt ohne_verbucher = 'X' i_snumobj = 'VI' "Immobilien TABLES new_vzgpo = lt_xvzgpo old_vzgpo = lt_yvzgpo EXCEPTIONS OTHERS = 1.

DEQUEUE_EFIVIAR02





CALL FUNCTION 'DEQUEUE_EFIVIAR02' EXPORTING sidgdemand = p_sidgdemand.

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.



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