TREX_TEST_ABAP_COMPONENT4 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_TEST_ABAP_COMPONENT4 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: Test: generate nested internal table from ABAP component
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_EXT_INDEX_CELL_TABLE CALL FUNCTION 'TREX_EXT_INDEX_CELL_TABLE' EXPORTING i_index_id = me->index_id i_rfc_destination = me->rfc_dest i_use_queueserver = abap_false i_index_table =
i_comp_descr = l_comp_descr i_auto_optimize = 1 i_doc_action = 'I' * i_doc_action = 'U' IMPORTING e_return_code = l_ret_code e_return_text = l_ret_text EXCEPTIONS error = 1 OTHERS = 2.
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_TEST_ABAP_COMPONENT4 - Test: generate nested internal table from ABAP component TREX_TEST_ABAP_COMPONENT4 - Test: generate nested internal table from ABAP component TREX_TEST_ABAP_COMPONENT3 - Test: call 2 * "call transformation" to generate itab dynamically TREX_TEST_ABAP_COMPONENT3 - Test: call 2 * "call transformation" to generate itab dynamically TREX_TEST_ABAP_COMPONENT2 - Test: generate internal table from ABAP component TREX_TEST_ABAP_COMPONENT2 - Test: generate internal table from ABAP component