<?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: Process IDocs in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194992#M129446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can run RBDMIDOC program, and in bd61, u can activate change pointers  and u can schedule the idoc to run in background&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2006 05:05:13 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2006-02-07T05:05:13Z</dc:date>
    <item>
      <title>Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194986#M129440</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;What is the best possible way to process an IDoc (Message type: ORDERS/ORDCHG) in background in an Interactive report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 16:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194986#M129440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T16:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194987#M129441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AK!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say it is the best way to process IDOCs in background - and if you are in a hurry, use also parallel processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report RBDAPP01 is able to do this all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 16:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194987#M129441</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-02-06T16:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194988#M129442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AK, Could you please elaborate a little more? &lt;/P&gt;&lt;P&gt;Do you want to process an iDoc that is already existing? or do you want to trigger creation of a new idoc altogether? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a second option, quick and dirty approach is to insert an entry in NAST table for the specified output type (using RV_MESSAGES_INSERT or RV_MESSAGES_UPDATE FM). This will add an entry to NAST table. And you can either set the Processing time to '1' (SEnd with periodically scheduled job) or '4' (so that an idoc is generated immediately).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 16:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194988#M129442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T16:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194989#M129443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program RBDAPP01 is used to process the Idocs with errors 64 and 66 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to process the IDoc with status 51. In such a case, I can use RBDMANI2 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am looking for Function Module or BAPI methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 03:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194989#M129443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T03:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194990#M129444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDOCS_OUTPUT_IN_QRFC check thi fn module, it may help u!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 04:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194990#M129444</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-07T04:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194991#M129445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in we20 (Partner Profiles) you can set for inbound parameters &lt;/P&gt;&lt;P&gt;- Trigger by background programm or&lt;/P&gt;&lt;P&gt;- Trigger immediately&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you change the setting to "Background" you have to plan the report rbdapp01 as a background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 04:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194991#M129445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T04:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194992#M129446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can run RBDMIDOC program, and in bd61, u can activate change pointers  and u can schedule the idoc to run in background&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 05:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194992#M129446</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-07T05:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194993#M129447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the procedure to post IDocs in ALE inbound processing in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Inbound IDocs and IDoc packets are first saved in the database. IDoc packets are split into single IDocs beforehand. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The program RBDAPP01 later releases the saved IDocs for processing. Single IDocs can be put into packets and then processed.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Set-up background processing (IDoc/ALE area menu): &lt;/P&gt;&lt;P&gt;  IDoc Interface/ALE --&amp;gt; Administration --&amp;gt; Runtime Settings --&amp;gt; Partner Profiles (WE20)&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Then the required setting is: In the detail screen Inbound Parameters select the option Trigger by background program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Schedule posting (ALE customizing):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SALE --&amp;gt; Set-Up System Monitoring --&amp;gt;        Posting IDocs in Recipient System --&amp;gt; Schedule &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also process the IDocs manually by passing them to the posting function module.  In ALE Administration choose Monitoring --&amp;gt; Status Monitor (BD87), select the IDocs and then select Process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should choose background processing, especially if large data volumes are to be distributed.  System performance is better. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Packet Processing can be used to process individual inbound IDocs in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward, if it helps ;&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rakesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 06:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194993#M129447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T06:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194994#M129448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question here is:&lt;/P&gt;&lt;P&gt;I want to Process an Error Idoc in the background in a report program. Whenver the user select a specific IDoc from a Custom Report program, it should be automatically processed. It is an Interactive report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I want to know the best possible way for Processing the Error IDoc in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to you all for taking time to respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 06:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194994#M129448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T06:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194995#M129449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI AK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To process Idoc in background use report RBDINPUT.&lt;/P&gt;&lt;P&gt;It will give u error details alog with status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a trickmethod also in BD87 use -restrict and process and there specify in backround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2006 06:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194995#M129449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-07T06:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194996#M129450</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;RBDINPUT does not give option to re-process IDOCs with status 52.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we re-process IDOCs with status 52? Is there any other program to do the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 17:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194996#M129450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T17:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Process IDocs in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194997#M129451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI AK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks you were able to solve the problem on your own . Can you please post how you resolved the issue . It will be helpful for us to resolve these kind of issues if we ever come up in future .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 18:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-idocs-in-background/m-p/1194997#M129451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T18:07:21Z</dc:date>
    </item>
  </channel>
</rss>

