SAP Reports / Programs

RHMOVE30 SAP ABAP Report - Manual Transport Link







RHMOVE30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report adds PD objects (no external objects) to the transport task in the 'TRKORR' field and, if necessary, deletes the objects in the source and target systems...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 RHMOVE30 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RE_RHMOVE30 - Manual Transport Link


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 RHMOVE30. "Basic submit
SUBMIT RHMOVE30 AND RETURN. "Return to original report after report execution complete
SUBMIT RHMOVE30 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: TRTEXT = Request
Selection Text: TRSPSET = Transport objects
Selection Text: TRKORR = Task
Selection Text: TEST = Test
Selection Text: REPL = Replace: person with user
Selection Text: ENQ = With lock
Selection Text: DEL = Delete objects
Title: Manual Transport Link
Text Symbol: STA = Only data status SPACE (all) or 1 (active) allowed
Text Symbol: REP = Replace: persons with users
Text Symbol: PLV = Plan version:
Text Symbol: I02 = Delete and transport the object
Text Symbol: I01 = Transport the Object
Text Symbol: AUS = Evaluation path:
Text Symbol: 092 = Delete
Text Symbol: 007 = Plan Ver.
Text Symbol: 006 = Eval.Path
Text Symbol: 005 = Test Run
Text Symbol: 004 = Transport
Text Symbol: 003 = Delete objects
Text Symbol: 002 = source and target system?
Text Symbol: 001 = Delete selected objects in
Text Symbol: 000 = T E S T R U N


INCLUDES used within this REPORT RHMOVE30

INCLUDE MPHFCOD0.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_TRANSPORT' info = g_quick_trans add_stdinf = ' ' IMPORTING RESULT = g_icon_transp EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DELETE' info = g_quick_delet add_stdinf = ' ' IMPORTING RESULT = g_icon_delete EXCEPTIONS OTHERS = 0.

RH_USER_VIEW_PARAMETER CALL FUNCTION 'RH_USER_VIEW_PARAMETER' IMPORTING object_key_title = hotext1 short_title = hotext2 object_date_title = hotext3 istat_title = hotext4 EXCEPTIONS OTHERS = 1.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' * importing * ASK_PLVAR_DIALOG = ' ' IMPORTING act_plvar = act_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

RH_TRSP_MAN_PDOBJECTS CALL FUNCTION 'RH_TRSP_MAN_PDOBJECTS' EXPORTING replace_person = replace TABLES act_objects = plogi_tab del_objects = plogi_del CHANGING act_corr = trkorr 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.

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.

TRINT_READ_COMM_HEADER CALL FUNCTION 'TRINT_READ_COMM_HEADER' EXPORTING wi_sel_e07t = 'X' wi_trkorr = trkorr_p IMPORTING we_e07t = w_e07t EXCEPTIONS not_exist_e070 = 1 OTHERS = 2.

RHAP_ACT_FLG_SET CALL FUNCTION 'RHAP_ACT_FLG_SET' EXPORTING act_flg = 'X'.

RH_DELETE_OBJECT_WITHOUT_TABNR CALL FUNCTION 'RH_DELETE_OBJECT_WITHOUT_TABNR' EXPORTING act_plvar = '.:'

RH_DELETE_OBJECT CALL FUNCTION 'RH_DELETE_OBJECT' EXPORTING vtask = 'D' "RIT_40C TABLES del_objects = del_objects EXCEPTIONS error_during_delete = 1 no_authorization = 2 corr_exit = 3 buffer_upd_with_foreign_data = 4 OTHERS = 5.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = 'Sollen die ausgewählten Objekte im'(001) textline2 = 'Quell-/Zielsystem gelöscht werden?'(002) titel = 'Löschen von Objekten'(003) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.

RH_STRU_AUTH_MAINT_CHECK CALL FUNCTION 'RH_STRU_AUTH_MAINT_CHECK' EXPORTING fcode = delete plvar = object_tab-plvar otype = object_tab-otype objid = object_tab-objid infty = '1000' EXCEPTIONS no_stru_authority_objid = 1 no_base_authority = 2 no_stru_authority_sobid = 3 no_hyper_authority = 4 OTHERS = 5.

RH_USER_VIEW_PARAMETER CALL FUNCTION 'RH_USER_VIEW_PARAMETER' IMPORTING object_key = object_key_flag short = short_flag object_date = object_date_flag istat = istat_flag EXCEPTIONS OTHERS = 1.

RH_STRU_AUTH_MAINT_CHECK CALL FUNCTION 'RH_STRU_AUTH_MAINT_CHECK' EXPORTING fcode = delete plvar = del_tab-plvar otype = del_tab-otype objid = del_tab-objid infty = '1000' EXCEPTIONS no_stru_authority_objid = 1 no_base_authority = 2 no_stru_authority_sobid = 3 no_hyper_authority = 4 OTHERS = 5.

RH_STRU_AUTH_MAINT_CHECK CALL FUNCTION 'RH_STRU_AUTH_MAINT_CHECK' EXPORTING fcode = delete plvar = object_tab-plvar otype = object_tab-otype objid = object_tab-objid infty = '1000' EXCEPTIONS no_stru_authority_objid = 1 no_base_authority = 2 no_stru_authority_sobid = 3 no_hyper_authority = 4 OTHERS = 5.

RH_STRU_AUTH_MAINT_CHECK CALL FUNCTION 'RH_STRU_AUTH_MAINT_CHECK' EXPORTING fcode = delete plvar = -plvar otype = -otype objid = -objid infty = '1000' EXCEPTIONS no_stru_authority_objid = 1 no_base_authority = 2 no_stru_authority_sobid = 3 no_hyper_authority = 4 OTHERS = 5.



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 RHMOVE30 or its description.