<?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 Error messages from BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706712#M1578657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,I am using BAPI,BAPI_PO_CREATE1 to create PO and if there are any errors i am capturing them on a ALV Report.If there are 5 Error messages in bapiret2 then my repot is showing the message 5 times with all the data like preq number,preq item number,i want to see empty in the report for preq number and preq item and only  4 error message should be there int he next 4 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help  me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shakeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 11:11:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-03T11:11:06Z</dc:date>
    <item>
      <title>Error messages from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706712#M1578657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,I am using BAPI,BAPI_PO_CREATE1 to create PO and if there are any errors i am capturing them on a ALV Report.If there are 5 Error messages in bapiret2 then my repot is showing the message 5 times with all the data like preq number,preq item number,i want to see empty in the report for preq number and preq item and only  4 error message should be there int he next 4 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help  me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shakeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 11:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706712#M1578657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T11:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706713#M1578658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakeer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will come depends on your coding, use control break statements to achieve that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 11:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706713#M1578658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706714#M1578659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.I have already used AT NEW,but it is not working.i am looping for an internal table and then giving structure for BAPI .afer looing i am giving as at new..but it is not working ..is there any thing we have to give?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 12:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706714#M1578659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T12:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706715#M1578660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In debugging check bapiret2 table and see the error messages, if 5 different messages then there is a problem in your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 13:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706715#M1578660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T13:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages from BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706716#M1578661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakeer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure that when you use the AT NEW statement that all the fields in the internal table are the same which are &lt;STRONG&gt;before&lt;/STRONG&gt; the field you want to group by (PREQ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are using the BAPIRET2 type, different errors for the same PREQ will show the PREQ no. for all the items. Only if the errors are of the same type for the same PREQ no. once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would imagine that there can only be 1 error per PREQ/ITEM and therefore I do not see really how this could work. Only maybe in case you also want to show the warnings /Info message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in your example, I would imagine that the PREQ no. would be different for the 5 errors and therefore you will not be able to group them anyway.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Of course it is possible that I misunderstood what you are trying to accomplish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 23:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-from-bapi/m-p/7706716#M1578661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T23:11:23Z</dc:date>
    </item>
  </channel>
</rss>

