TREX_RFC_CREATE_JOIN_INDEX is a standard Executable ABAP Report 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 TREX_RFC_CREATE_JOIN_INDEX 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.
Title: create join index
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_AUTHORITY_CHECK_ADMIN CALL FUNCTION 'TREX_AUTHORITY_CHECK_ADMIN' EXCEPTIONS OTHERS = 1.
TREX_EXT_CREATE_JOIN_INDEX CALL FUNCTION 'TREX_EXT_CREATE_JOIN_INDEX' EXPORTING i_index_id = index_id i_rfc_destination = rfc_dest i_description = descr i_index_type = idxtype i_join_indexes = lt_join_index i_static_join_conditions = lt_join_cond i_view_attributes = lt_view_attr i_semantic_relations = lt_semantic_relation i_business_object_views = lt_bo_view i_join_paths = lt_join_path i_key_figures = lt_key_figure i_default_view = def_view i_freestyle_search_attributes = lt_freestyle_attr i_all_attrs_freestyle = allfree i_constraints = lt_constraints IMPORTING e_return_code = return_code e_return_text = return_text EXCEPTIONS conversion_error = 1 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.
TREX_RFC_CREATE_JOIN_INDEX - create join index TREX_RFC_CREATE_JOIN_INDEX - create join index TREX_RFC_CREATE_INDEX - Tests of index creation TREX_RFC_CREATE_INDEX - Tests of index creation TREX_RFC_CREATE_CRUISE - Test program for TREX_EXT_CREATE_CRUISE TREX_RFC_CREATE_CRUISE - Test program for TREX_EXT_CREATE_CRUISE