SELECT_OPERATION 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 SELECT_OPERATION 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: Selects Operations. Used by co_sf_select_operation.
Text Symbol: 001 = Selection of Operations
Text Symbol: 002 = Detailed Info on Operation
Text Symbol: 003 = Order
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = iooper-objnr status = stk_fre EXCEPTIONS object_not_found = 1 status_not_active = 2 OTHERS = 3.
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING objnr = lt_opr_tmp-objnr status = stk_fre EXCEPTIONS object_not_found = 1 status_not_active = 2 OTHERS = 3.
CR_WORKSTATION_READ_ROUTING CALL FUNCTION 'CR_WORKSTATION_READ_ROUTING' EXPORTING id = t_iooper_tab-arbid msgty = 'S' plnty = t_iooper_tab-plnty werks = t_iooper_tab-werks IMPORTING works = ls_rcr01 EXCEPTIONS not_found = 1 type_not_allowed = 2 wrong_parameters = 3 OTHERS = 4.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = t_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' * i_structure_name = 'IOOPER' is_layout = t_layout it_fieldcat = t_fieldcat * IT_EXCLUDING = it_special_groups = t_sp_group * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' i_save = 'A' * IS_VARIANT = ' ' it_events = t_events it_event_exit = t_events_exit * is_print = i_screen_start_column = 2 i_screen_start_line = 2 i_screen_end_column = 80 i_screen_end_line = 20 IMPORTING * E_EXIT_CAUSED_BY_CALLER = es_exit_caused_by_user = t_exit_code_from_alf TABLES t_outtab = t_iooper_tab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = p_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = t_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SELECT_OPERATION - Selects Operations. Used by co_sf_select_operation. SELECT_OPERATION - Selects Operations. Used by co_sf_select_operation. SELECTION_TABSTRIP - Include SELECTION_TABSTRIP SELECTION_SCREEN_KR - Include SELECTION_SCREEN_KR SELECTION_SCREEN_BLOCK_SPEC_IN - SELECTIONSCREENBLOCKSPECIN SELECTION_CONTRACTS - Include SELECTION_CONTRACTS