RSPHSOFTREMOTE 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 RSPHSOFTREMOTE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SPHSREMOTE - Start Softphone remote
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 RSPHSOFTREMOTE
Text Symbol: E01 = Too few free sessions to display a call. Close a session.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPH_SOFTPHONE call function 'SPH_SOFTPHONE' exporting NUMBER = L_NUMBER ADDRESS = L_ADDRESS HANDLE = L_HANDLE ACTION = L_ACTION tables ALTERNATIVE_NUMBERS = L_ALT_NUMBERS ALTERNATIVE_ADDRESSES = L_ALT_ADDRESSES ADDITIONAL_FIELDS = L_ADD_FIELDS CALLSTATE = L_CALLSTATE CALLDATA = L_CALLDATA exceptions ERROR_CONFIGURATION = 1 ERROR_IMC_MODE_CREATION = 2 others = 3.
TH_POPUP call function 'TH_POPUP' exporting client = sy-mandt user = sy-uname message = msg. "#EC *
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.