MEREP_TESTTOOL_F01 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 MEREP_TESTTOOL_F01 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 ZAKTESTS01_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'MEREP_TESTTOOL' changing ct_fieldcat = ldt_fieldcat.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'MEREP_SYNCBOSET' changing ct_fieldcat = ldt_fieldcat.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'BAPIRETURN1' changing ct_fieldcat = ldt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting * I_TITLE = i_selection = gcf_off i_allow_no_selection = gcf_on i_zebra = gcf_on * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_checkbox_fieldname = 'SELECTED' * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'LDT_BAPIRETURN' * i_structure_name = 'MEREP_401' it_fieldcat = ldt_fieldcat * IT_EXCLUDING = * I_CALLBACK_PROGRAM = * I_CALLBACK_USER_COMMAND = * IS_PRIVATE = * importing * ES_SELFIELD = * e_exit = pdf_cancelled tables t_outtab = ldt_bapireturn exceptions program_error = 1 others = 2 .
RSS_SYSTEM_GET_UNIQUE_ID call function 'RSS_SYSTEM_GET_UNIQUE_ID' importing e_uni_idc = ldf_guid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEREP_TESTTOOL_F01 - Include ZAKTESTS01_F01 MEREP_TESTTOOL - Smart Sync Test case overview MEREP_TESTTOOL - Smart Sync Test case overview MEREP_SYNC_EMULATOR_TOP - Include MEREP_SYNC_EMULATOR_TOP MEREP_SYNC_EMULATOR_F01 - Include MEREP_SYNC_EMULATOR_F01 MEREP_SYNC_EMULATOR - Emulator for Mobile Engine SyncLayer