Application Development and Automation 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: 
Read only

exception error_message in rfc function module

Former Member
0 Likes
1,638

Hi all,

I am getting a short dump Raise exception in my R/3 system when calling a RFC function module in R/3 for printing a label in LOFTWARE. The error analysis shows the that exception condition 'Nlink exception' condition raised . The rfc destination is working fine and also i have included the predefined exceptions system_failure and communication_failure and also I have used RFC_PING function module before calling teh rfc for printing . Yet it is giving short dump.

I heard that if we include one more exception error_message with return code 99

ie exceptions

system_failure = 1

communictaion_failure = 2

error_message = 99. there will be no short dump.

Can anyone explain me why the return code for exception error_message is not 3 but 99 and also what is the significance of this.

Need your help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

Hi SB ,

the usual numbering is done according to the exceptions defined in the exception tab .

we usually use others as the last number of the exception ..

can u please post the dump too ..ST22

Regards

Renu

Edited by: Renu Gusain on Nov 13, 2008 8:04 AM

2 REPLIES 2
Read only

Former Member
0 Likes
732

Hi SB ,

the usual numbering is done according to the exceptions defined in the exception tab .

we usually use others as the last number of the exception ..

can u please post the dump too ..ST22

Regards

Renu

Edited by: Renu Gusain on Nov 13, 2008 8:04 AM

Read only

0 Likes
731

from dump no information is available also it last occured 5 days ago so refreshed from our system..

I want to know what is the importance of the return code 99 here...

can anyone clarify this concept and aslo genrally in rfc exception handling communication_failure and system_failure can handle all type of exceptions then why error_message exception is added with a return code of 99..