<?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: in creation of function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390753#M531609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can update the table through a FM by giving the table name and its field.&lt;/P&gt;&lt;P&gt;Be sure to use enqueue and dequeue so that when you are updaing the table then no one else must do the same.&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>Tue, 19 Jun 2007 11:25:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T11:25:52Z</dc:date>
    <item>
      <title>in creation of function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390748#M531604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;         i created one rfc enabled function module to update the database table agr_define. but, is it possible to create custom function module in updating the any database table by using one function module only by giving the table name and fileds of that table as input.&lt;/P&gt;&lt;P&gt;             please help me in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 11:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390748#M531604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: in creation of function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390749#M531605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, u can do it.&lt;/P&gt;&lt;P&gt;But u can pass the table(internal) itself and insert it using the function module. u dont need to pass the fields separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 11:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390749#M531605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T11:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: in creation of function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390750#M531606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this can be done. Take your table name as an input field of type tabname. You can probably take the field names and values as a name value pair internal table. And dynamically build your update query. This is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 11:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390750#M531606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T11:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: in creation of function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390751#M531607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We could update a table from the function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But take care that we should be locking and unlocking the object before and after updating respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 11:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390751#M531607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T11:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: in creation of function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390752#M531608</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;Yes u can do it.&lt;/P&gt;&lt;P&gt;In the source code u update the data base table by using BDC,or direct update to a database  table.&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>Tue, 19 Jun 2007 11:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390752#M531608</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-06-19T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: in creation of function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390753#M531609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can update the table through a FM by giving the table name and its field.&lt;/P&gt;&lt;P&gt;Be sure to use enqueue and dequeue so that when you are updaing the table then no one else must do the same.&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>Tue, 19 Jun 2007 11:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-creation-of-function-module/m-p/2390753#M531609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T11:25:52Z</dc:date>
    </item>
  </channel>
</rss>

