ECATT_TEST_CONVERT_STARTOPTION 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 ECATT_TEST_CONVERT_STARTOPTION 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: PDEST620 = RFC Destination 6.20
Selection Text: PDEST640 = RFC Destination 6.40
Selection Text: PDESTLOC = RFC Destination Local System
Selection Text: P_STRT = Test ECATT_START_POPUP
Title: Test Program Conversion Start Options Structure
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ECATT_START_POPUP CALL FUNCTION 'ECATT_START_POPUP' DESTINATION l_dest EXPORTING * IM_START_COL = 25 * IM_START_ROW = 6 im_title = 'TESTING ECATT START SCREEN' im_twb_state_set_active = 'X' * im_obj_type = 'ECSC' * im_obj_name = 'TEST' * IM_OBJ_VERSION = 0 * IM_WBMANAGER_ACTIVE = ' ' im_show_tabs = ls_show_tabs im_load_user_settings = 'X' * IMPORTING * EX_PAR_VAR_DISPLAYED = EX_PAR_VAR_DISPLAYED CHANGING ch_startprofil =
* CH_VAR_TO_EXEC = CH_VAR_TO_EXEC * CT_VAR_EXT = CT_VAR_EXT EXCEPTIONS user_canceled = 1 object_not_found = 2 system_failure = 8 MESSAGE l_error_message communication_failure = 9 MESSAGE l_error_message 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.
ECATT_TEST_CONVERT_STARTOPTION - Test Program Conversion Start Options Structure ECATT_TEST_CONVERT_STARTOPTION - Test Program Conversion Start Options Structure ECATT_SYSTEMS_PRINTER - Output of an eCATT System Data Container ECATT_SYSTEMS_PRINTER - Output of an eCATT System Data Container ECATT_OBJECT_PRINTER - Selection for Output of an eCATT Object ECATT_OBJECT_PRINTER - Selection for Output of an eCATT Object