<?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: Program used for EDI Inbound in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363635#M523103</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;For inbound process generally the file from legacy system comes in xml FORMAT to EDI subsystem now it will be converted to IDOC file format or an idoc format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u get in IDOC file format then u need to use WE16 tcode .Now u need to put ur IDOC file in the application server directory and in WE21 U need to create a file port and then in the inbound file tab need to specify the application server path where u stored the IDOC file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to WE16 and give the directory path as well the file port and execute ,u will see an idoc will be created and can get the datails in WE02/WE05 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u straight away get in idoc format then u can test in WE19 tcode by using the message type radio button ,Give the control record information and data record information   and then u need to specify the FM which actually triggers the idoc inWE57 and u need to give that name in WE19 .Now press on execute button u will find the creation of idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For inbound process the only method we have is processcode method which is attached to a FM in we42 ,whcih trigggers the idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please have a look at the below programs&lt;/P&gt;&lt;P&gt;RBDMANI2&lt;/P&gt;&lt;P&gt;RBDMANIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 08:12:35 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2007-06-07T08:12:35Z</dc:date>
    <item>
      <title>Program used for EDI Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363633#M523101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As RSEOUT00 is   a report used for the edi outbound process, can some 1 help me and tell me which report to run for startinmg the inbound process?&lt;/P&gt;&lt;P&gt;I know the Function module      EDI_DATA_INCOMING is used for the process,but its supposed to be automatically called by the Subsytem.&lt;/P&gt;&lt;P&gt;Which report are we supposed to run to start the inbound process?&lt;/P&gt;&lt;P&gt;People  who have a concrete andwer(Name of the Report or detailed process knowledge need only reply,othrs please excuse)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 07:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363633#M523101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T07:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Program used for EDI Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363634#M523102</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;As per my knowledge EDI inbound process starts like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer sends his raw file to EDI subsystem. EDI subsystem converts this raw file into IDOC structure and pushes it into R/3 using &amp;lt;b&amp;gt;rfcexec&amp;lt;/b&amp;gt; and then the corresponding application document FM will post the document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 07:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363634#M523102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T07:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Program used for EDI Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363635#M523103</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;For inbound process generally the file from legacy system comes in xml FORMAT to EDI subsystem now it will be converted to IDOC file format or an idoc format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u get in IDOC file format then u need to use WE16 tcode .Now u need to put ur IDOC file in the application server directory and in WE21 U need to create a file port and then in the inbound file tab need to specify the application server path where u stored the IDOC file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to WE16 and give the directory path as well the file port and execute ,u will see an idoc will be created and can get the datails in WE02/WE05 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u straight away get in idoc format then u can test in WE19 tcode by using the message type radio button ,Give the control record information and data record information   and then u need to specify the FM which actually triggers the idoc inWE57 and u need to give that name in WE19 .Now press on execute button u will find the creation of idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For inbound process the only method we have is processcode method which is attached to a FM in we42 ,whcih trigggers the idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please have a look at the below programs&lt;/P&gt;&lt;P&gt;RBDMANI2&lt;/P&gt;&lt;P&gt;RBDMANIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 08:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363635#M523103</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-06-07T08:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Program used for EDI Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363636#M523104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot !! Your answer was perfect&lt;/P&gt;&lt;P&gt;i gave you full 10 points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363636#M523104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Program used for EDI Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363637#M523105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above post was for Nagraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363637#M523105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Program used for EDI Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363638#M523106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above post was for Nagraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363638#M523106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Program used for EDI Inbound</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363639#M523107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was Nagaraj.&lt;/P&gt;&lt;P&gt;Also please tell me Nagaraj if this program is suitable for scheduling or is there any other &lt;/P&gt;&lt;P&gt;program that is well suited for being scheduled in the background&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-used-for-edi-inbound/m-p/2363639#M523107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:47:31Z</dc:date>
    </item>
  </channel>
</rss>

