RSSM_SM50_ALT 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 RSSM_SM50_ALT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RS50 - Old SM50
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: Test sm50
Text Symbol: 131 = Read matchcode
Text Symbol: 130 = RFC
Text Symbol: 129 = Read dictionary
Text Symbol: 128 = Queue API
Text Symbol: 120 = Load screen
Text Symbol: 119 = Load CUA
Text Symbol: 118 = Load report
Text Symbol: 117 = Generate
Text Symbol: 116 = Commit
Text Symbol: 115 = Delete
Text Symbol: 114 = Update
Text Symbol: 113 = Insert
Text Symbol: 112 = Physical Read
Text Symbol: 111 = Sequential Read
Text Symbol: 110 = Direct Read
Text Symbol: 108 = Load tables
Text Symbol: 107 = TXXX Access
Text Symbol: 106 = Roll Out
Text Symbol: 105 = Roll In
Text Symbol: 067 = Reserv.
Text Symbol: 066 = All WPs
Text Symbol: 065 = Selected WP
Text Symbol: 064 = Modify trace level for the selected WP or for all WPs?
Text Symbol: 063 = Modify Trace Level?
Text Symbol: 062 = MS
Text Symbol: 061 = Report / Spool action
Text Symbol: 060 = SLEEP
Text Symbol: 059 = Reset trace files
Text Symbol: 132 = Update Matchcode
Text Symbol: 221 = Memory (Max. Dialog Step)
Text Symbol: 220 = Memory (Max. Transaction)
Text Symbol: 219 = Memory (used)
Text Symbol: 218 = Memory(Total Private)
Text Symbol: 217 = Memory (Total)
Text Symbol: 216 = Calls
Text Symbol: 215 = Full Trace with Buffers
Text Symbol: 214 = Full Trace
INCLUDE RSWPCOMM.
INCLUDE TSKHINCL.
No SAP DATABASE tables are accessed within this REPORT code!
TH_WP_DETAIL_INFO call function 'TH_WP_DETAIL_INFO' exporting wp_index = l_index importing wpinfo = loc_wpinfo diarec = diarec.
TH_WP_DETAIL_INFO64 call function 'TH_WP_DETAIL_INFO64' exporting wp_index = l_index importing wpinfo = loc_wpinfo diarec = diarec diarec64 = diarec64.
TH_DEBUG_WP call function 'TH_DEBUG_WP' exporting wp_index = l_index exceptions no_authority = 1 no_debugging_possible = 2.
STRC_SELECT_LOADMASK call function 'STRC_SELECT_LOADMASK'.
STRC_SELECT_DISPLAYMASK call function 'STRC_SELECT_DISPLAYMASK'.
SUSR_SHOW_USER_DETAILS call function 'SUSR_SHOW_USER_DETAILS' exporting mandt = wp_tabl-wp_mandt bname = wp_tabl-wp_bname.
TH_TEST_RFC_RECURSION * CALL FUNCTION 'TH_TEST_RFC_RECURSION' * EXPORTING DEST = 'NONE' * CALLS = 5 * BREAK = 0 * LEVEL = 2 * IN = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-047 titel = text-048 defaultoption = 'J' importing answer = my_answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-047 titel = text-048 defaultoption = 'J' importing answer = my_answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-049 titel = text-050 defaultoption = 'J' importing answer = my_answer.
POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * TEXTLINE1 = TEXT-051 * TITEL = TEXT-052 * DEFAULTOPTION = 'J' * IMPORTING * ANSWER = MY_ANSWER.
TH_DEBUG_WP call function 'TH_DEBUG_WP' exporting wp_index = l_index exceptions no_authority = 1 no_debugging_possible = 2.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-053 titel = text-054 defaultoption = 'J' importing answer = my_answer.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-057 textline2 = text-058 titel = text-059 defaultoption = 'J' importing answer = my_answer.
TH_QUERY_WP_TRACE call function 'TH_QUERY_WP_TRACE' exporting wp_id = l_idx set = ' ' importing rc = rc changing ntrc = trc.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-063 * DIAGNOSE_OBJECT = ' ' text_question = text-064 text_button_1 = text-065 * ICON_BUTTON_1 = ' ' text_button_2 = text-066 * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' importing answer = l_answer.
TH_SET_WP_TRACE call function 'TH_SET_WP_TRACE' exporting wp_id = wp_tabl-wp_index trc = trc.
TH_SET_WP_TRACE call function 'TH_SET_WP_TRACE' exporting wp_id = l_idx trc = trc.
STRC_DISPLAY_WP_TRACE call function 'STRC_DISPLAY_WP_TRACE' exporting file = devfile * DIRNAME = * LOADMASK = displaymask = 'All' exceptions others = 2.
HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' importing select_value = selected_level tables fields = field_tbl valuetab = trclvl exceptions others = 99.
STRC_DISPLAY_WP_TRACE call function 'STRC_DISPLAY_WP_TRACE' exporting file = devfile displaymask = 'All' exceptions others = 2.
TH_REMOTE_TRANSACTION call function 'TH_REMOTE_TRANSACTION' exporting tcode = 'RS50' dest = l_server importing comm_message = comm_message syst_message = syst_message.
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 RSSM_SM50_ALT or its description.
RSSM_SM50_ALT - Test sm50 RSSM_SM50_ALT - Test sm50 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