<?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: BDC batch input Log status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108061#M1185029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You can try with APQD  and APQI  table .&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Pinaki  Mukherjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2009 06:49:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-05T06:49:11Z</dc:date>
    <item>
      <title>BDC batch input Log status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108058#M1185026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Through FF67 am executing BRS run by entering few incoming and outgoing line items . Then its generating a Log in SM35. Then it is processed in Background Mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose there are 10 line Items entry . Out of that 3 line items are generated as eroneous in SM35 and 7 line items are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my problem is i want to pick these eroneous line items and have to show in a custom Zreport .&lt;/P&gt;&lt;P&gt;How can i do it ? &lt;STRONG&gt;In which Table&lt;/STRONG&gt; these eroneous entries are stored ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 06:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108058#M1185026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T06:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: BDC batch input Log status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108059#M1185027</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;The Log created for the particular process is stored in table BDCLM you can get the success and the errors from the field MART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 06:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108059#M1185027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T06:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC batch input Log status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108060#M1185028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jack ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you are using a session method you can find out the errors in the following ways :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go for 'E' mode and his displays only the errors and gives you a chance to rectify it .&lt;/P&gt;&lt;P&gt;2. If you going for a backgroud processing in session , you get a detailed list of errors like wher you have made it etc .&lt;/P&gt;&lt;P&gt;3 . Now since you want to use it in your ZREPORT  you can get the messages and log of the the session from the table &lt;STRONG&gt;BDCLM&lt;/STRONG&gt;  .&lt;/P&gt;&lt;P&gt;4. Or you can you the table &lt;STRONG&gt;BDCMSGCOLL&lt;/STRONG&gt; to cature the messages from fields (sy-msgv1,v2,v3,v4) and use it in your reports .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards ,&lt;/P&gt;&lt;P&gt;AMuktha .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 06:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108060#M1185028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T06:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC batch input Log status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108061#M1185029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You can try with APQD  and APQI  table .&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Pinaki  Mukherjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 06:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108061#M1185029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: BDC batch input Log status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108062#M1185030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If u want to maintain message log in your program, u just call a funtion module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'FORMAT_MESSAGES'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It holds the each and every msg.&lt;/P&gt;&lt;P&gt;and before u have to declare the msg table i.e. BDCMSGCOLL&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;t_bdcmsgcoll type standard table of bdcmsgcoll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then call funtion module......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kiran Saka on Feb 5, 2009 7:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 06:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108062#M1185030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T06:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC batch input Log status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108063#M1185031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;    Use this program RSBDC_ANALYSE give input as Qid and it would give all the error messages&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Viquar Iqbal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 07:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108063#M1185031</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-02-05T07:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: BDC batch input Log status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108064#M1185032</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;In your BDC program,you have to use an internal table having structure like BDCMSGCOLL,&lt;/P&gt;&lt;P&gt;which will capture all the messages of your bdc executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on that internal table,you can use READ TABLE statement with type = 'E'  and move all those&lt;/P&gt;&lt;P&gt;error messages into another internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for that message number got captured in BDCMSGCOLL like structure internal table,&lt;/P&gt;&lt;P&gt;you can call then a function module &lt;/P&gt;&lt;P&gt;FORMAT_MESSAGE to capture the whole description of that error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search on SCN you can find links on this kind of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 07:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108064#M1185032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T07:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC batch input Log status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108065#M1185033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the table u hav mentioned are structures (BDCMSGCOLL , BDCLM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like below :&lt;/P&gt;&lt;P&gt;Suppose 10 Line items am processing in background mode in SM35. and out of these  3rd , 5th and 7th line items are erroneous.&lt;/P&gt;&lt;P&gt;In which table the status of the line items are stored . means for 3rd,5th and 7th line item -&amp;gt; status will be Error and for other line items it should be Cleared.&lt;/P&gt;&lt;P&gt;Then only it will be easy for me to show the status of line item in my Zreport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for ur earlier responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 07:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-batch-input-log-status/m-p/5108065#M1185033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T07:17:55Z</dc:date>
    </item>
  </channel>
</rss>

