RSSM_SM12_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this function to display locks for data objects...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 RSSM_SM12_OLD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SM12OLD - Old sm12
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.
Title: Display and Management of Lock Entries
Text Symbol: 031 = Error: No special process set up for local lock management
Text Symbol: 032 = Error: Local lock management process despite external lock management
Text Symbol: 033 = Error: No lock management in the addressed application server:
Text Symbol: 034 = Error: Lock server exists, but is not addressed:
Text Symbol: 035 = Error: System contains more than one lock management
Text Symbol: 036 = Error: System has no lock management
Text Symbol: 037 = Error: No lock server connected to message server
Text Symbol: 038 = Error: Internal lock management, but external lock server specified:
Text Symbol: 039 = Error: Addressed lock server has no lock management:
Text Symbol: 040 = Error: Addressed lock server is not listed in the message server:
Text Symbol: 041 = Test lock operations do not contain errors
Text Symbol: 042 = Error: System error during lock operation
Text Symbol: 043 = Error: Unexpected error occurred in lock operation. SY-SUBRC =
Text Symbol: 044 = Error: System error when displaying lock entries
Text Symbol: 050 = Are you sure you want to risk this?
Text Symbol: 051 = Lock management in a standalone server
Text Symbol: 052 = Optimistic locks are implemented in the kernel
Text Symbol: 060 = Do you really want to display lock table entries?
Text Symbol: 099 = No errors found
Text Symbol: 100 = Enqueue Log File
Text Symbol: 101 = Statistic
Text Symbol: 102 = Deactivate
Text Symbol: 103 = Diagnosis in Update
Text Symbol: 030 = Diagnosis
Text Symbol: 001 = Clt
Text Symbol: 002 = Users
Text Symbol: 003 = Time
Text Symbol: 004 = Mode
Text Symbol: 005 = Table
Text Symbol: 006 = Lock Argument
Text Symbol: 007 = Selected Lock Entries:
Text Symbol: 008 = No lock entries found
Text Symbol: 009 = Deactivation of central lock server not allowed
Text Symbol: 010 = Delete lock entry
Text Symbol: 011 = Delete lock entry?
Text Symbol: 012 = Delete all lock entries?
Text Symbol: 013 = Lock management operation mode
INCLUDE RSENQR99.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-011 titel = text-010 defaultoption = 'N' importing answer = my_answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-012 titel = text-010 defaultoption = 'N' importing answer = my_answer.
ENQUEUE_READ call function 'ENQUEUE_READ' exporting gclient = gclient guname = guname gname = gname garg = garg importing subrc = subrc tables enq = enq exceptions others = 1.
ENQUE_READ * call function 'ENQUE_READ' * exporting * gclient = gclient * guname = guname * gname = gname * garg = garg * importing * subrc = subrc * tables * enq = enq.
ENQUE_DELETE call function 'ENQUE_DELETE' exporting check_upd_requests = 1 importing subrc = subrc tables enq = del.
ENQUE_DELETE call function 'ENQUE_DELETE' exporting check_upd_requests = 1 importing subrc = subrc tables enq = enq.
RZL_READ_FILE * call function 'RZL_READ_FILE' * exporting * srvname = enqname * name = space * directory = '$(enque/statistics_file)' * tables * line_tbl = line_tbl * exceptions * others = 1.
ENQUEUE_READ_LOG call function 'ENQUEUE_READ_LOG' tables loglines = line_tbl exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSM_SM12_OLD - Display and Management of Lock Entries RSSM_SM12_OLD - Display and Management of Lock Entries RSSM_SHIP_PSEUDO_DVERSION_WRI - Creating the Pseudo D Version for all InfoPackages RSSM_SHIP_PSEUDO_DVERSION_WRI - Creating the Pseudo D Version for all InfoPackages RSSM_SHIPDVERS_CLEANUP - Clean Up Content Cross-Reference-Table for InfoPackage RSSM_SHIPDVERS_CLEANUP - Clean Up Content Cross-Reference-Table for InfoPackage