<?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: Two internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285356#M497929</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;to make a fuction module as remote enabled function module just goto that function module and click on attributes section -&amp;gt; select remote enabled radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then Fm acts as remote enabled fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 11:25:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-18T11:25:03Z</dc:date>
    <item>
      <title>Two internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285355#M497928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it required to have two internal table while writing RFCs, function modules. If so then itab and itab2 is for what purposes?&lt;/P&gt;&lt;P&gt;And I wonder how you begin to write a function module?&lt;/P&gt;&lt;P&gt;An easy question but required for a good start.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 11:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285355#M497928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T11:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Two internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285356#M497929</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;to make a fuction module as remote enabled function module just goto that function module and click on attributes section -&amp;gt; select remote enabled radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then Fm acts as remote enabled fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 11:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285356#M497929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T11:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Two internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285357#M497930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;internal table is not mandatory for RFC Function module... if you want to pass multiple values then use RFC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mandtory : check remote enabled function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 11:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285357#M497930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T11:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Two internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285358#M497931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Let us suppose the data is coming throguh middle ware (like tibco or XI) throguh flat file. They mapped the fields and RFC are called by middle ware. Already we passed the required structures (suppose in FI bbkpf and bbseg are structures). Now we will take 2 internal tables and pass those 2 strucutres data into corresponding internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I wonder how you begin to write a function module?&lt;/P&gt;&lt;P&gt;First move that data from structures to internal tabels and then do the validations and then post the data into SAP by required t-code.&lt;/P&gt;&lt;P&gt;Hope this helps you. Reply for queries, shall post the updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.  &lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 11:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285358#M497931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T11:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Two internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285359#M497932</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;--&amp;gt; It is not required (mandatory) to have two internal table while writing RFCs, Function Modules.&lt;/P&gt;&lt;P&gt;--&amp;gt; To write a RFC Function Module &lt;/P&gt;&lt;P&gt;      go to --&amp;gt; SE37 --&amp;gt; write Function Module name --&amp;gt; Create --&amp;gt; In Attributes tab --&amp;gt; Choose "Remote-Enabled Module"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to make RFC function moudle Choose "Normal Function Module"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF function module is RFC Function module :&lt;/P&gt;&lt;P&gt;Give Import Parameters &amp;amp; tick Optional and Pass Value&lt;/P&gt;&lt;P&gt;Give Export Parameters &amp;amp; tick Pass Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write your code accordingly, &amp;amp; activate Function module, Function Group and its includes in the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points, if helpful&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 13:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-internal-table/m-p/2285359#M497932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T13:23:41Z</dc:date>
    </item>
  </channel>
</rss>

