TMW_TRKORR_LOCK_UPDATE 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 TMW_TRKORR_LOCK_UPDATE 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: DIA_MODE = Dialog Mode
Selection Text: TRKORR = Transport Request
Title: Program TMW_TRKORR_LOCK_UPDATE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TMW_PROJECT_LOCK_UPDATE CALL FUNCTION 'TMW_PROJECT_LOCK_UPDATE' EXPORTING iv_request = trkorr iv_update_mode = lc_x iv_dialogue_mode = dia_mode IMPORTING ev_msg_type = lv_msg_type EXCEPTIONS inactive = 1 no_rfc_connection = 2 strkorr_only = 3 get_project_lock_keys_failed = 4 no_objects_transfered = 5 rfc_failure = 6 request_owner_only = 7 unknown_request = 8 external_error = 9 internal_error = 10 cancel = 11 OTHERS = 12.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TMW_TRKORR_LOCK_UPDATE - Program TMW_TRKORR_LOCK_UPDATE TMW_TRKORR_LOCK_UPDATE - Program TMW_TRKORR_LOCK_UPDATE TMW_CONTROL_PROJECT_LOCK - Program TMW_CONTROL_PROJECT_LOCK TMW_CONTROL_PROJECT_LOCK - Program TMW_CONTROL_PROJECT_LOCK TMTRQINITIALSENDING_WRITE_LOG - Include TMTRQINITIALSENDING_WRITE_LOG TMTRQINITIALSENDING_SEL_SCRN - Include TMTRQINITIALSENDING_SEL_SCRN