<?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 any standard abap table where i can store error message and error code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201766#M1203433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to store two variables it_error_tab_message, it_error_tab_code&lt;/P&gt;&lt;P&gt;to store any error which comes after calling the method of the proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any standard table which i can use to store these two values or do i need to create my z table for the same. i need the name of the table where i can store these values for variables it_error_tab_message, it_error_tab_code permanently for future reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code used is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CREATE OBJECT employee_data.&lt;/P&gt;&lt;P&gt;    call method employee_data-&amp;gt;UPLOAD_ACTION_ITEM&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        OUTPUT = output.&lt;/P&gt;&lt;P&gt;    commit work.&lt;/P&gt;&lt;P&gt;CATCH cx_ai_system_fault INTO go_sys_exception.&lt;/P&gt;&lt;P&gt;it_error_tab_message = go_sys_exception-&amp;gt;errortext&lt;/P&gt;&lt;P&gt;it_error_tab_code = go_sys_exception-&amp;gt;errortext.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2009 03:53:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-27T03:53:17Z</dc:date>
    <item>
      <title>any standard abap table where i can store error message and error code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201766#M1203433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to store two variables it_error_tab_message, it_error_tab_code&lt;/P&gt;&lt;P&gt;to store any error which comes after calling the method of the proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any standard table which i can use to store these two values or do i need to create my z table for the same. i need the name of the table where i can store these values for variables it_error_tab_message, it_error_tab_code permanently for future reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code used is like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CREATE OBJECT employee_data.&lt;/P&gt;&lt;P&gt;    call method employee_data-&amp;gt;UPLOAD_ACTION_ITEM&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        OUTPUT = output.&lt;/P&gt;&lt;P&gt;    commit work.&lt;/P&gt;&lt;P&gt;CATCH cx_ai_system_fault INTO go_sys_exception.&lt;/P&gt;&lt;P&gt;it_error_tab_message = go_sys_exception-&amp;gt;errortext&lt;/P&gt;&lt;P&gt;it_error_tab_code = go_sys_exception-&amp;gt;errortext.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 03:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201766#M1203433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T03:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: any standard abap table where i can store error message and error code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201767#M1203434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better if U can create a Z table and insert message and error code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 03:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201767#M1203434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T03:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: any standard abap table where i can store error message and error code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201768#M1203435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table - T100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 03:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201768#M1203435</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-02-27T03:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: any standard abap table where i can store error message and error code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201769#M1203436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you guide why is it better tos use z table then standard table srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 04:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201769#M1203436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T04:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: any standard abap table where i can store error message and error code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201770#M1203437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can easily maintain the Z table rather than a standard ones ... Also retrieving data would be faster&lt;/P&gt;&lt;P&gt;when compared to standard table as it might contain huge no. of entries ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 04:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201770#M1203437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T04:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: any standard abap table where i can store error message and error code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201771#M1203438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-standard-abap-table-where-i-can-store-error-message-and-error-code/m-p/5201771#M1203438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-19T11:55:01Z</dc:date>
    </item>
  </channel>
</rss>

