<?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: FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755580#M903500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAP User,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send the code, that would be helpful to tell you the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Abhijit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 10:04:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-30T10:04:36Z</dc:date>
    <item>
      <title>FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755579#M903499</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 have created a function module where in i have populated a workarea and an int table to display header n details data. both of them are populated but data is not being displayed. what is the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 09:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755579#M903499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T09:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755580#M903500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAP User,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send the code, that would be helpful to tell you the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Abhijit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 10:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755580#M903500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755581#M903501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ur work area must be declared under EXPORTING parameters(In function module) and internal table must be declared under TABLES parameters. &lt;/P&gt;&lt;P&gt;If u populate wa and internal table which are declared in function module then it will not be displayed. U have to declare these in FM interface i.e EXPORTING and TABLES tabs.&lt;/P&gt;&lt;P&gt;Check this and let me know if u still have problems. Also check whether u are clearing/Refreshing any where in the code after populating the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 10:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755581#M903501</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-04-30T10:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755582#M903502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;send me code are did u write the write stamtenet for o/p.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 10:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755582#M903502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T10:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755583#M903503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The workarea and int table are declared like in top include:&lt;/P&gt;&lt;P&gt;      z_material   LIKE zheader_data, &lt;/P&gt;&lt;P&gt;      z_components LIKE zdetails_data OCCURS 0 WITH HEADER LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and z_material is declared under exporting tab&lt;/P&gt;&lt;P&gt;      z_components under tables tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 10:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755583#M903503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T10:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755584#M903504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;change the name of exporting parameters and internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;than before endfunction assign values like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z_material_exp = z_material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z_components_exp[] = z_components[].  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 10:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755584#M903504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T10:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755585#M903505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;u declared ur parameters in top include which will take the preceedense. So change the name to some other and assign these values just before end of the FM source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z_material LIKE zheader_data, &lt;/P&gt;&lt;P&gt;z_components LIKE zdetails_data OCCURS 0 WITH HEADER LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and z_material1 declare under exporting tab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;z_components1 under tables tab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put this code at the end.&lt;/P&gt;&lt;P&gt;z_material1 = z_material.&lt;/P&gt;&lt;P&gt;z_components1[] = z_components[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But why are u taking 2 work areas and internal tables. U can&lt;/STRONG&gt; &lt;STRONG&gt;directly populate ur exporting and tables parameters.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 10:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm/m-p/3755585#M903505</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-04-30T10:51:53Z</dc:date>
    </item>
  </channel>
</rss>

