<?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: smartform Export internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795937#M40449</link>
    <description>&lt;P&gt;Ok,  in that case define a table type in the dictionary (SE11-&amp;gt;Structure,  SAE11-&amp;gt;Table Type) and then define that as an exporting parameter on your form interface.&lt;/P&gt;&lt;P&gt;The form interface is already an import/export interface because you get information about the document output,  the job created etc etc.&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;</description>
    <pubDate>Fri, 01 Feb 2019 08:31:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-02-01T08:31:49Z</dc:date>
    <item>
      <title>smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795932#M40444</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
  &lt;P&gt;I want to know that how can i export internal table in smartform. I am calling smartform in my program using ssf_function_module_name. &lt;/P&gt;
  &lt;P&gt;What i want is i have an internal table in my program which i passed through calling '/1bdcxyz/abcd..' this function module under this smartform form interface i define a internal table "it_tab_sf" and in that internal table all the calculation is done. now i want this "it_tab_sf" table data into my program. how i do this.&lt;/P&gt;
  &lt;P&gt;if i need to export this table then pls suggest how to export this table.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 10:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795932#M40444</guid>
      <dc:creator>amysh95</dc:creator>
      <dc:date>2019-01-31T10:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795933#M40445</link>
      <description>&lt;P&gt;If this smartform is a custom smartform then you can define your table as a table parameter by clicking the form attributes node in the global settings for the form.&lt;/P&gt;&lt;P&gt;However,  you should be using function module SSF_FUNCTION_MODULE_NAME to get the name of the function module to call since that may change from system to system.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 13:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795933#M40445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-01-31T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795934#M40446</link>
      <description>&lt;P&gt;So you want to fill an internal table in your program and pass it to the smart form, and you have already defined the parameter in the Smart Form interface. In fact, it seems that you are describing the solution ! Could you explain what exact issue you have?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 13:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795934#M40446</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-01-31T13:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795935#M40447</link>
      <description>&lt;P&gt;If it_tab_sf referred to custom local table type, then you need to create a table type in SE11 and use to smartform.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 13:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795935#M40447</guid>
      <dc:creator>srikanthnalluri</dc:creator>
      <dc:date>2019-01-31T13:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795936#M40448</link>
      <description>&lt;P&gt;that means in form interface table tab is used for both import and export parameter.&lt;/P&gt;&lt;P&gt;Is this what you mean to say? I am not familiar with this i am new in sap.&lt;/P&gt;&lt;P&gt;Actually i want that internal table to export from smartform to my driver program.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 06:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795936#M40448</guid>
      <dc:creator>amysh95</dc:creator>
      <dc:date>2019-02-01T06:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795937#M40449</link>
      <description>&lt;P&gt;Ok,  in that case define a table type in the dictionary (SE11-&amp;gt;Structure,  SAE11-&amp;gt;Table Type) and then define that as an exporting parameter on your form interface.&lt;/P&gt;&lt;P&gt;The form interface is already an import/export interface because you get information about the document output,  the job created etc etc.&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 08:31:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795937#M40449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-02-01T08:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795938#M40450</link>
      <description>&lt;A href="https://answers.sap.com/users/497039/amysh95.html"&gt;aman sharma&lt;/A&gt; Why calculating things in the smart form? I advise you to transfer the smart form logic to your driver program as far as possible. It will help you a lot if you have to move to other technologies like Adobe forms.</description>
      <pubDate>Fri, 01 Feb 2019 08:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795938#M40450</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-02-01T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795939#M40451</link>
      <description>&lt;P&gt;Good point&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 09:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795939#M40451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-02-01T09:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795940#M40452</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt;  thanx for the advice i did as you said and   &lt;SPAN class="mention-scrubbed"&gt;richard.harper&lt;/SPAN&gt;  thnx i solved my issue. thnx for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 17:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795940#M40452</guid>
      <dc:creator>amysh95</dc:creator>
      <dc:date>2019-02-05T17:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: smartform Export internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795941#M40453</link>
      <description>&lt;P&gt;Thanks for the feedback. Please mark his answer as Accepted and close the question.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 18:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-export-internal-table/m-p/795941#M40453</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-02-05T18:57:20Z</dc:date>
    </item>
  </channel>
</rss>

