<?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: IDoc processing from a report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090638#M1358661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Any updates???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 12:40:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-17T12:40:59Z</dc:date>
    <item>
      <title>IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090633#M1358656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi EDI/ABAP Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question. I have done an abap alv report which gives me all the IDocs in error status. When we drill it down, it also displays the IDoc. In the IDoc view, we can edit the IDoc to correct data related errors. After editing the IDoc, In the menu bar it has Process--&amp;gt; foreground, background , it has all the options but grayed out (means, I cannot select these).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a functionality which enables to process the edited IDocs from here. (Not from BD87).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input will be much helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 19:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090633#M1358656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T19:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090634#M1358657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to submit the below program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    submit rbdagaie
      with p_idoc in idoc_list " This represent Edited IDoc numbers
      with p_direct = '1'  " Here 1 for Outbound 2 for Inbound
      with p_output = ' '
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090634#M1358657</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-16T20:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090635#M1358658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks aRs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean i have to include the part of the code you have give in my ALV report program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should I include it?? Is it in the form where i am calling FM for IDoc display??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pl enlighten me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Creasy Matthew on Sep 16, 2009 10:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090635#M1358658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T20:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090636#M1358659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What i understand from your query , that From the alv users select a line and go for idoc display (which fm ?) and then edit the IDoc and correct the data. ( So here new IDoc get generated  as edited (i think status will be 33) and then coming out from function module you have edited IDoc number . If yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need to submit the program i mentioned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090636#M1358659</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-16T20:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090637#M1358660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the report, I'll go to IDoc(AAAA) display and will change it. Once I saved he IDoc, I'll have a new number xxxx with status 70. I cannot process it. But the status of original IDoc will turn from 51 to 69(Yellow - Can be processed). I have to process this IDoc from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But As soon as i save the IDoc, it's kicking me out of the IDoc and report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the program, I am not sure where I'll be in the program at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs aRs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Creasy Matthew on Sep 16, 2009 11:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 21:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090637#M1358660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T21:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090638#M1358661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Any updates???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090638#M1358661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T12:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090639#M1358662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; But As soon as i save the IDoc, it's kicking me out of the IDoc and report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then this may be roundway. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store the new IDoc number in a custom table . Then submit the program using values from this table, once submitted mark the flag (another field in the table ) with X. so that next time this will not process again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 12:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090639#M1358662</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-17T12:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090640#M1358663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I didn't explain you clearly. My mistake. When I edit an IDoc, the original IDoc will copied to new IDoc and stores all the segments with status 70. (it's just a copy of original IDoc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now the original IDoc got changed and is in status 69 and we can process this IDoc now. This is the IDoc we should process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090640#M1358663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-17T13:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc processing from a report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090641#M1358664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say ex, you are editing idoc number 10 , then it should create a new idoc 11 ( and IDoc number 10 status change to 69)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and program used for RBDAGAIE - Reprocessing of Edited IDocs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description: This report reprocesses an edited IDoc in inbound or outbound processing. The edited IDoc has one of the following statuses:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;32: IDoc edited (outbound)&lt;/P&gt;&lt;P&gt;69: IDoc edited (inbound)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 13:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-from-a-report/m-p/6090641#M1358664</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-17T13:19:04Z</dc:date>
    </item>
  </channel>
</rss>

