Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

OPEN_FORM

Former Member
0 Kudos

Hi!

My requirement is to set a output type BA00 for sending a mail for order confirmation.

In development system its working fine

But in Quality system while issuing the O/P i am getting following error:

'Cannot process message, no route from to '

If i click on this error the explanation for this error is as below:

_________________________________________________

Cannot process message, no route from to

Message no. XS826

Diagnosis

To continue processing, the system requires a valid route from sender to recipient (type ).

System Response

The action was terminated.

Procedure

If this error was generated within R/3 by SAPconnect, you have the following options:

Create a route (i.e. assign a suitable address area, which covers the above address, to a node).

1. Check whether the route exists, but the node to which it is assigned is not in operation. If this is the case, change the route or put the node into operation.

2. Change the recipient address if it has been entered incorrectly.

If the error was detected outside of R/3, please read the operator's manual for your communication software or contact the manufacturer.

___________________________________________

In debug i found that open_form raise an exception 6 (MAIL_OPTIONS)which might be the reason for this error.

Can anybody tell me how to correct this error..

Thanks in Advance.

-Harkamal

3 REPLIES 3

Former Member
0 Kudos

Hi Harkamal

1.Make sure that you copied/transported the form into your testing system .

2. Make sure you done the all the configuration required to fire the output type .

3.Make sure your testing is capable to send a mail .

If you have done all these, still also if u will get the problem try to activate the script debuuger, whether the script is executing or not .

Try to debug the program from point where you will be getting error.

<i>HOpe This Info Helps YOU.</i>

Regards,

Raghav

0 Kudos

Hi Raghav,

I debugged the program and i found that open_form

Exception 6 (MAil_option) has been raised.

But i am not bale to find out the cause of this exception

Thanks n Regards,

Harkamal

0 Kudos

Please verify your SCOT Tcode settings in both systems.