SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | File Transfer Using FTP(BC-SRV-COM-FTP) SAP BC

RSHTTP05 SAP ABAP Report - SAPHTTP check







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


Text pool values


Title: SAPHTTP check
Text Symbol: 009 = SAPGUI path:
Text Symbol: 010 = Additional notes in file dev_rfc or rfc*.trc in directory
Text Symbol: 011 = Check RFC destination SAPHTTPA...
Text Symbol: 012 = Ping RFC destination SAPHTTPA...
Text Symbol: 013 = Executable path:
Text Symbol: 014 = Additional notes in file dev_rfc / rfc*.trc / dev_rd - Tcode ST11
Text Symbol: 008 = Program in table RFCDES:
Text Symbol: 001 = Check RFC destination SAPHTTP...
Text Symbol: 002 = ... OK.
Text Symbol: 003 = Error at insert in table RFCDES
Text Symbol: 004 = Destination incorrect. Delete
Text Symbol: 005 = Generated aut. on
Text Symbol: 006 = Ping RFC destination SAPHTTP...
Text Symbol: 007 = Errors:


INCLUDES used within this REPORT RSHTTP05

No INCLUDES are used within this REPORT code!


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:

RFC_READ_TCPIP_DESTINATION call function 'RFC_READ_TCPIP_DESTINATION' exporting destination = 'SAPHTTP' authority_check = ' ' importing method = dz-rfcregid program = d-rfcexec server = d-rfchost gwhost = d-rfcgwhost gwservice = d-rfcgwserv rfcunicode = d-rfcunicode exceptions destination_not_exist = 1.

RFC_MODIFY_TCPIP_DESTINATION call function 'RFC_MODIFY_TCPIP_DESTINATION' exporting destination = 'SAPHTTP' action = 'M' authority_check = ' ' method = 'F' program = 'saphttp' description = rfcdoc-rfcdoc1 rfcunicode = '1'.

RFC_PING call function 'RFC_PING' destination 'SAPHTTP' exceptions system_failure = 1 message rfc_mess communication_failure = 2 message rfc_mess.

WS_QUERY call function 'WS_QUERY' exporting query = 'CD' importing return = guipath.

WS_QUERY call function 'WS_QUERY' exporting query = 'XP' importing return = guipath.

RFC_READ_TCPIP_DESTINATION call function 'RFC_READ_TCPIP_DESTINATION' exporting destination = 'SAPHTTPA' authority_check = ' ' importing method = dz-rfcregid program = d-rfcexec server = d-rfchost gwhost = d-rfcgwhost gwservice = d-rfcgwserv rfcunicode = d-rfcunicode exceptions destination_not_exist = 1.

RFC_MODIFY_TCPIP_DESTINATION call function 'RFC_MODIFY_TCPIP_DESTINATION' exporting destination = 'SAPHTTPA' action = 'M' authority_check = ' ' method = 'A' program = 'saphttp' description = rfcdoc-rfcdoc1 rfcunicode = d-rfcunicode.

RFC_PING call function 'RFC_PING' destination 'SAPHTTPA' exceptions system_failure = 1 message rfc_mess communication_failure = 2 message rfc_mess.

RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = 'SAPHTTP' exceptions others = 1.

RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = 'SAPHTTPA' exceptions others = 1.



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