cancel
Showing results for 
Search instead for 
Did you mean: 

custom module

Former Member
0 Kudos

Hello,

I am trying to develop custom module that has following logic.

A custom R3 modue is running on RFC destination. I want to make sure the destination is available and active before XI RFC communication channel starts processing.

I want to develop a custom module and check for RFC destination. I want to load custom module before RfcAfBeanModule. In case if destination is not active I want to exit or quit processing.

Now my question what java API call I need to make incase if I have to exit or quit processing.

I appreciate your help.

Thank you,

Balaji

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Balaji,

I think raising an exception will exit or quit processing. You do not need to call any specific java API.

.. Java Gurus please correct me if I am wrong.

Nilesh

Answers (0)