cancel
Showing results for 
Search instead for 
Did you mean: 

Type H RFC destination connection test

adityavempati
Participant

Hi,

Is there any way I can make the connection test of type H RFC destination without using SM59.

Like any function module?

I want to test type H destination using a function module or any other possible way and need it's result inside ccBPM.

We are on SAP PI 7.31 SP16 dual stack. Thanks in advance.

Regards,

Aditya Vempati

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Aditya,

You can use ABAP Proxies (XI Adapter) and then in the type, select HTTP Destination. After that, input the name of the type H one.

Regards,

Mark

Former Member
0 Kudos

Hello Aditya,

There are standard function module to check the RFC connection is working or not, check these function modules.

  • RFC_TRUSTED_CHECK          -    RFC connection test for trusted systems

Check other FMs also accoding to your usage.

  • CP_LB29_RFC_DEST_CHECK - Checks the existence of a RFC Destination
  • HB_RFC_FINAL_CHECK -  Checks a configuration against fitlist/rules
  • RFC_CHECK               -  authorization check for a given RFC destination
  • TREX_RFC_CONNECT_CHECK_LOCAL - Tests the RFC Connection to a Gateway (local or other)
  • TREX_RFC_CONNECTION_CHECK     -  Tests the RFC Connection to TREX for a list of App Servers
  • SDOK_RFCDEST_EXIST_CHECK
  • INT_RFC_CHECK_ACCESS
  • RFC_CHECK_DESTINATION
  • RFC_CHECK_DESTINATION_ID

Regards,

Marcelo Macedo