RHMOVE60 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for RHMOVE60 This report reads objects from an existing transport order and adds them to an order that exists or creates a new order with the objects read...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RHMOVE60 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: CORR_NR = Old transport request
Selection Text: NEW_NR = New transport request
Title: Further Transport of Planning Objects
Text Symbol: 001 = Transport transport requests into next system
Text Symbol: 003 = Object transported to target system
Text Symbol: 004 = Object deleted from target system
Text Symbol: 005 = Objects transferred from $1 to $2
Text Symbol: 006 = Action
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_OBJECTS_FROM_E071K CALL FUNCTION 'RH_GET_OBJECTS_FROM_E071K' EXPORTING corrnum = corr_nr TABLES act_e071k = act_e071k * WF-Tabellen nur sporalisch, not in use ! wf_plogi = act_plogi_tab wf_plogi_del = i_plogi_del st_plogi = st_plogi st_plogi_del = st_plogi_del st_origins = st_origins EXCEPTIONS corrnum_dont_exist = 0 OTHERS = 0.
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' * EXPORTING * ASK_PLVAR_DIALOG = * SET_DEFAULT_PLVAR = IMPORTING act_plvar = act_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 0.
RH_TRSP_MAN_PDOBJECTS CALL FUNCTION 'RH_TRSP_MAN_PDOBJECTS' TABLES act_objects = st_plogi del_objects = st_plogi_del CHANGING act_corr = new_nr EXCEPTIONS t77s0_trsp_entry_is_off = 1 correction_canceled = 2 object_tab_is_initial = 3 trsp_append_error = 4 trsp_check_error = 5 custplvar_equal_actplvar = 6 sobj_error = 7 corrnumber_not_valid_type = 8 corrnumber_not_valid_trsp_clas = 9 corrnumber_not_valid_user = 10 corrnumber_not_found = 11 OTHERS = 12.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = rep_name * I_INTERNAL_TABNAME = i_structure_name = 'PLOGI' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING ct_fieldcat = fieldcat EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.
REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' " no I_BUFFER_ACTIVE = 'X' i_callback_program = rep_name i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' " Bedarf ? * I_CALLBACK_HTML_END_OF_LIST = ' ' " Bedarf ? * i_structure_name = ' ' * I_BACKGROUND_ID = ' ' " no * i_grid_title = * i_grid_settings = is_layout = layout it_fieldcat = fieldcat * IT_EXCLUDING = " no * IT_SPECIAL_GROUPS = " no * IT_SORT = " no * IT_FILTER = " no * IS_SEL_HIDE = " no * I_DEFAULT = 'X' " Varianten nötig ? * I_SAVE = '' " Varianten nötig ? * IS_VARIANT = " Varianten nötig ? * IT_EVENTS = " ? * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = st_plogi_tab_out EXCEPTIONS program_error = 0 OTHERS = 0 .
TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_trkorr = corr_nr wi_dialog = 'X' * WI_LANGU = SY-LANGU wi_sel_e070 = 'X' * WI_SEL_E071 = ' ' * WI_SEL_E071K = ' ' * IV_SEL_E071KF = ' ' * WI_SEL_E07T = ' ' * WI_SEL_E070C = ' ' * IV_SEL_E070M = ' ' * IV_SEL_E070A = ' ' IMPORTING we_e070 = e070 * WE_E07T = * WE_E070C = * ES_E070M = * WE_E07T_DOESNT_EXIST = * WE_E070C_DOESNT_EXIST = * EV_E070M_DOESNT_EXIST = * TABLES * WT_E071 = * WT_E071K = * ET_E071KF = * ET_E070A = EXCEPTIONS not_exist_e070 = 1 no_authorization = 2 OTHERS = 3.
TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING * IV_CATEGORY = 'CUST' * IV_CLI_DEP = 'X' IMPORTING ev_order = h_order ev_task = h_task EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = header_tab[] * I_LOGO = * I_END_OF_LIST_GRID = .
TR_PRESENT_REQUEST CALL FUNCTION 'TR_PRESENT_REQUEST' EXPORTING iv_trkorr = new_nr * IV_HIGHLIGHT = 'X' * IS_POPUP = * IV_SHOWONLY = ' ' .
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 RHMOVE60 or its description.