TREX_SET_SPARSE 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_SET_SPARSE 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.
Selection Text: F_INDEX = Index ID of F Table
Selection Text: RFCDEST = D .
Title: Set Index to Sparse
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_EXT_EXECUTE_PYTHON CALL FUNCTION 'TREX_EXT_EXECUTE_PYTHON' EXPORTING i_rfc_destination = rfcdest i_command = l_command i_no_authority_check = 'X' IMPORTING e_return_code = l_return_code e_return_text = l_return_text e_lines = lt_lines EXCEPTIONS OTHERS = 1.
TREX_EXT_INDEX_EXISTS CALL FUNCTION 'TREX_EXT_INDEX_EXISTS' EXPORTING i_indexes = lt_indexes i_rfc_destination = rfcdest IMPORTING e_return_code = l_return_code e_return_text = l_return_text e_index_info = lt_index_info 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_SET_SPARSE - Set Index to Sparse TREX_SET_SPARSE - Set Index to Sparse TREX_SET_INTEGRATION_TEST_ENV - Set Up Environment for Integration Test TREX_SET_INTEGRATION_TEST_ENV - Set Up Environment for Integration Test TREX_SEND_REGRESSION_TEST_INFO - Send Regression Test Information TREX_SEND_REGRESSION_TEST_INFO - Send Regression Test Information