<?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 custom IDOC  function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488085#M838684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a custom idoc and attached a process code to it. The proceesing function module, reads values from the idoc and inserts into a database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is will this function module be invoked simultaneously? If so, should I first lock the table before inserting and then unlock it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2008 11:03:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-12T11:03:26Z</dc:date>
    <item>
      <title>Inbound custom IDOC  function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488085#M838684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a custom idoc and attached a process code to it. The proceesing function module, reads values from the idoc and inserts into a database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is will this function module be invoked simultaneously? If so, should I first lock the table before inserting and then unlock it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 11:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488085#M838684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T11:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound custom IDOC  function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488086#M838685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sneha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When an inbound Idoc is posted into SAP, through process code function module gets picked up and executed. Are you updating the custom table or standard table through your logic? then we can decide on next option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Savitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 11:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488086#M838685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T11:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound custom IDOC  function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488087#M838686</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 soon as the idoc reaches SAP, it will trigger the function module you have connected through process code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is used only by your function module no need to lock the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always good to lock the table before updating the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Baburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 11:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488087#M838686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound custom IDOC  function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488088#M838687</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 far as I know, the function module will take care of the locking and unlocking of the db tables.&lt;/P&gt;&lt;P&gt;As soon as the idoc comes to SAP, the inbound FM is triggered and it will automatically update the database.&lt;/P&gt;&lt;P&gt;&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>Wed, 12 Mar 2008 11:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-custom-idoc-function-module/m-p/3488088#M838687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T11:41:19Z</dc:date>
    </item>
  </channel>
</rss>

