SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Session Manager(BC-DWB-SEM) SAP BC

SSM_TEXT SAP ABAP Report - Text Pool for the Java Session Manager







SSM_TEXT 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 SSM_TEXT into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Text Pool for the Java Session Manager
Text Symbol: 046 = Create
Text Symbol: 047 = Enter the name and
Text Symbol: 048 = URL of the new node:
Text Symbol: 049 = URL
Text Symbol: 050 = Rename
Text Symbol: 051 = Enter the new name
Text Symbol: 052 = and URL:
Text Symbol: 053 = Enter the new name
Text Symbol: 054 = :
Text Symbol: 055 = Rename Node
Text Symbol: 056 = Do you want to
Text Symbol: 057 = log off the system?
Text Symbol: 058 = Do you want to
Text Symbol: 059 = log off all R/3 Systems?
Text Symbol: 060 = Log off everything?
Text Symbol: 061 = Create new folder
Text Symbol: 062 = Place the cursor on a node in the user folder
Text Symbol: 064 = Add to user folder
Text Symbol: 065 = Delete
Text Symbol: 066 = Cut
Text Symbol: 067 = Copy
Text Symbol: 068 = Insert
Text Symbol: 069 = Editing
Text Symbol: 070 = Insert folder
Text Symbol: 071 = Insert Internet link
Text Symbol: 072 = Log off
Text Symbol: 073 = Help
Text Symbol: 074 = Nodes
Text Symbol: 075 = were cut
Text Symbol: 076 = Start report
Text Symbol: 077 = Start transaction
Text Symbol: 080 = Error: Folder is empty
Text Symbol: 081 = Error creating a new browser window
Text Symbol: 082 = Unable to connet to the WEB RFC server
Text Symbol: 083 = Error: Nodes could not be cut
Text Symbol: 084 = Error calling Java GUI
Text Symbol: 100 = Error





Text Symbol: 101 = Error when
Text Symbol: 105 = Yes
Text Symbol: 106 = No
Text Symbol: 107 = Cancel
Text Symbol: 045 = New folder
Text Symbol: 001 = Error creating a new browser window
Text Symbol: 002 = Maximum number of logged on R/3 sessions attained
Text Symbol: 003 = Error logging onto the R/3 System
Text Symbol: 004 = Error loading the configuration
Text Symbol: 005 = Logging onto R/3 System...
Text Symbol: 006 = Error reading the menu
Text Symbol: 007 = User folder is empty
Text Symbol: 008 = Error reading user folder
Text Symbol: 009 = loaded
Text Symbol: 010 = not loaded
Text Symbol: 011 = Connecting to the R/3 System...
Text Symbol: 012 = Loading data...
Text Symbol: 013 = Error: Folder is empty
Text Symbol: 014 = File read error
Text Symbol: 015 = Connection to the R/3 System lost!
Text Symbol: 016 = Do you want to be logged on again?
Text Symbol: 017 = Connection lost
Text Symbol: 020 = Reconnecting to the R/3 System...
Text Symbol: 021 = Unable to connect to the ITS server
Text Symbol: 022 = Folder
Text Symbol: 023 = deleted
Text Symbol: 024 = not deleted
Text Symbol: 025 = Switching menu...
Text Symbol: 026 = Switching the system...
Text Symbol: 027 = Folders cannot be copied
Text Symbol: 028 = Copied:
Text Symbol: 029 = Inserted:
Text Symbol: 030 = Click in the user folder where you want to insert
Text Symbol: 031 = Node could not be inserted
Text Symbol: 032 = Deleted:
Text Symbol: 033 = Cut:
Text Symbol: 034 = Node could not be cut
Text Symbol: 035 = Node could not be deleted
Text Symbol: 036 = Folder could not be cut. Use delete





Text Symbol: 037 = Should the folder
Text Symbol: 038 = be deleted with all subnodes?
Text Symbol: 039 = Delete
Text Symbol: 040 = Delete file
Text Symbol: 041 = Position the cursor on the node to be deleted in the user folder
Text Symbol: 042 = Enter the name
Text Symbol: 043 = of the new folder:
Text Symbol: 044 = Name


INCLUDES used within this REPORT SSM_TEXT

INCLUDE DUMMYWR.


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:

No SAP FUNCTION MODULES are executed within this report code!



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