RSWNADMIN 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 RSWNADMIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SWNADMIN - Administration of Notifications
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: LANGU = Language
Title: Call Alert Inbox
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = sy-langu IMPORTING output = l_langu.
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = l_flag EXCEPTIONS its_not_available = 1 OTHERS = 2.
CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = l_url.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSWNADMIN - Call Alert Inbox RSWNADMIN - Call Alert Inbox RSWL_SETUSERDEFAULT - Set Personal Workflow Settings of User to Default Values RSWL_SETUSERDEFAULT - Set Personal Workflow Settings of User to Default Values RSWL_INPLACE_INBOX_DEMO_PROFI - Demo Program for Using an Embedded Inbox RSWL_INPLACE_INBOX_DEMO_PROFI - Demo Program for Using an Embedded Inbox