<?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 Inbound Idoc processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/2499605#M564698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got one requirement to upload the data... I get the data in the form of flat files in application server. I have to take that file from the application server,  process the data and upload that data into sap system.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually they asked to use the LSMW with FIDCCP02 idoc method to upload the data but they changed the spec and asked me to write a program to upload the data in the same fashion ( because it includes the data for two applications one is open AR items and so on...) can anyone guide me how to write the code for this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the anticipation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2007 12:16:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-09T12:16:07Z</dc:date>
    <item>
      <title>Inbound Idoc processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/2499605#M564698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got one requirement to upload the data... I get the data in the form of flat files in application server. I have to take that file from the application server,  process the data and upload that data into sap system.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually they asked to use the LSMW with FIDCCP02 idoc method to upload the data but they changed the spec and asked me to write a program to upload the data in the same fashion ( because it includes the data for two applications one is open AR items and so on...) can anyone guide me how to write the code for this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the anticipation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 12:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/2499605#M564698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T12:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/2499606#M564699</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;&lt;/P&gt;&lt;P&gt;the steps are quite straightforward to follow. Here they are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. While running LSMW, goto Settings-&amp;gt;IDoc inbound processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The first requirement is a file port for the file transfer. If required, create a port of the file type via&lt;/P&gt;&lt;P&gt;Maintain ports. To do this, position the cursor on "File" and press Create. You should be in change mode. SAP recommends:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PORT: LSMW&lt;/P&gt;&lt;P&gt;NAME: Legacy System Migration Workbench&lt;/P&gt;&lt;P&gt;VERSION: 3 (IDoc record types SAP Release 4.x)&lt;/P&gt;&lt;P&gt;OUTBOUND FILE: Please enter a (dummy) physical directory and a file name, i.e. &amp;#145;filelsmw&amp;#146;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. As an addition, you can specify a tRFC port. This port is required, if you do not want to create a file during data conversion but submit the data in packages directly to function module IDoc_Inbound_Asynchronous. SAP recommends:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PORT: assigned by the system&lt;/P&gt;&lt;P&gt;VERSION: 3 (IDoc record types SAP Release 4.x)&lt;/P&gt;&lt;P&gt;RFC DESTINATION: Name of R/3 System&lt;/P&gt;&lt;P&gt;NAME OF PORT: Legacy System Migration Workbench&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Then the partner type should be defined or selected. SAP recommends:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARTNER TYPE: "US" (User)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Finally a partner number should be defined or selected. SAP recommends:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARTNER NUMBER: LSMW&lt;/P&gt;&lt;P&gt;PARTNER TYPE: US&lt;/P&gt;&lt;P&gt;PARTNER STATUS: A (active)&lt;/P&gt;&lt;P&gt;TYPE: US&lt;/P&gt;&lt;P&gt;LANGUAGE: EN or DE&lt;/P&gt;&lt;P&gt;PERSON IN CHARGE: your user id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Activate IDoc inbound processing, confirm with YES (to be done once for each system)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Refer to this blog .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/hema.rao/blog/2006/09/14/lsmw--step-by-step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 12:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/2499606#M564699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/2499607#M564700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SKK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not looking for the idoc programming through lsmw... i want to write a report program in the same fashion to upload the data.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone has sample program for this........or can anyone guide me how to write it plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 13:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/2499607#M564700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T13:01:59Z</dc:date>
    </item>
  </channel>
</rss>

