<?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 Type declarations in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247104#M1828829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am making an SMARTFORMS and i have a problem. I have declarated a dictionary structure and, in the importing parameters, I would like to pass a table like this structure. If I declare this parmeter like importing parameter , i have an error when I try to activate it. If I declare this parameter like table parameter, I have other error. How can I declare it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2014 14:58:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-21T14:58:41Z</dc:date>
    <item>
      <title>Type declarations in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247104#M1828829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am making an SMARTFORMS and i have a problem. I have declarated a dictionary structure and, in the importing parameters, I would like to pass a table like this structure. If I declare this parmeter like importing parameter , i have an error when I try to activate it. If I declare this parameter like table parameter, I have other error. How can I declare it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 14:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247104#M1828829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-21T14:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Type declarations in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247105#M1828830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a&amp;nbsp; table type of you structure ( based on in se11 )&amp;nbsp; in the dictionnary than give it as a type for you parameter , so you can give a table as importing parameter &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/437301" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 15:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247105#M1828830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-21T15:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Type declarations in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247106#M1828831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to define the type as 'Table Type' as shown in the screen shot by Hicham above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in Form Interface declare it in 'Tables' tab instead of 'Import' tab since it is a Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The declaration in 'Table' tab will look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_TEMP like Z_TABLE_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note - You need to define the same paramter in the driver program also from where Smartform is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 15:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247106#M1828831</guid>
      <dc:creator>vikas_mulay2</dc:creator>
      <dc:date>2014-04-21T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Type declarations in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247107#M1828832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before posting a question on SCN I'd just look at the standard Smartforms and see how it's done there. E.g. the invoice form LB_BIL_INVOICE&lt;SPAN style="font-family: mceinline;"&gt; is an example of a very complex declaration.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 17:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247107#M1828832</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2014-04-21T17:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Type declarations in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247108#M1828833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are a lot of examples delivered all are starting with &lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;SF_EXAMPLE_&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here is the link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_470/helpdata/en/4b/effd38fbea022ee10000000a114084/content.htm?frameset=/en/81/485eb4d94f11d3968f00a0c930660b/frameset.htm" title="http://help.sap.com/saphelp_470/helpdata/en/4b/effd38fbea022ee10000000a114084/content.htm?frameset=/en/81/485eb4d94f11d3968f00a0c930660b/frameset.htm"&gt;Introduction - SAP Smart Forms (BC-SRV-SSF) - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you work through that and also through the official help you will get your problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you needn't a dictionary table type to pass it to your smartform.&lt;/P&gt;&lt;P&gt;Just thought about to take TYPE TABLE OF in the importing-tab? Just like you do with an internal table in your report...&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/748/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Florian&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PS: Would be a cool thing if you can work through this blog here&lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/748/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A __default_attr="105929" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Before You Ask - Just another guide" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PPS: The correct space for this question is&lt;STRONG&gt; &lt;A __default_attr="2176" __jive_macro_name="community" class="jive_macro_community jive_macro" data-orig-content="Output Management" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 20:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-declarations-in-smartforms/m-p/10247108#M1828833</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2014-04-21T20:34:38Z</dc:date>
    </item>
  </channel>
</rss>

