<?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 based Data Source problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286875#M1724624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ENTER did the work. Now I managed to save the data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &amp;amp; regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2013 08:39:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-01T08:39:28Z</dc:date>
    <item>
      <title>FM based Data Source problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286868#M1724617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;I made a function group ZFGROUP and function module ZFMODUL like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;FUNCTION ZFMODUL&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;*"----------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;*"*"Local Interface:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;*"&amp;nbsp; EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VALUE(ZFINTTBL) TYPE&amp;nbsp; ZFINTTABLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S31" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;*"----------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;select &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;distinct &lt;/SPAN&gt;*&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;from&amp;nbsp; &lt;/SPAN&gt;DFMCA_RETURN&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;into &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;table &lt;/SPAN&gt;ZFINTTBL&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;where &lt;/SPAN&gt;REVENUE_TYPE &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;'DNPV'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;ENDFUNCTION&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;ZFINTTABLE is a table type defined in SE11. It has the same structure as DFMCA_RETURN (some table). For a test i just want to select distinct records from that table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;The module works fine when I call it from ABAP program:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp; Report&amp;nbsp; ZTEST20130227&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;REPORT&amp;nbsp; &lt;/SPAN&gt;ZTEST20130227&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;data&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;X &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;ZFINTTABLE&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X_line &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;X&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;call &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZFMODUL' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;importing &lt;/SPAN&gt;ZFINTTBL &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;X&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;data &lt;/SPAN&gt;n &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;i&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; n &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;X &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;X_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;write&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ X_line&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TAXPAYER&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;X_line&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;FBNUM&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; n &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;n + &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;endloop&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;write&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ &lt;SPAN class="L0S33"&gt;'Konec programa, število zapisov = '&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;n&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;But when &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;I try to use it as a base for data source&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;, i get the error "The specified table does not exist" (see attached file).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;Can anybody tell me what is wrong ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286868#M1724617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-28T15:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: FM based Data Source problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286869#M1724618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are doing this development for Late Payment Interest Charges- FINT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DFMCA_RETURN is a standard SAP Table available within R/3 SAP systems depending on your version and release level, possibly this table is accessible in you system or not it depends on some condition.&lt;/P&gt;&lt;P&gt;Find more on &lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://help.sap.com/saphelp_nw70/helpdata/en/c1/c5b1f0db4e42ae8d8ff07b73b0c592/frameset.htm" title="http://help.sap.com/saphelp_nw70/helpdata/en/c1/c5b1f0db4e42ae8d8ff07b73b0c592/frameset.htm"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/c1/c5b1f0db4e42ae8d8ff07b73b0c592/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arpit Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286869#M1724618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-28T15:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: FM based Data Source problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286870#M1724619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In RSO2 you must fill the 2 fields function module name AND structure for the DataSource, of course you must first click on extraction by FM and do not play with the other options... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the FM must have a defined signature to be allowed as Datasouce, Usually we copy the&amp;nbsp; sample FM&amp;nbsp; RSAX_BIW_GET_DATA_SIMPLE to customernamespace, like Z_XXXX and adapt the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(More information is available at help.sap.com like &lt;A href="http://help.sap.com/saphelp_crm700_ehp02/helpdata/EN/4a/1dcf5341e51b42e10000000a42189c/content.htm"&gt;Maintaining Generic DataSources&lt;/A&gt;.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286870#M1724619</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-02-28T15:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: FM based Data Source problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286871#M1724620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Now I copied the RSAX_BIW_GET_DATA_SIMPLE module into ZFMODUL1, function group ZFGROUP. But when I try to adapt it according to intformation written in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_crm700_ehp02/helpdata/EN/86/1c8c3e94243446e10000000a114084/content.htm"&gt;http://help.sap.com/saphelp_crm700_ehp02/helpdata/EN/86/1c8c3e94243446e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I get the message TABLE parameters are obsolete (Capture2.png) and from now on I can't edit the module anymore.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/190886" width="450" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Miran&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 07:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286871#M1724620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-01T07:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: FM based Data Source problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286872#M1724621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Don't use your Table Type in the TABLE tab, but the structure behind (&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit;"&gt;DFMCA_RETURN). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit;"&gt;Ignore Warnings (BW used to use TABLE parameter, and it should be a long time before SAP changes it. ) And don't forget to copy TOP include too.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Raymond&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286872#M1724621</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-03-01T08:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: FM based Data Source problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286873#M1724622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, but when I replace SFLIGHT with DFMCA_RETURN (in the field "Associated type") ,&lt;/P&gt;&lt;P&gt;I get the message "TABLES parameters are obsolete". After that I am not able to save, activate nor edit the module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286873#M1724622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-01T08:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: FM based Data Source problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286874#M1724623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your version, for me it is a warning message... Just press ENTER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286874#M1724623</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-03-01T08:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: FM based Data Source problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286875#M1724624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ENTER did the work. Now I managed to save the data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &amp;amp; regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-based-data-source-problem/m-p/9286875#M1724624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-01T08:39:28Z</dc:date>
    </item>
  </channel>
</rss>

