<?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: Incoming IDOCS - Processing program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963141#M67912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mano I have to do the same now, have the same program. can u send me the program to suresh5684@gmail.com. It will be a great help for me. I have one more question. My idoc file stores in location /comp/core/filename.txt . Now can u tell me the path that i have to give in edi_data_incoming. I tried giving the same path name but getting error " ERROR IN OPENING FILE '/comp/core/filename.txt'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 23:20:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-10T23:20:55Z</dc:date>
    <item>
      <title>Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963133#M67904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are not using any third party tool like webmethods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An IDOC text file is created and placed in the directory specified in the file port. Its a standard IDOC of type ORDERS. Now what should I do so that the SAP will pick this file and process it ? Do I need to schedule any program/FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 20:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963133#M67904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T20:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963134#M67905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the format of the file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not using middle ware, you need to write a program and read the file and create Orders using Call Transaction to VA01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 21:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963134#M67905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T21:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963135#M67906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"For testing you can use transaction WE16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For productive use you might trigger the processing via external application. You can use FM 'EDI_DATA_INCOMING'.&lt;/P&gt;&lt;P&gt;For details check:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7f8a43d711d1893e0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7f8a43d711d1893e0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We wrote an ABAP program, which scheduled regularly. It reads the content of the transfer directory vith FM 'EPS_GET_DIRECTORY_LISTING' and process it via FM 'EDI_DATA_INCOMING'."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;courtesy  : peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2005 21:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963135#M67906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-21T21:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963136#M67907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Program RSEINB00 can pull in the IDoc files, provided that they are formatted with the control and data records correctly, and process them into the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2005 02:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963136#M67907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-22T02:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963137#M67908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone. John's solution is what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, this program RSEINB00 is asking for a specific file name and port. Is there a program that processes all files in the directory ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2005 21:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963137#M67908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-22T21:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963138#M67909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send me your program ? I will see if I can use it for our purposes. You can email it to jerseyblues@gmail.com. Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2005 21:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963138#M67909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-22T21:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963139#M67910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I do not believe that there is.  You probably need to write a small program to get the files from the directory and submit RSEINB00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2005 21:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963139#M67910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-22T21:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963140#M67911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again. I will work on the program as you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, I am trying to process an incoming IDOC file using 'RSEINB00' but I am getting the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First record is not an IDoc control record (please check file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So obviosuly, there is something wrong with the IDOC file. Can anyone send me some sample INCOMING ORDERS IDOC text files to jerseyblues@gmail.com. The client here is generating their own IDOCS and any sample would help a great deal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2005 17:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963140#M67911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-25T17:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incoming IDOCS - Processing program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963141#M67912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mano I have to do the same now, have the same program. can u send me the program to suresh5684@gmail.com. It will be a great help for me. I have one more question. My idoc file stores in location /comp/core/filename.txt . Now can u tell me the path that i have to give in edi_data_incoming. I tried giving the same path name but getting error " ERROR IN OPENING FILE '/comp/core/filename.txt'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 23:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/incoming-idocs-processing-program/m-p/963141#M67912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T23:20:55Z</dc:date>
    </item>
  </channel>
</rss>

