<?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: Inbound Idoc Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465684#M832976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you can do is create a FM in SE37 and write a code in it just as you write to do a normal update of the database.You could use the FM BAP_TRANSACTION_COMMIT to carry out the update after you have transferred all the relevant data to an internal table.&lt;/P&gt;&lt;P&gt;Also you could refer to the FM IDOC_INPUT_DESADV1 which is for DELVRY05 basic idoc type.Sometime back I had used this FM.Maybe it could be of some help.Also you could check out the different process codes and their logic in WE64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 10:34:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T10:34:24Z</dc:date>
    <item>
      <title>Inbound Idoc Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465680#M832972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having custom idoc (Customer Idoc) requirement to send from sender to receiver system. So i have made all the configuration &amp;amp; Programming part in the sender system, but now i am facing the problem when i am going to create an inbound idoc FM. This is the first time i am dealing with the inbound method.So please help me out how to create the FM for the customer related data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465680#M832972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465681#M832973</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;Instead of creating a new FM just try using the FM 'MASTER_IDOC_DISTRIBUTE' for the idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 10:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465681#M832973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T10:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465682#M832974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the FM 'MASTER_IDOC_DISTRIBUTE' to trigger the idoc in the sending system. Now my requirement is to update the Z DB table when the idoc is passed to the receiver system. So for that i need to create the process code in the WE42, in that i need to use the option " Processing by FM". So for that reason i need to create the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting what is the logic written in the FM in inbound idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 10:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465682#M832974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T10:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465683#M832975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you need to read the content of the idoc segements after that validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In side the Function you need to Validate the data. If every thing fine then update your ZDB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the standard inbound FM.&lt;/P&gt;&lt;P&gt;IDOC_INPUT_ORDERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your interface should be similar to the above fm, copy and modify the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 10:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465683#M832975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T10:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Idoc Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465684#M832976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you can do is create a FM in SE37 and write a code in it just as you write to do a normal update of the database.You could use the FM BAP_TRANSACTION_COMMIT to carry out the update after you have transferred all the relevant data to an internal table.&lt;/P&gt;&lt;P&gt;Also you could refer to the FM IDOC_INPUT_DESADV1 which is for DELVRY05 basic idoc type.Sometime back I had used this FM.Maybe it could be of some help.Also you could check out the different process codes and their logic in WE64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 10:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-function-module/m-p/3465684#M832976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T10:34:24Z</dc:date>
    </item>
  </channel>
</rss>

