SIC_VC_INDEX_FORMS01 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 SIC_VC_INDEX_FORMS01 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: Include SIC_VC_INDEX_FORMS01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_EXT_INDEX_EXISTS CALL FUNCTION 'TREX_EXT_INDEX_EXISTS' EXPORTING i_indexes = lt_indexes i_rfc_destination = lv_rfc_destination IMPORTING * E_RETURN_CODE = * E_RETURN_TEXT = e_index_info = lt_index_info EXCEPTIONS * CONVERSION_ERROR = 1 * ERROR = 2 OTHERS = 3.
TREX_EXT_DELETE_INDEX CALL FUNCTION 'TREX_EXT_DELETE_INDEX' EXPORTING i_index_id = lv_index_id i_rfc_destination = lv_rfc_destination IMPORTING e_return_code = l_error_code e_return_text = l_error_text EXCEPTIONS OTHERS = 1.
TREX_EXT_CREATE_JOIN_INDEX CALL FUNCTION 'TREX_EXT_CREATE_JOIN_INDEX' EXPORTING i_index_id = lv_index_id i_rfc_destination = lv_rfc_destination i_index_type = '2' i_join_indexes = lt_join_index i_static_join_conditions = lt_join_condition i_view_attributes = lt_view_attr i_join_paths = lt_join_paths IMPORTING e_return_code = l_error_code e_return_text = l_error_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.
SIC_VC_INDEX_FORMS01 - Include SIC_VC_INDEX_FORMS01 SIC_VC_INDEX_EVENTS - Program SIC_INDEX_EVENTS SIC_VC_INDEX_EVENTS - Program SIC_INDEX_EVENTS SIC_VC_INDEX_DATA01 - Include SIC_VC_INDEX_DATA01 SIC_UNIT_TEST_SIMULATE - Program SIC_UNIT_TEST_SIMULATE SIC_UNIT_TEST_SIMULATE - Program SIC_UNIT_TEST_SIMULATE