SAP Reports / Programs

SELECT_OPERATION SAP ABAP Report - Selects Operations. Used by co_sf_select_operation.







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SELECT_OPERATION. "Basic submit
SUBMIT SELECT_OPERATION AND RETURN. "Return to original report after report execution complete
SUBMIT SELECT_OPERATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SELECT_OPERATION

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SELECT_OPERATION or its description.