‎2008 Nov 13 5:29 AM
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.
‎2008 Nov 13 7:04 AM
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
‎2008 Nov 13 7:04 AM
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
‎2008 Nov 13 7:31 AM
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..