TSKHTEST 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 TSKHTEST 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.
Text Symbol: 008 = Runtime per SEND RECEIVE :
Text Symbol: 009 = usec
Text Symbol: 010 = xusr
Text Symbol: 011 = Terminal :
Text Symbol: 012 = Host :
Text Symbol: 007 = Runtime
Text Symbol: 002 = INIT failed, rc :
Text Symbol: 003 = ALLOCATE failed, rc :
Text Symbol: 004 = DEALLOCATE failed, rc :
Text Symbol: 005 = xSr
Text Symbol: 006 = xadm
Text Symbol: 013 = Hostaddr :
Text Symbol: 020 = GWRC :
Text Symbol: 021 = xn
Text Symbol: 022 = Spooler no. :
Text Symbol: 023 = xsleep
Text Symbol: 024 = xdbgreset
Text Symbol: 019 = xcgw
Text Symbol: 014 = xvs
Text Symbol: 015 = VBRC :
Text Symbol: 016 = VBMSG :
Text Symbol: 017 = VBMSGLEN :
Text Symbol: 018 = xrbw
INCLUDE TSKHINCL.
No SAP DATABASE tables are accessed within this REPORT code!
TH_SEND_ADM_MESS CALL FUNCTION 'TH_SEND_ADM_MESS' EXPORTING SERVER_NAME = ISRV_NAME SERVER_TYPES = ISRV_TYPE LEVEL = LEVEL WAIT_FOR_ANSWER = WAIT IMPORTING SUBRC = SUBRC TABLES IN_DATA = REQ_TBL OUT_DATA = RSP_TBL.
TH_USER_INFO CALL FUNCTION 'TH_USER_INFO' IMPORTING TERMINAL = TERMINAL HOSTADDR = HOSTADDR.
TH_GET_VB_RC CALL FUNCTION 'TH_GET_VB_RC' IMPORTING VBRC = VBRC VBMSG = VBMSG VBMSGLEN = VBMSGLEN.
TH_CHECK_GATEWAY CALL FUNCTION 'TH_CHECK_GATEWAY' eXPORTING GW_HOST = GW_HOST GW_SERV = GW_SERV IMPORTING SUBRC = GWRC.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.