<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384892#M187488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The point is, if you keep the 'IF SY-SUBRC &amp;lt;&amp;gt; 0' outside the previous ENDIF, there is a chance that this error message is raised even if the rfc is not executed. Let us say, before the 'I_INPUT-PREPAID_COLLECT &amp;lt;&amp;gt; 'P'.', sy-subrc is not zero and this condition is satisfied. Then your function module will not be executed, but still the error message will be raised because SY-SUBRC was already non-zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, you are probably looping at I_INPUT and checking this condition, but when it comes to calling the function module, you are passing the entire table. Which means, you will be passing the entire internal table to the RFC, for every record of the internal table, assuming PREPAID_COLLECT &amp;lt;&amp;gt; 'P' in every record. Is that what you want to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jun 2006 14:42:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-16T14:42:25Z</dc:date>
    <item>
      <title>Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384861#M187457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I am calling a function module and then checking my Sy-Subrc value.&lt;/P&gt;&lt;P&gt;In my debugging mode everything is wroking fine and the sy-subrc value is 0. my code is below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message e003(ZSDBDS).&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is still giving me an error message, (e003(ZSDBDS)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384861#M187457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384862#M187458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shejal,&lt;/P&gt;&lt;P&gt;  Probably the same error message is being triggered at some other place in the code?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384862#M187458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384863#M187459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   check if import is commented or not.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;     call function 'TEST'&lt;/P&gt;&lt;P&gt;      export&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;      import&amp;lt;/b&amp;gt;        &lt;/P&gt;&lt;P&gt;       if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;       endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384863#M187459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384864#M187460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, search for that message in the entire program, see if it is being fired somewhere else as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384864#M187460</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-16T13:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384865#M187461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Find out all occurences of &lt;/P&gt;&lt;P&gt;     message e003(ZSDBDS) in function module main program&lt;/P&gt;&lt;P&gt;    and put break-point and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384865#M187461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384866#M187462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if the values coming from function module is triggering the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is in loop then check again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384866#M187462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384867#M187463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debug the program, and place a breakpoint on "message"...When you run it, it will stop on the error message -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384867#M187463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384868#M187464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a new error message and it is no where in the program or anywhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384868#M187464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384869#M187465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post more of the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384869#M187465</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-16T13:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384870#M187466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show your complete code. we will also try to get the same error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384870#M187466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384871#M187467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Detail code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if i_input-PREPAID_COLLECT &amp;lt;&amp;gt; 'P'.&lt;/P&gt;&lt;P&gt;      message e002(ZSDBDS).&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'ZSD_GET_RATE_DETAIL' DESTINATION 'RFC_APP'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;          SERVER                 = ZSD_BDS_COMMUNI-SERVER&lt;/P&gt;&lt;P&gt;          DATABASE               = ZSD_BDS_COMMUNI-ZDATABASE&lt;/P&gt;&lt;P&gt;          USERID                 = ZSD_BDS_COMMUNI-USERID&lt;/P&gt;&lt;P&gt;          PASSWORD               = ZSD_BDS_COMMUNI-PASSWORD&lt;/P&gt;&lt;P&gt;          CONNECTIONSTRING       = ZSD_BDS_COMMUNI-CONNECTIONSTRING&lt;/P&gt;&lt;P&gt;          INQUIRYUSERID          = ZSD_BDS_COMMUNI-INQUIRYUSERID&lt;/P&gt;&lt;P&gt;          INQUIRYID              = ZSD_BDS_COMMUNI-INQUIRYID&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;          INQUIRY_INPUT          = i_input&lt;/P&gt;&lt;P&gt;          INQUIRY_CHARGES        = i_charges&lt;/P&gt;&lt;P&gt;          INQUIRY_OUTPUT_DETAILS = i_output_details&lt;/P&gt;&lt;P&gt;          INQUIRY_ERRORS         = i_errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;  OTHERS = 1     .&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message e003(ZSDBDS).&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you need anything else guys.&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384871#M187467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384872#M187468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if i_input-PREPAID_COLLECT &amp;lt;&amp;gt; 'P'.
message e002(ZSDBDS).
else.
CALL FUNCTION 'ZSD_GET_RATE_DETAIL' DESTINATION 'RFC_APP'
EXPORTING
SERVER = ZSD_BDS_COMMUNI-SERVER
DATABASE = ZSD_BDS_COMMUNI-ZDATABASE
USERID = ZSD_BDS_COMMUNI-USERID
PASSWORD = ZSD_BDS_COMMUNI-PASSWORD
CONNECTIONSTRING = ZSD_BDS_COMMUNI-CONNECTIONSTRING
INQUIRYUSERID = ZSD_BDS_COMMUNI-INQUIRYUSERID
INQUIRYID = ZSD_BDS_COMMUNI-INQUIRYID
TABLES
INQUIRY_INPUT = i_input
INQUIRY_CHARGES = i_charges
INQUIRY_OUTPUT_DETAILS = i_output_details
INQUIRY_ERRORS = i_errors

EXCEPTIONS
OTHERS = 1 .
&amp;lt;b&amp;gt;if sy-subrc &amp;lt;&amp;gt; 0.
message e003(ZSDBDS).
endif.&amp;lt;/b&amp;gt;
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384872#M187468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384873#M187469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything......  are you sure that you are check SY-SUBRC after the call function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EXCEPTIONS
OTHERS = 1 .
endif.

&amp;lt;b&amp;gt;*  PUT BREAK POINT HERE!  What is SY-SUBRC?&amp;lt;/b&amp;gt;
if sy-subrc &amp;lt;&amp;gt; 0.
message e003(ZSDBDS).
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384873#M187469</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-16T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384874#M187470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shejal,&lt;/P&gt;&lt;P&gt; I understand that this part of the code is in a loop of the intrenl table i_input.&lt;/P&gt;&lt;P&gt;Are you sure it has only one entry?&lt;/P&gt;&lt;P&gt;It must be having multiple entries and hence it is not stipping at the error for some entries and may be triggered for some other entry.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384874#M187470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384875#M187471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to put the break point at the exact same place where you have specified and the value is '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however when i did the test i had commented the &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   message e003(ZSDBDS).&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;the reason for commenting was without being commented it directly gave me the error message, inspite of having the break point much before the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shejal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 13:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384875#M187471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T13:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384876#M187472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are saying that you have the MESSAGE statement commented out of the program, but when you run the program, you still get the error message?  Is this right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, the message must be coming from somewhere else, or your program is not activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 14:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384876#M187472</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-16T14:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384877#M187473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody for all the suggestions. However if any one is intrested in the entire code i will be more than happy to mail you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 14:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384877#M187473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T14:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384878#M187474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure send it to the email addres on my business card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 14:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384878#M187474</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-16T14:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384879#M187475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO rich u got me wrong. when i  uncomment the message and have a break piont before the message it is giving me the error message directly, where as i am excepting it to stop at the break point. so i had uncommented the message and then had a break point just to check the sy-subrc value. when i uncmmented it its working fine and gives me results. but i need to check the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 14:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384879#M187475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384880#M187476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you do this...&lt;/P&gt;&lt;P&gt;since FM has exception. but you are not handling the FM exception.just check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'ZSD_GET_RATE_DETAIL' DESTINATION 'RFC_APP'
EXPORTING
SERVER = ZSD_BDS_COMMUNI-SERVER
DATABASE = ZSD_BDS_COMMUNI-ZDATABASE
USERID = ZSD_BDS_COMMUNI-USERID
PASSWORD = ZSD_BDS_COMMUNI-PASSWORD
CONNECTIONSTRING = ZSD_BDS_COMMUNI-CONNECTIONSTRING
INQUIRYUSERID = ZSD_BDS_COMMUNI-INQUIRYUSERID
INQUIRYID = ZSD_BDS_COMMUNI-INQUIRYID
TABLES
INQUIRY_INPUT = i_input
INQUIRY_CHARGES = i_charges
INQUIRY_OUTPUT_DETAILS = i_output_details
INQUIRY_ERRORS = i_errors
 
EXCEPTIONS
OTHERS = 1 .
&amp;lt;b&amp;gt;if sy-subrc &amp;lt;&amp;gt; 0.
message e003(ZSDBDS).
endif&amp;lt;/b&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 14:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/1384880#M187476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T14:17:01Z</dc:date>
    </item>
  </channel>
</rss>

