<?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: Coding In Driver program for smart forms. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853201#M1786701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the inputs. But I had created a Z structure and passed 2 internal tables for both the languages to the samrtform and there I had put conditions and reading the header. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/568/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/568/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumudwini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2014 14:29:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-17T14:29:03Z</dc:date>
    <item>
      <title>Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853178#M1786678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a following Requirement, So this is my smart form main window display(Enclosed in black rectangle).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/324405" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This is the table to fill the line items for a particular contract document,Here the first three columns are taken from a table say VBRP, and 4th and 6th column are taken form the table say KONV and 5 th coloumn is multiplication of 3 and 4. Now am passing an internal table say GT_XXX(eg: it has five rows.) from driver program to the smartform which has a similar structured table say GT_YYY to fill the main window.&lt;/P&gt;&lt;P&gt;1) Can you please help me on the code that i can use in driver program. &lt;/P&gt;&lt;P&gt;2)Also how can i link that table in driver program to smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 06:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853178#M1786678</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2013-11-15T06:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853179#M1786679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all create a staructure and its table type in SE11 for all the fields you want in output.&lt;/P&gt;&lt;P&gt;Then in your driver read data from VBRP, KONV table. LOOP at VBRP and combine data into output table which is of the type you created in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call samrtform and pass it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 06:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853179#M1786679</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-15T06:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853180#M1786680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;To link a table from driver program to Smart Form you need declare that table under Tables tab in Form Interface of smart form.&lt;/P&gt;&lt;P&gt;For displaying table contents: Create a table under Main Window and code according to your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 06:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853180#M1786680</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-11-15T06:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853181#M1786681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its all already done.&lt;/P&gt;&lt;P&gt;My question is when i code can i code like this,in driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets assume i have got all values form the database table to an internal table like GT_VBRP and GT_KONV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at GT_vbrp into wa_vbrp.&lt;/P&gt;&lt;P&gt;wa_ita-posnr = wa_vbrp-posnr.&lt;/P&gt;&lt;P&gt;wa_itab-xxx = wa_vbrp-xxx.&lt;/P&gt;&lt;P&gt;append wa_itab into gt_itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at GT_konv into wa_konv.&lt;/P&gt;&lt;P&gt;wa_itab-posnr = wa_konv-posnr.&lt;/P&gt;&lt;P&gt;wa_itab-xxx = wa_konv-xxx.&lt;/P&gt;&lt;P&gt;append wa_itab into gt_itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now lets say my table has 5 entries. Now i have passe it to smartforms through interface. Now how will make this linked to the table that i created in main window could you please explain with images.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 06:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853181#M1786681</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2013-11-15T06:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853182#M1786682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI satish ,&lt;/P&gt;&lt;P&gt; First of all create a structure of the internal table that you are using in the se11 and then create a table type for that structure. Then open your smartform in the &lt;STRONG&gt;Form Interface -&amp;gt; under import table -&amp;gt; create a local internal table of type table type that has been created.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then inside the main window , create a table -&amp;gt; draw a layout first and add the import parameters inside each cell .&lt;/P&gt;&lt;P&gt;Refer link to draw table in smartforms :&lt;A _jive_internal="true" href="https://answers.sap.com/message/3551682"&gt;http://scn.sap.com/message/3551682&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then inside the driver program write the SSF_Function_Module_name FM . refer the link &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/message/3915481"&gt;http://scn.sap.com/message/3915481&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before writing the driver program , first activate the smartform and use the above FM to call the smartform. You can pass the internal table to the import parameter that u have created earlier. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 06:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853182#M1786682</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2013-11-15T06:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853183#M1786683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already done as you told, My question how to link the internal from driver pgm to the table in smart form. Is there anything i have to do in&amp;nbsp; data tab of main window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853183#M1786683</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2013-11-15T07:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853184#M1786684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1. create a structure and table type based to the fields you need to fill in the smart form table&lt;/P&gt;&lt;P&gt;step 2 . Declare an internal table inside the form interface ,type has to be the table type created by you.&lt;/P&gt;&lt;P&gt;step 3 . Inside global definition of the&amp;nbsp; smartform declare the workarea for the already declared internal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table &lt;/P&gt;&lt;P&gt;Step4&amp;nbsp; :create a report program and fetch all the neccessary data into the internal table .&lt;/P&gt;&lt;P&gt;step5&amp;nbsp; :Execute smartform ,at that time you wil get a function module name,copy the function name&lt;/P&gt;&lt;P&gt;step6&amp;nbsp;&amp;nbsp; : call that function name inside the report program using the call function .&lt;/P&gt;&lt;P&gt;Step7 : execute the report program .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853184#M1786684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-15T07:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853185#M1786685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi siva, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply i have already done all the steps that u told, My question is differnt, Please go through the my replies above to nabheet and venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853185#M1786685</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2013-11-15T07:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853186#M1786686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Junned,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply i have already done all the steps that u told, My question is differnt, Please go through the my replies above to nabheet and venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853186#M1786686</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2013-11-15T07:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853187#M1786687</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;In smartform , form interface - &amp;gt; table tab, declare your table gt_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_itab type should be table type created in SE11. ( create structure and table type in SE11 for internal table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in driver program, when you call function module to trigger smartform, you could pass the internal table gt_itab in table paramters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Abirami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853187#M1786687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-15T07:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853188#M1786688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;basically you main winow table will also loop on these internal table. there you can specify which table data you want to loop on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853188#M1786688</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-15T07:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853189#M1786689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;In your driver program are you calling FM 'SSF_FUNCTION_MODULE_NAME' ? If not write logic something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*---call smartforms function module&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;call &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SSF_FUNCTION_MODULE_NAME'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exporting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; formname&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'&amp;lt;Your Form Name&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;importing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fm_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;fname&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exceptions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no_form&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no_function_module&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;others&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &amp;lt;&amp;gt; &lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;message &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgid &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgty &lt;SPAN class="L0S52"&gt;number &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgno&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgv1 sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgv2 sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgv3 sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;msgv4&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;fname&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_aufnr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;p_aufnr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_aufk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_aufk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_afko&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_afko&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;tables&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_line&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;=&amp;nbsp; &lt;/SPAN&gt;it_line&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FORMATTING_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTERNAL_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SEND_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER_CANCELED&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &amp;lt;&amp;gt; &lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;MSGID &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;MSGTY &lt;SPAN class="L0S52"&gt;NUMBER &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;MSGNO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;MSGV1 SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;MSGV2 SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;MSGV3 SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;MSGV4&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a structure in SE11 with fields as in your final internal table.&lt;/P&gt;&lt;P&gt;Now in your Smart Form under Tables tab in Form Interface declare a internal table with associated type as your global structure created in SE11 for your final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Venkat &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853189#M1786689</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-11-15T07:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853190#M1786690</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;In main window, you could create table and in data tab, you can specify like this:&lt;/P&gt;&lt;P&gt;check the internal table check box and give:&lt;/P&gt;&lt;P&gt;GT_ITAB INTO GS_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use GS_ITAB-field 1.... in text field to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Abirami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853190#M1786690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-15T07:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853191#M1786691</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;1. Declare table type in SE11 with all required fields(vbrp and konv)&lt;/P&gt;&lt;P&gt;2. Declare internal table with reference to Table type in driver program and smart form.&lt;/P&gt;&lt;P&gt;3. Populate internal table data from VBRP and KONV&lt;/P&gt;&lt;P&gt;4. pass the internal table to smartform table parameters &lt;/P&gt;&lt;P&gt;5. create table in main window in smartform&lt;/P&gt;&lt;P&gt;6. use table loop to process all fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link between VBRK/VBRP and KONV:&lt;/P&gt;&lt;P&gt;vbrk-knumv = konv-knumv &lt;/P&gt;&lt;P&gt;and pass condition type to konv-kschl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853191#M1786691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-15T07:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853192#M1786692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To export the internal table data from driver program to smartform and display it use the below steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Pass the Internal table to the Smartform Interface as -&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/324452" width="450" /&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Here IT_PRINT_VBPLK is populated in driver and via a SE11 structure(Z8CCTY_VBPLK) i pass the internal table value to smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Link the obtained table in 'data tab' of 'main window' as -&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/324453" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ask further if not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853192#M1786692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-15T07:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853193#M1786693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Satish,&lt;/P&gt;&lt;P&gt;Pass the import parameters to the smart form and then pass the same in the print program for ssf function module.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853193#M1786693</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2013-11-15T07:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853194#M1786694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;Are u asking for how to connect the driver internal table to smartform internal table .. ? please be specific&lt;/P&gt;&lt;P&gt;if that is your question then , after you create a table in smartform double click on it .. &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/324458" width="450" /&gt;&lt;/P&gt;&lt;P&gt;you can write the internal table name and the work area as mentioned in the box. then you could use it as &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/324459" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 07:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853194#M1786694</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2013-11-15T07:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853195#M1786695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya this is wat the information i was looking, Thank you soo much let me do this and get back to you for any issues &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1925/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853195#M1786695</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2013-11-15T08:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853196#M1786696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the information ,i was looking for this only, Thank you soo much let me do this and get back to you for any issues &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote jiveImage" src="https://community.sap.com/1925/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853196#M1786696</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2013-11-15T08:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Coding In Driver program for smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853197#M1786697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had done this already, had few doubts in data tab of the table. Now i got that too from few experts, let me try that and get back for any issues. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1925/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 08:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-driver-program-for-smart-forms/m-p/9853197#M1786697</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2013-11-15T08:44:06Z</dc:date>
    </item>
  </channel>
</rss>

