<?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 RECORDS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251128#M1527593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In return table of BAPI you would get all the messages ( success as well as error ). Read this table where error type is 'E' and display those records in output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Sep 2010 06:08:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-08T06:08:13Z</dc:date>
    <item>
      <title>BAPI ERROR RECORDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251127#M1527592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;In Bapi i am able to get the error document number in debugging(background) but i could not able show the same in the out put message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when uploading excel file related to goods movememnt from functional module goods_movemvt_ create i am able to post all the documents. if i have any errors in the same excel i could not able to post the entire excel, and also i wanted to show the error record in the mesage. Please help me in finding the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 05:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251127#M1527592</guid>
      <dc:creator>sumanth_naidu</dc:creator>
      <dc:date>2010-09-08T05:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI ERROR RECORDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251128#M1527593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In return table of BAPI you would get all the messages ( success as well as error ). Read this table where error type is 'E' and display those records in output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 06:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251128#M1527593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-08T06:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI ERROR RECORDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251129#M1527594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;i have done the same .. Please suggest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in first case read table lt_ret index 1.&lt;/P&gt;&lt;P&gt;                    write  'error records',lt_ret-row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second case read table lt &lt;U&gt;ret into ls&lt;/U&gt;ret with key type = 'E'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this iam able to get while debugging but could not able to bring to the display message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;nandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 06:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251129#M1527594</guid>
      <dc:creator>sumanth_naidu</dc:creator>
      <dc:date>2010-09-08T06:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI ERROR RECORDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251130#M1527595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What is the difficulty in displaying these messages ? If records exist then simple write WRITE statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 06:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251130#M1527595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-08T06:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI ERROR RECORDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251131#M1527596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'BAPI_ACC_GL_POSTING_POST'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        DOCUMENTHEADER       = doc_header&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        OBJ_TYPE             = g_objtyp&lt;/P&gt;&lt;P&gt;        OBJ_KEY              = g_objkey&lt;/P&gt;&lt;P&gt;        OBJ_SYS              = g_objsys&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        ACCOUNTGL            = doc_line&lt;/P&gt;&lt;P&gt;        CURRENCYAMOUNT       = doc_curr&lt;/P&gt;&lt;P&gt;        RETURN               = return_log.&lt;/P&gt;&lt;P&gt;   if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      loop at return_log.&lt;/P&gt;&lt;P&gt;           write:/ return_log-id, return_log-number, return_log-message.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;   else.&lt;/P&gt;&lt;P&gt;      write:/ 'File check failed', sy-subrc.&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;why don' t to show some thing like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 06:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251131#M1527596</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2010-09-08T06:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI ERROR RECORDS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251132#M1527597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;useful thoughts...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 10:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error-records/m-p/7251132#M1527597</guid>
      <dc:creator>sumanth_naidu</dc:creator>
      <dc:date>2010-09-23T10:56:46Z</dc:date>
    </item>
  </channel>
</rss>

