<?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: on idea abt smart forms :( in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273610#M150950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi, i didnt get you there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumana , thanks for the link .. but it didnt help &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2006 10:55:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-20T10:55:30Z</dc:date>
    <item>
      <title>on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273601#M150941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have this program which i want to do with smart forms..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER cid TYPE sbook-carrid.&lt;/P&gt;&lt;P&gt;DATA it_bookings TYPE ty_bookings.&lt;/P&gt;&lt;P&gt;DATA wa TYPE sbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data num type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_UMERFUNCTIONMODULE1'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    carrid         = cid&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    my_bookings    = it_bookings&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    bad_carrier_id = 1&lt;/P&gt;&lt;P&gt;    OTHERS         = 2.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  MESSAGE a001(zumr).&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  LOOP AT it_bookings INTO wa.&lt;/P&gt;&lt;P&gt;    WRITE: / wa-bookid,&lt;/P&gt;&lt;P&gt;             wa-order_date.&lt;/P&gt;&lt;P&gt;    HIDE: wa-bookid, wa-order_date.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION z_umerfunctionmodule1.&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;*"     VALUE(CARRID) LIKE  SBOOK-CARRID&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(MY_BOOKINGS) TYPE  TY_BOOKINGS&lt;/P&gt;&lt;P&gt;*"  EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"      BAD_CARRIER_ID&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data count type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select count( distinct bookid ) from sbook into count where carrid =&lt;/P&gt;&lt;P&gt;carrid.&lt;/P&gt;&lt;P&gt;    if count = 0.&lt;/P&gt;&lt;P&gt;      raise BAD_CARRIER_ID.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select * from sbook into table my_bookings where carrid = carrid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  sort my_bookings by order_Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write : / count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if anyone can spare their time , i wud be mpre than welcome..thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 06:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273601#M150941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T06:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273602#M150942</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 guess you are just starting on SMART Forms. The example you are trying is not a case where SMART Forms is generally used. It is used to take print outs of business documents like orders, invoices etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the following links which provide you more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the demo programs and smartforms SF_EXAMPLE_*&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;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 06:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273602#M150942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T06:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273603#M150943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI dahar,&lt;/P&gt;&lt;P&gt; goto &amp;lt;b&amp;gt;smartforms&amp;lt;/b&amp;gt; transaction..&lt;/P&gt;&lt;P&gt; create a smartform and inside that create a TABLES node..&lt;/P&gt;&lt;P&gt; just create a tables type in the SMARTFORMS and then &lt;/P&gt;&lt;P&gt; use the same in the TABLES node in the form..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; copy the function module name from the menu..&lt;/P&gt;&lt;P&gt; ENVIRONMENT-&amp;gt;FUNCTION MODULE NAME..&lt;/P&gt;&lt;P&gt; use the name and call it from your program..&lt;/P&gt;&lt;P&gt; in that pass your internal table..&lt;/P&gt;&lt;P&gt; it will be looped and displayed automatically..&lt;/P&gt;&lt;P&gt; check the foll. liknk to get an idea on smartforms..&lt;/P&gt;&lt;P&gt; &amp;lt;a href="http://www.sapgenie.com/abap/smartforms.htm"&amp;gt;http://www.sapgenie.com/abap/smartforms.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 06:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273603#M150943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T06:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273604#M150944</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;GOOD&lt;/P&gt;&lt;P&gt;AS YOU HAVE MENTIONED THAT YOU WANT TO DO THIS IN SMART FORM IT IS VERY EASY BUT YOU HAVE NOT METIONED YOUR REQUREIENTS IN DETAIL.&lt;/P&gt;&lt;P&gt;ANYWAY GO THROUGH THIS LINKS I HOPE THIS WILL HELP YOU TO UNDERSTAND THE SMARTFORM BETTER TO WORK WITH.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_detail.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_detail.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/WWW.SAPPOINT.COM" target="test_blank"&gt;WWW.SAPPOINT.COM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci846990,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci846990,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE TCODE TO START THE SMARTFORMS IS SMARTFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 06:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273604#M150944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T06:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273605#M150945</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;Check this SMART FORMS help, here it is given in detail step by step,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 06:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273605#M150945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T06:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273606#M150946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a internal table in my abap program(my_bookings). &lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;|_ MY_BOOKINGS TYPE TY_BOOKINGS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i process it as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM sbook INTO TABLE my_bookings WHERE carrid = cid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(where 'cid' is a parameter defined, in the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i pass this internal table(my_bookings) to the smartform(thru the 'tables' tab of the form interface&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;|_  MY_BOOKINGS TYPE TY_BOOKINGS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have made a work area 'wa_book' in the global definition of the type sbook&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;|_ wa_book TYPE sbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i create a table node and in the 'data' tab i do this,&lt;/P&gt;&lt;P&gt;|&lt;/P&gt;&lt;P&gt;|_ MY_BOOKINGS INTO wa_book.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i define a table line and then a text(cell) . In the text i am outputting  &amp;amp;wa_book-bookid&amp;amp; &amp;amp;wa_book-order_date&amp;amp;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;THE CALLING PROGRAM&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: fm_name TYPE rs38l_fnam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;At the end of your program.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Passing data to SMARTFORMS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    formname                 = 'ZSMART'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VARIANT                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIRECT_CALL              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    fm_name                  = fm_name&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    no_form                  = 1&lt;/P&gt;&lt;P&gt;    no_function_module       = 2&lt;/P&gt;&lt;P&gt;    OTHERS                   = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  WRITE: / 'ERROR 1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION fm_name&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;  my_bookings = my_bookings&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    formatting_error           = 1&lt;/P&gt;&lt;P&gt;    internal_error             = 2&lt;/P&gt;&lt;P&gt;    send_error                 = 3&lt;/P&gt;&lt;P&gt;    user_canceled              = 4&lt;/P&gt;&lt;P&gt;    OTHERS                     = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run it i am getting &amp;amp;&amp;lt;b&amp;gt;wa_book-bookid&amp;amp; &amp;amp;wa_book-order_date&amp;amp;&amp;lt;/b&amp;gt; as the output instead of the original field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i am well comprehended by you all. help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shehryar Dahar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 07:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273606#M150946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T07:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273607#M150947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what am i doing wrong ?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 07:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273607#M150947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T07:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273608#M150948</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;Don't type in the field names there, drag and drop from the field list, on to the text element. You can get the field list by clicking on the second button from the right on the toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 08:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273608#M150948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T08:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273609#M150949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shehryar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I think this link would help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&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;Sumana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 08:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273609#M150949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T08:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273610#M150950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi, i didnt get you there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumana , thanks for the link .. but it didnt help &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 10:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273610#M150950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T10:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273611#M150951</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;You would have typed the name of the field from which you want to display the value, right. Instead of typing the name, expand the FIELD LIST and drag and drop the field from which you want to pick up the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 11:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273611#M150951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T11:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: on idea abt smart forms :(</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273612#M150952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks ravi ... it works perfectly fine..!!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 14:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/on-idea-abt-smart-forms/m-p/1273612#M150952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T14:11:35Z</dc:date>
    </item>
  </channel>
</rss>

