SAP Reports / Programs

RSSM_SM50_ALT SAP ABAP Report - Test sm50







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


Transaction Code(s):

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

RS50 - Old SM50


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


Text pool values


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





Text Symbol: 213 = Trace Errors Only
Text Symbol: 212 = No Trace
Text Symbol: 211 = Page
Text Symbol: 210 = Roll
Text Symbol: 209 = (Bytes)
Text Symbol: 208 = Matchcode
Text Symbol: 207 = Development Environ.
Text Symbol: 206 = RSQL
Text Symbol: 205 = NTAB
Text Symbol: 204 = Roles / Memory
Text Symbol: 203 = Database
Text Symbol: 202 = Recs.
Text Symbol: 201 = Time (usec)
Text Symbol: 200 = Number
Text Symbol: 140 = DB Procedure Calls
Text Symbol: 139 = Delete matchcode
Text Symbol: 136 = Physical Delete
Text Symbol: 135 = Physical Update
Text Symbol: 134 = Physical Insert
Text Symbol: 133 = Insert Matchcode
Text Symbol: 029 = CPU
Text Symbol: 028 = Sem
Text Symbol: 027 = Err
Text Symbol: 026 = Start
Text Symbol: 025 = Reas.
Text Symbol: 024 = Status
Text Symbol: 023 = PID
Text Symbol: 022 = Ty.
Text Symbol: 021 = No
Text Symbol: 020 = Table
Text Symbol: 019 = Action
Text Symbol: 018 = GUI
Text Symbol: 017 = NUM
Text Symbol: 016 = ADM
Text Symbol: 015 = CPIC
Text Symbol: 014 = Debug
Text Symbol: 013 = SPO
Text Symbol: 012 = BGD
Text Symbol: 011 = ENQ





Text Symbol: 010 = UPD
Text Symbol: 009 = DIA
Text Symbol: 008 = Y
Text Symbol: 007 = No
Text Symbol: 006 = *******
Text Symbol: 005 = Finishd
Text Symbol: 004 = stop
Text Symbol: 003 = Runs
Text Symbol: 002 = Wait
Text Symbol: 001 =
Text Symbol: 058 = Reset trace files?
Text Symbol: 057 = Trace used for error analysis.
Text Symbol: 056 = LOCK
Text Symbol: 055 = SNC
Text Symbol: 054 = Terminate program
Text Symbol: 053 = Cancel program?
Text Symbol: 052 = Debug program
Text Symbol: 051 = Debug program?
Text Symbol: 050 = End Session
Text Symbol: 049 = Delete session?
Text Symbol: 048 = Cancel Process
Text Symbol: 047 = Cancel process?
Text Symbol: 046 = GWMON
Text Symbol: 045 = SLIST
Text Symbol: 044 = VBADM
Text Symbol: 043 = Snce
Text Symbol: 042 = An error occurred when cancelling the program
Text Symbol: 041 = An error occurred when exiting the process
Text Symbol: 040 = Debugging Currently not Possible
Text Symbol: 039 = Gateway &
Text Symbol: 038 = Server &
Text Symbol: 037 = Function / Conversation ID
Text Symbol: 036 = Wtng for
Text Symbol: 035 = UP2
Text Symbol: 034 = PRIV
Text Symbol: 033 = User
Text Symbol: 032 = Man
Text Symbol: 031 = Report
Text Symbol: 030 = Time



INCLUDES used within this REPORT RSSM_SM50_ALT

INCLUDE RSWPCOMM.
INCLUDE TSKHINCL.


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:

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.



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