SAP Reports / Programs

RSWBO054 SAP ABAP Report - Cancel Relocation Transport







RSWBO054 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program cancels any changes that were made to object attributes when a relocation transport was released...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 RSWBO054 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 RSWBO054. "Basic submit
SUBMIT RSWBO054 AND RETURN. "Return to original report after report execution complete
SUBMIT RSWBO054 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: P_TRKORR = Relocation Transport
Title: Cancel Relocation Transport
Text Symbol: C01 = @8R@ Note: Read the documentation on the program first
Text Symbol: M01 = Request contains no objects with object directory
Text Symbol: M02 = Error when accessing global object directory
Text Symbol: M03 = Request has no target system
Text Symbol: M04 = Request has already been imported. Do you want to continue?
Text Symbol: T01 = Cancel Relocation Transport


INCLUDES used within this REPORT RSWBO054

INCLUDE: LTMSWCON, RDDKORRI.
INCLUDE: LTMSWCON, RDDKORRI.


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:

TR_AUTHORITY_CHECK_TRFUNCTION CALL FUNCTION 'TR_AUTHORITY_CHECK_TRFUNCTION' EXPORTING iv_trfunction = tcho "C, E, O are treated equally iv_activity = 'RELE' EXCEPTIONS OTHERS = 1.

TR_AUTHORITY_CHECK_ADMIN CALL FUNCTION 'TR_AUTHORITY_CHECK_ADMIN' EXPORTING iv_adminfunction = 'TABL' EXCEPTIONS OTHERS = 1.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemname = gv_system_name systemtype = gv_system_type EXCEPTIONS OTHERS = 1.

TRINT_READ_REQUEST CALL FUNCTION 'TRINT_READ_REQUEST' EXPORTING iv_read_e070 = 'X' iv_read_e070m = 'X' iv_read_objs_keys = 'X' CHANGING cs_request = ps_request EXCEPTIONS error_occured = 1 OTHERS = 2.

STRF_READ_COFILE CALL FUNCTION 'STRF_READ_COFILE' EXPORTING iv_trkorr = ps_request-h-trkorr iv_read_header = ' ' TABLES tt_cofi_lines = lt_cofile EXCEPTIONS no_info_found = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t01 text_question = text-m04 IMPORTING answer = lv_answer.

TMS_MGR_READ_TRANSPORT_REQUEST CALL FUNCTION 'TMS_MGR_READ_TRANSPORT_REQUEST' EXPORTING iv_request = ps_request-h-trkorr iv_target_system = ps_request-h-tarsystem IMPORTING et_request_infos = lt_requests EXCEPTIONS read_config_failed = 1 system_not_available = 2 table_of_requests_is_empty = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t01 text_question = text-m04 IMPORTING answer = lv_answer.

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = ls_e071 IMPORTING pe_result = lv_result we_tadir = ls_tadir.

TRINT_GTADIR_ACCESS CALL FUNCTION 'TRINT_GTADIR_ACCESS' EXPORTING message = 'GETLIST' IMPORTING status = lv_status TABLES table_in = lt_gtadir_tmp table_out = lt_gtadir.

TRINT_GTADIR_UPDATE CALL FUNCTION 'TRINT_GTADIR_UPDATE' EXPORTING tab_in = ls_gtadir IMPORTING status = lv_status EXCEPTIONS OTHERS = 1.

TRINT_UPDATE_COMM_HEADER CALL FUNCTION 'TRINT_UPDATE_COMM_HEADER' EXPORTING wi_e070 = ls_e070 wi_sel_e070 = 'X' EXCEPTIONS OTHERS = 1.

TR_READ_TRANSPORT_LAYER CALL FUNCTION 'TR_READ_TRANSPORT_LAYER' EXPORTING iv_layer = ko013-tarlayer EXCEPTIONS layer_doesnt_exist = 1 OTHERS = 2.

TR_MODIFY_DEVCLASS CALL FUNCTION 'TR_MODIFY_DEVCLASS' EXPORTING iv_action = 'SHOW' iv_dialog = ' ' iv_devclass = ko013-tardevcl EXCEPTIONS OTHERS = 1.

ENQUEUE_E_TRKORR CALL FUNCTION 'ENQUEUE_E_TRKORR' EXPORTING trkorr = pv_trkorr EXCEPTIONS foreign_lock = 1 system_failure = 2.

DEQUEUE_E_TRKORR CALL FUNCTION 'DEQUEUE_E_TRKORR' EXPORTING trkorr = pv_trkorr.

TRINT_APPEND_COMM_SYSLOG_ENTRY CALL FUNCTION 'TRINT_APPEND_COMM_SYSLOG_ENTRY' EXPORTING wi_msgid = 'TK' wi_msgno = '196' wi_msgv2 = lv_msgv2 wi_msgv3 = ' ' wi_msgv4 = ' ' wi_trfunction = gs_request-h-trfunction wi_trkorr = pv_trkorr.



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