<?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: bapi error message to info in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-message-to-info/m-p/3047533#M721420</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 can handle this in your custom program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After BAPI call, all messages are populated in internal table gt_bapiret2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this in your code -&lt;/P&gt;&lt;P&gt;gt_bapiret2-type = 'I'.&lt;/P&gt;&lt;P&gt;modify gt_bapiret2 transporting type where type = 'E'.&lt;/P&gt;&lt;P&gt;This will modify all entries with 'E' to 'I'. But why do you need to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2007 18:47:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-30T18:47:16Z</dc:date>
    <item>
      <title>bapi error message to info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-message-to-info/m-p/3047532#M721419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;     have a table gt_bapiret2 table of type bapiret2.&lt;/P&gt;&lt;P&gt;when the table is filled with gt_bapiret2-type = 'E'. the table need to be&lt;/P&gt;&lt;P&gt;modified to gt_bapiret2-type = 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 18:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-message-to-info/m-p/3047532#M721419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T18:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: bapi error message to info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-message-to-info/m-p/3047533#M721420</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 can handle this in your custom program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After BAPI call, all messages are populated in internal table gt_bapiret2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this in your code -&lt;/P&gt;&lt;P&gt;gt_bapiret2-type = 'I'.&lt;/P&gt;&lt;P&gt;modify gt_bapiret2 transporting type where type = 'E'.&lt;/P&gt;&lt;P&gt;This will modify all entries with 'E' to 'I'. But why do you need to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 18:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-message-to-info/m-p/3047533#M721420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T18:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: bapi error message to info</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-message-to-info/m-p/3047534#M721421</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;loop at gt_bapiret2 where type = 'E' .&lt;/P&gt;&lt;P&gt;gt_bapiret2-type = 'I'.&lt;/P&gt;&lt;P&gt;MODIFY gt_bapiret2 transporting type.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 19:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-message-to-info/m-p/3047534#M721421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T19:05:57Z</dc:date>
    </item>
  </channel>
</rss>

