SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Information System(RE-FX-IS) SAP RE

IFREIS_EX_CO_EVENTS SAP ABAP INCLUDE - IFREISEXCOEVENTS







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

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:

K_LINE_ITEM_TECH_SETTINGS_SET CALL FUNCTION 'K_LINE_ITEM_TECH_SETTINGS_SET' CHANGING c_fixvar = p_fixvar c_maxsel = p_maxsel c_usegrd = p_usegrd.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = gt_free_sel_ranges IMPORTING where_clauses = gt_free_selection.

RS_TEXTPOOL_READ CALL FUNCTION 'RS_TEXTPOOL_READ' EXPORTING objectname = 'RKAEP000' action = space authority_check = ' ' language = sy-langu TABLES tpool = gt_textpool_rkaep000 EXCEPTIONS OTHERS = 0.

KAEPX_LINE_ITEM_HIERARCHY CALL FUNCTION 'KAEPX_LINE_ITEM_HIERARCHY' ##ARG_OK EXPORTING i_calling_report = sy-repid i_item_group = gd_item_group i_rep_object = gd_rep_object i_display_variant = p_disvar i_co_area = p_kokrs * I_ACTUAL_VERSION = '000' it_selection = lt_cosel * IT_FIELDS = it_free_selection = gt_free_selection it_free_selection_range = gt_free_sel_ranges i_exit_set_title = 'SET_EPOS_TITLE' * I_EXIT_USER_COMMAND = * I_SHOWNOZERO = i_fix_variant = p_fixvar i_online_maxsel = p_maxsel it_groups = lt_groups * I_CALLED_WITH_DATA = ' ' * I_CALLED_BY_RRI = ' ' * I_UPDATE = ' ' * IT_PD_SELECTION = * I_USEDB = 'X' * I_USEAR = ' ' * I_AROBJ = * I_TRANSFER_VERSIONS = 'X' * I_NO_DISPLAY = * I_USE_GRID = 'X' * I_TCODE = i_tree_display = p_tree i_hana_active = p_hana i_imm_output = p_imout i_dbcon = p_dbconx i_parob = p_xparob i_uspob = p_uuspob i_disint = p_disint i_group_obj = p_grobj TABLES * T_ARSEL = * it_rsthie_ps = * IT_ELM_PS = it_rsthie = lt_rsthie_all * CHANGING * IT_KAEPX_DATA_CARRIER = EXCEPTIONS * UNKNOWN_ITEM_GROUP = 1 no_data_selected = 2 * OTHERS = 3 .

K_LINE_ITEMS_SELECT_AND_LIST CALL FUNCTION 'K_LINE_ITEMS_SELECT_AND_LIST' EXPORTING i_calling_report = sy-repid i_item_group = gd_item_group i_rep_object = gd_rep_object i_display_variant = p_disvar i_co_area = p_kokrs * I_ACTUAL_VERSION = '000' it_selection = lt_cosel it_free_selection = gt_free_selection it_free_selection_range = gt_free_sel_ranges I_EXIT_SET_TITLE = 'SET_EPOS_TITLE' * I_EXIT_USER_COMMAND = i_fix_variant = p_fixvar i_online_maxsel = p_maxsel it_groups = lt_groups * I_CALLED_WITH_DATA = ' ' * I_CALLED_BY_RRI = ' ' * I_UPDATE = ' ' * IT_PD_SELECTION = * I_USEDB = 'X' * I_USEAR = ' ' * I_AROBJ = * I_TRANSFER_VERSIONS = 'X' * I_NO_DISPLAY = i_use_grid = p_usegrd * TABLES * T_ARSEL = EXCEPTIONS * UNKNOWN_ITEM_GROUP = 1 no_data_selected = 2 * OTHERS = 3 .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = ld_repid dynumb = ld_dynnr * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES dynpfields = lt_dynpfield EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

RECO_GUI_VERSION_COMPCODE_F4 CALL FUNCTION 'RECO_GUI_VERSION_COMPCODE_F4' EXPORTING id_kokrs = ld_kokrs IMPORTING ed_version = ed_versn EXCEPTIONS error = 1 OTHERS = 2.



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