<?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: want to display table control from function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-display-table-control-from-function-module/m-p/4102597#M981053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;       Even i have also faced the same problem without any  great reason.You just activate the main program from object navigator and make sure that the work area you have declared and all the includes belong to the main program got activated and come out of the program.Then again go to se80 open your program and start creating a table control with wizard type now.I am sure the system will respond in a proper way after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more thing:Make sure you have declared the work area in TOP include of that funtion group instead of declaring in Fucntion moule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vignswaran S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 17:15:45 GMT</pubDate>
    <dc:creator>former_member491305</dc:creator>
    <dc:date>2008-06-25T17:15:45Z</dc:date>
    <item>
      <title>want to display table control from function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-display-table-control-from-function-module/m-p/4102595#M981051</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;I have defined one screen inside function module.&lt;/P&gt;&lt;P&gt;and this screen is having table control on it, now I want to display one internal table that using that table control and that table data I am fatching in function module.&lt;/P&gt;&lt;P&gt;so Now I am trying to generate the table control using wizard, I am providing the internal table name, here it accepts the table name but probelm is with workarea,&lt;/P&gt;&lt;P&gt;it's not accepting the work area which I have defined in FM as well the top include of function pool, but still I am getting the error like workarea does not exist...&lt;/P&gt;&lt;P&gt;Can anybody tell me where I was wrong??&lt;/P&gt;&lt;P&gt;I tried to generate table control without wizard also, but same problem with workarea...&lt;/P&gt;&lt;P&gt;can anybody help me??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 11:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-display-table-control-from-function-module/m-p/4102595#M981051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T11:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: want to display table control from function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-display-table-control-from-function-module/m-p/4102596#M981052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to capture the import parameters, put the table control in a report and call the report from the FM like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION Z_RFKORD11.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local interface:&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(RKONTO) LIKE  BKORM-KONTO&lt;/P&gt;&lt;P&gt;*"     REFERENCE(BUDAT01) LIKE  RF140-DATU1&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT ZRFKORD11&lt;/P&gt;&lt;P&gt;  WITH RKONTO = RKONTO&lt;/P&gt;&lt;P&gt;  WITH BUDAT01 = BUDAT01&lt;/P&gt;&lt;P&gt;  AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 16:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-display-table-control-from-function-module/m-p/4102596#M981052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: want to display table control from function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-display-table-control-from-function-module/m-p/4102597#M981053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;       Even i have also faced the same problem without any  great reason.You just activate the main program from object navigator and make sure that the work area you have declared and all the includes belong to the main program got activated and come out of the program.Then again go to se80 open your program and start creating a table control with wizard type now.I am sure the system will respond in a proper way after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one more thing:Make sure you have declared the work area in TOP include of that funtion group instead of declaring in Fucntion moule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vignswaran S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 17:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-display-table-control-from-function-module/m-p/4102597#M981053</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2008-06-25T17:15:45Z</dc:date>
    </item>
  </channel>
</rss>

