<?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: regarding errpr idoc reprocess in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-errpr-idoc-reprocess/m-p/5465894#M1251952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the inbound Idocs will be updated in the tables EDIDC,EDID4,EDIDS at first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, create internal table for any of the above tables and dont forget to select the fields time and date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Capture all the Idocs created at that time. Now, for these Idocs you need to check whether the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background job has processed them or not. Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to check whether the background job which runs RBDAPP01 program is running or not you can do manipulations on the table TBTCO. This table will have the status whether the job is running or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, you can schedule a job by inserting an entry in the table TBTCS or you can also call the job by using JOB_OPEN FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got the clue how to do that. I think you can avoid the custom table to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2009 04:17:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-14T04:17:41Z</dc:date>
    <item>
      <title>regarding errpr idoc reprocess</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-errpr-idoc-reprocess/m-p/5465893#M1251951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Currently iam working on inbound idoc 'ORDERS04'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For background process we have the sap standard program 'RBDAPP01'.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;how can i achive the following requirement.i have created one custom table for this req with idoc number,PO number and Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Check on the table to see idoc program is running&lt;/P&gt;&lt;P&gt;	If idoc program is running, exit&lt;/P&gt;&lt;P&gt;	Else set the table and call the idoc program to process new and re-process error idocs&lt;/P&gt;&lt;P&gt;	When the idoc program is done and control is back to the control program, clear the status in the table and exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 03:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-errpr-idoc-reprocess/m-p/5465893#M1251951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T03:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding errpr idoc reprocess</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-errpr-idoc-reprocess/m-p/5465894#M1251952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the inbound Idocs will be updated in the tables EDIDC,EDID4,EDIDS at first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, create internal table for any of the above tables and dont forget to select the fields time and date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Capture all the Idocs created at that time. Now, for these Idocs you need to check whether the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;background job has processed them or not. Is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, to check whether the background job which runs RBDAPP01 program is running or not you can do manipulations on the table TBTCO. This table will have the status whether the job is running or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, you can schedule a job by inserting an entry in the table TBTCS or you can also call the job by using JOB_OPEN FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got the clue how to do that. I think you can avoid the custom table to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 04:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-errpr-idoc-reprocess/m-p/5465894#M1251952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T04:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: regarding errpr idoc reprocess</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-errpr-idoc-reprocess/m-p/5465895#M1251953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EDID4 table contains data records.&lt;/P&gt;&lt;P&gt;Create an internal table itab which will contain idoc number, segment and status.&lt;/P&gt;&lt;P&gt;what you can do is fetch all entries from the table EDID4 passing your segment name as ORDERS04 and into itab for field idoc number and segment.&lt;/P&gt;&lt;P&gt;Now you get all the idoc number for this specific segment type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIDS table contains the status of idocs.&lt;/P&gt;&lt;P&gt;Fetch the status of each idoc from EDIDS table for all entries in itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have idoc number with status .&lt;/P&gt;&lt;P&gt;You can check for a status and take action on your idoc accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 04:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-errpr-idoc-reprocess/m-p/5465895#M1251953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-14T04:33:56Z</dc:date>
    </item>
  </channel>
</rss>

