SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Process Monitoring Infrastructure(BC-SRV-PMI) SAP BC

SPI_CHECK_DESTINATIONS SAP ABAP Report - PMI: Test Destinations







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


Text pool values


Title: PMI: Test Destinations
Text Symbol: T17 = All Selected Processes
Text Symbol: T16 = Process Description
Text Symbol: T15 = Error Message
Text Symbol: T14 = PMI Connection Test
Text Symbol: T13 = Duration of Connection Test in Seconds
Text Symbol: T12 = Agent Description
Text Symbol: T11 = Agent ID
Text Symbol: T10 = Component
Text Symbol: T09 = Connection Test Duration
Text Symbol: T08 = Status
Text Symbol: T07 = Type Description
Text Symbol: T06 = Type
Text Symbol: T05 = Destination
Text Symbol: T04 = Signature
Text Symbol: T03 = Step Description
Text Symbol: T02 = Step Name
Text Symbol: T01 = Step ID
Text Symbol: 202 = Display Steps
Text Symbol: 201 = Display Technical Keys
Text Symbol: 200 = Options
Text Symbol: 102 = Process ID
Text Symbol: 101 = Process
Text Symbol: 100 = Process Selection
Text Symbol: 002 = Number of Destinations
Text Symbol: 001 = Number of Steps


INCLUDES used within this REPORT SPI_CHECK_DESTINATIONS

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_PING CALL FUNCTION 'RFC_PING' DESTINATION l_destination EXCEPTIONS communication_failure = 1 MESSAGE l_msg system_failure = 2 MESSAGE l_msg OTHERS = 3.

RFCPING CALL FUNCTION 'RFCPING' DESTINATION l_destination EXCEPTIONS communication_failure = 1 MESSAGE l_msg system_failure = 2 MESSAGE l_msg OTHERS = 3.

SPI_HTTP_POST CALL FUNCTION 'SPI_HTTP_POST' EXPORTING ip_data = l_data ip_http_dest = l_destination IMPORTING ep_status_code = l_result EXCEPTIONS no_destination_supplied = 1 url_error = 2 destination_error = 3 send_error = 4 OTHERS = 5.

RFC_READ_DESTINATION_TYPE CALL FUNCTION 'RFC_READ_DESTINATION_TYPE' EXPORTING destination = ip_destination authority_check = space IMPORTING rfctype = l_dtype EXCEPTIONS authority_not_available = 1 destination_not_exist = 2 information_failure = 3 internal_failure = 4 OTHERS = 5.

RFCDES_DISPLAY CALL FUNCTION 'RFCDES_DISPLAY' EXPORTING rfcdes_export = ls_rfcdes_export authority_check = space editable = 'X' EXCEPTIONS authority_not_available = 1 OTHERS = 2.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = lp_domain_name value = lp_domain_value langu = sy-langu IMPORTING dd07v_wa = ls_domain rc = lp_rc.



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