RSSMSHARE 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 RSSMSHARE 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.
Title: Program RSSMSHARE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_delete * TEXT = info = g_s_100-button importing result = g_s_100-button.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_checked text = g_s_200t-button info = g_s_200t-button importing result = g_s_200t-button.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_detail info = 'Auswaehlen' "#EC NOTEXT importing result = g_t_share_md-sele.
DB_COMMIT call function 'DB_COMMIT'.
DB_COMMIT call function 'DB_COMMIT'.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_detail info = 'Auswaehlen' "#EC NOTEXT importing result = g_t_share_md-sele.
RSSM_ICON_CREATE call function 'RSSM_ICON_CREATE' exporting name = icon_detail info = 'Auswaehlen' "#EC NOTEXT importing result = g_t_share_md-sele.
HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' importing select_value = l_value tables valuetab = hf_value_tab fields = hf_field_tab exceptions others = 1.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = 'RSSMSHARE' dynumb = '0200' tables dynpfields = l_t_df.
RSDC_SHOW_MESSAGES_POPUP call function 'RSDC_SHOW_MESSAGES_POPUP' exporting i_t_msg = l_t_msg i_txt = l_text * I_WITH_S_ON_EMPTY = RS_C_TRUE * I_ONE_MSG_DIRECT = RS_C_TRUE * I_ONE_MSG_TYPE_S = RS_C_TRUE * IMPORTING * E_S_EXIT_COMMAND = .
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = 'C:\SHAREMD.DAT'
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = 'E:\SHARES\SHAREMD.DAT'
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = 'I:\SHAREMD.DAT'
WS_DOWNLOAD * call function 'WS_DOWNLOAD' * exporting * filename = 'C:\SHAREMD.DAT'
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = 'C:\SHAREMDT.DAT'
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = 'E:\SHARES\SHAREMDT.DAT'
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = 'I:\SHAREMDT.DAT'
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = 'C:\SHAREACT.DAT'
call function 'GUI_DOWNLOAD' exporting filename = 'E:\SHARES\SHAREACT.DAT'
GUI_DOWNLOAD call function 'GUI_DOWNLOAD' exporting filename = 'I:\SHAREACT.DAT'
DB_COMMIT call function 'DB_COMMIT'.
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'C:\SHAREMD.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'E:\SHARES\SHAREMD.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'I:\SHAREMD.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'C:\SHAREMDT.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'E:\SHARES\SHAREMDT.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'I:\SHAREMDT.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'C:\SHAREACT.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'E:\SHARES\SHAREACT.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'I:\SHAREACT.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'C:\SHAREMD.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'C:\SHAREMDT.DAT'
GUI_UPLOAD call function 'GUI_UPLOAD' exporting filename = 'C:\SHAREACT.DAT'
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 RSSMSHARE or its description.