<?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: Capturing a system error from a FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475843#M1651806</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;Its a Update function module and please do not use it inside your custom program. Its a matter of data integrity. Please go for BDC if there is no function modules available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2012 12:54:16 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2012-01-06T12:54:16Z</dc:date>
    <item>
      <title>Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475830#M1651793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm adding/deleting/updating records in KNMT via the RV_CUSTOMER_MATERIAL_UPDATE function module.  I'm trying to find a way to catch the errors from this function module.  For example, if I try to insert a material that already exists, I get a "System error during INSERT (table KNMT subrc 4)" error and it stops the program.  What I want to do is collect that error, write a message to the screen, and go on to the next record to insert/delete/update/etc.  There are no exceptions to the FM so I'm not sure how i'm supposed to do it.  I've tried a TRY/CATCH with a cx_root.  I've also tried using the FMs MESSAGES_INITIALIZE and MESSAGES_GIVE but I can get them to work.  Can anyone point me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 19:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475830#M1651793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T19:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475831#M1651794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curit,&lt;/P&gt;&lt;P&gt;If the exception handling techniques are not working i would suggest to apply a bandage before insert/modify entries in &lt;/P&gt;&lt;P&gt;KNMT using F.M  RV_CUSTOMER_MATERIAL_UPDATE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check if the entry already exist in database and skip that record store it in message internal table and process next record.&lt;/P&gt;&lt;P&gt;This way we can avoid dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 19:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475831#M1651794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T19:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475832#M1651795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why dont you validate before the FM call, validate what ever errors you are expecting. prepare a error table.. pass only the validated entries to the FM.&lt;/P&gt;&lt;P&gt;at the end display the success records and the error records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 19:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475832#M1651795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T19:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475833#M1651796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can do that for now, but I would like to be able to catch them in case there are errors I'm not aware of and such.  Thank you for your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 19:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475833#M1651796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T19:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475834#M1651797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Curtis,&lt;/P&gt;&lt;P&gt;you can use cx_sy_open_sql_db to catch sqlerrors&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it into wa.
  TRY.
    call FM with the inserts and all... 
    CATCH cx_sy_open_sql_db INTO lf_err.
      lf_message= lf_err-&amp;gt;get_text( ).
  ENDTRY.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 19:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475834#M1651797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T19:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475835#M1651798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the FM is not documented and not released, so it would be better to find a standard way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failing that, you can do a where used list of the FM and try to figure out what SAP does before and after calling it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 21:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475835#M1651798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T21:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475836#M1651799</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;There is an easy way to achieve what you need. Use the following syntax:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'RV_CUSTOMER_MATERIAL_UPDATE'
  TABLES 
    ...
  EXCEPTIONS
    ERROR_MESSAGE = 1. "or any other valid sy-subrc value
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It might look unbelievable, but I've tried it (on other FM) and it really works. You can use any number you want as the sy-subrc value for the ERROR_MESSAGE exception and of course handle the exception afterwards, based on the sy-subrc value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Grzegorz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 21:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475836#M1651799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T21:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475837#M1651800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Grzegorz Glowacki&lt;/P&gt;&lt;P&gt;did you read the requirement? the discussion is about the uncaught exceptions. can you catch them with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EXCEPTIONS
    ERROR_MESSAGE = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 22:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475837#M1651800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T22:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475838#M1651801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Soumyaprakash Mishra - did you try it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 22:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475838#M1651801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T22:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475839#M1651802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dint even read the FM, i am just trying to give a generic view here. as i think OP would have faced some particular problem where he cannot capture what happened though exception in FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 22:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475839#M1651802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T22:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475840#M1651803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have to read the FM. Grzegorz Glowacki was giving a general solution to any FM with this problem. Try creating a FM with one line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message e000 with '123'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then call it as suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 22:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475840#M1651803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T22:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475841#M1651804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try creating a FM(there are FMs like this) without a error message. then?&lt;/P&gt;&lt;P&gt;try creating a FM with the error message but not with a raising statement. then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i know Glowacki might be trying to give the solution for this FM. but could you validate me on the points which i am referring to here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; p.s: @ROb:: its worth discussing on threads where you are in. definitely forced us to the edge to learn. thanks &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; really.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 22:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475841#M1651804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T22:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475842#M1651805</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;Let me give you some more details then, if further questions arised. I offerd an almost-ready-to-use code for the FM mentioned in the initial question. But the addition of &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EXCEPTIONS
    ERROR_MESSAGE = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;works for every function module you could use. In my case the FM PRELIMINARY_POSTING_FB01 that I was calling from my custom code, used to raise a message type 'E' in some cases. But I did not want that message to interrupt the execution of my code. Instead of that, I caught the error and handled it myself. And ERROR_MESSAGE = 1 got the job done. So I think you should give it a try &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Grzegorz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 10:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475842#M1651805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T10:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475843#M1651806</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;Its a Update function module and please do not use it inside your custom program. Its a matter of data integrity. Please go for BDC if there is no function modules available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 12:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475843#M1651806</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-01-06T12:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475844#M1651807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ERROR_MESSAGE = 1 thing works, but I can't tell what the error is.  I tried combining that with the MESSAGE_GIVE but no dice.  I will use this for now and just display an generic error message on the screen.  I'll still try to look for a way to capture the error though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Keshav&lt;/P&gt;&lt;P&gt;I've only dealt with BDC once, and it wasn't a nice experience.  I don't remember the scope of the project, but I remember that I would have unexpected pop-ups/screens sometimes, so the BDC would not work right sometimes.  Does the FM I'm trying to use not have the data integrity checks in them?  Or is BDC just a best practice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 14:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475844#M1651807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T14:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475845#M1651808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC is a standard way of doing this. The FM you are trying to use is not. SAP performs all its validations before calling this fm (without the ERROR_MESSAGE = 1 workaround).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be more work using batch input, but you are assured that the results will be correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked for BAPIs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 14:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475845#M1651808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T14:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475846#M1651809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the sy-msgid, sy-msgno, sy-msgty and similar fields for error details? As far as I remember, you should find it there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 15:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475846#M1651809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T15:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475847#M1651810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will go ahead and do this via BDC if that's the case.  I haven't looked for BAPIs, but if BDC is the recommended way to do it, then I'll do it that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Gzreg&lt;/P&gt;&lt;P&gt;The error was in the SY variables.  I totally forgot about them.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@All&lt;/P&gt;&lt;P&gt;Thanks so much for your help all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475847#M1651810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing a system error from a FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475848#M1651811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC is not &lt;U&gt;the&lt;/U&gt; recommended way; it's &lt;U&gt;a&lt;/U&gt; recommended way. If you can find a BAPI, that will eliminate your problems with batch input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-a-system-error-from-a-fm/m-p/8475848#M1651811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-06T16:17:50Z</dc:date>
    </item>
  </channel>
</rss>

