<?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 Inbound / Outbound in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173809#M1517582</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;you said all the internal process is done through Z program 'ZWRAP_RSEINB00' , try to write a code for each indound to make a copy in the archive folder before deleting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes archiving is done through the SAP in some cases and in some cases third part tool wil automatically do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is always good to handle through FTP in SAP , because the status can be handled in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 09:56:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-05T09:56:29Z</dc:date>
    <item>
      <title>IDOC Processing Inbound / Outbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173808#M1517581</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;As part of EDI Inbound processing our process is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. EDI 850 files are created by EDI sub-system ( Sitting in differerent Environment ) and those file are trasfered to 'INBOX' folder on R/3 server using FTP file server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A batch job ( for ex: EDI850_ORDERS ) executes every 15 minutes to process the files from 'INBOX' folder using the Custom ABAP program ZWRAP_RSEINB00.  The program uses standard SAP inbound EDI file processing  program 'RSEINB00' to process  the file and try posting it into SAP. If the file is successfully posted &lt;STRONG&gt;then the file is deleted.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in this case client's requirement is once idoc file is processed &lt;STRONG&gt;archive the Idoc file&lt;/STRONG&gt; &lt;STRONG&gt;from INBOX folder to 850_ARCHIVE&lt;/STRONG&gt; folder on Application Server itself and &lt;STRONG&gt;NOT&lt;/STRONG&gt; delete the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have suggested that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Our Approach:    As FTP is already in place, FTP the the files from EDI Substem to R/3 (INBOX) as well as on ARCHIVE folder even before IDOCs are processed so as to make sure Archival process is in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Client's Approach: Client suggests to Archival be handled from SAP and NOT through FTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keeping performance and architecture in view kindly suggest which will the right approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it good to handle it from FTP / SAP !?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there any other better approach to handle this!!? Please advice !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly Archival is required in case of Outbound as well for (810) !! suggestions appreciated !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramesh Kajuru on Aug 5, 2010 3:43 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramesh Kajuru on Aug 5, 2010 5:45 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 5, 2010 12:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 07:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173808#M1517581</guid>
      <dc:creator>ramesh_kajuru</dc:creator>
      <dc:date>2010-08-05T07:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Processing Inbound / Outbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173809#M1517582</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;you said all the internal process is done through Z program 'ZWRAP_RSEINB00' , try to write a code for each indound to make a copy in the archive folder before deleting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes archiving is done through the SAP in some cases and in some cases third part tool wil automatically do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is always good to handle through FTP in SAP , because the status can be handled in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 09:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173809#M1517582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T09:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Processing Inbound / Outbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173810#M1517583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for you reply !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your reply you say "Yes it is always good to handle through FTP in SAP , because the status can be handled in SAP."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know what it means when you say "Status can be handled in SAP".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for you time and effort !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 10:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173810#M1517583</guid>
      <dc:creator>ramesh_kajuru</dc:creator>
      <dc:date>2010-08-05T10:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Processing Inbound / Outbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173811#M1517584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the client approch will be best and he will know which files are processed sucessfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I remember correctly there is an FM which will do the same job as the program(I hope you can find with in the standard code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call that FM in your Z program and read file 1 by 1 and once FM executed sucessfully move the file to archive directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDOC_INBOUND_FROM_FILE.  This is the FM I am refering. if still find the delete file code in this make a copy of it and remove that logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suresh Reddy Avutu on Aug 5, 2010 2:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 12:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-processing-inbound-outbound/m-p/7173811#M1517584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-05T12:22:34Z</dc:date>
    </item>
  </channel>
</rss>

