<?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: smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903395#M55624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have set up ACCOUNTDATA in the "Tables" section of the Form interface - it will have a header line and you don't need a work area - simply set up the loop to ACCOUNTDATA INTO ACCOUNTDATA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2005 14:06:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-23T14:06:54Z</dc:date>
    <item>
      <title>smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903389#M55618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in forms guys.  I have declared a text element to display data in the body of the form. The text element constitutes a field of the table which I loop into the  body of the form from the abap print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Accountdata  INTO WA_ACCOUNTDATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared the text element in the form as&lt;/P&gt;&lt;P&gt;WA_accountdata-zrate(field name) within &amp;amp; ______ &amp;amp;.&lt;/P&gt;&lt;P&gt;The program is fine with syntax but on execution it throws an error saying that wa_accountdata-zrate (the field declared in the body of the form) is not in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is puzzling as why it showing this error even though I have created the text element  and declared the variable within &amp;amp;_____&amp;amp; in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any leads and help is really appreciated.&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;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 19:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903389#M55618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T19:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903390#M55619</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;Instead of manually typing the fieldname within &amp;amp;...&amp;amp;,click field list on/off icon[nearer to form painter button].Then drag the field from the set of fields displayed below.If you declared it in global data,drag it from there.Otherwise,drag from the corresponding place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link to get an idea of smartform.&lt;/P&gt;&lt;P&gt;&lt;A href="https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap" target="test_blank"&gt;https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap&lt;/A&gt; code samples/smartforms/smartform in abap.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your problem is solved,reward points and close the thread.Otherwise,get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 03:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903390#M55619</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-22T03:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903391#M55620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am really not sure as what exactly are you trying to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;The text element constitutes a field of the table which I loop into the body of the form from the abap print program&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can you do this from the ABAP print program ??&lt;/P&gt;&lt;P&gt;It's a smartform right ? And not a Sapscript !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must do any loop within the smartform itself..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only call the generated Function Module from the print program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in the text element, you should select the variable name from the list of availbale variables ( Check the tool - icons ) while creating text element in smartform.&lt;/P&gt;&lt;P&gt;Rather than writing by yourself as &amp;amp;var_name&amp;amp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 03:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903391#M55620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-22T03:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903392#M55621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I tried that it did not work. &lt;/P&gt;&lt;P&gt;The error goes something like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference field WA_ACCOUNTDATA-ZRATE unknown in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field has been declared in the body of the form under the table node inside the main window. Using the table painter declared the line type and suppose to insert the variable for a field element in the body table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the abap print program code goes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;  select kposn kschl krech kawrt kbetr kwert from konv into table cdata&lt;/P&gt;&lt;P&gt;where knumv = p_knumv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    loop at cdata  into wac.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    case wac-kschl.&lt;/P&gt;&lt;P&gt;    when 'ZRAT'.&lt;/P&gt;&lt;P&gt;        MOVE wac-kbetr to accitab-zrate.&lt;/P&gt;&lt;P&gt;        MOVE wac-kwert to accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;      when 'ZRTC'.&lt;/P&gt;&lt;P&gt;        MOVE wac-kbetr to accitab-zrate.&lt;/P&gt;&lt;P&gt;        MOVE wac-kwert to accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;   endcase.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;         append accitab.&lt;/P&gt;&lt;P&gt;         endif.&lt;/P&gt;&lt;P&gt;    clear accitab-zamount.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function fm_name&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                archive_index        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                archive_parameters   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                control_parameters   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                mail_appl_obj        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                mail_recipient       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                mail_sender          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                output_options       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                user_settings        = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                    ZBALANCE   =  ZCURRENTTOTAL&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                 ZOVER30  = ZOVER30TOTAL&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                 ZOVER60 =  ZOVER60TOTAL&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                 ZOVER90 =  ZOVER90TOTAL&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                    ZTOTAL = ZTOTAL&lt;/P&gt;&lt;P&gt;                    zscan_code = scan_number&lt;/P&gt;&lt;P&gt;                    zpartner = bpartner&lt;/P&gt;&lt;P&gt;                    zbdate = bdate&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                bookings             = bookings&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     importing  document_output_info =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                job_output_info      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                job_output_options   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           tables&lt;/P&gt;&lt;P&gt;                    stribunecustomer     = customer&lt;/P&gt;&lt;P&gt;                    accountdata       = accitab&lt;/P&gt;&lt;P&gt;Here... in the debug mode I check and data is populated into accitab but nothing displays in accountdata. &lt;/P&gt;&lt;P&gt;Since the errors said that the field not found in the form, Do I need to check with the abap print program also??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,and this is where it stands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 13:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903392#M55621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-22T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903393#M55622</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;Instead of declaring that in the body of the form, declare it in Global definitions-Global data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is internal table,then &lt;/P&gt;&lt;P&gt;itab type standard table of mara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is workarea,then&lt;/P&gt;&lt;P&gt;wa type mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And regarding that accountdata,&lt;/P&gt;&lt;P&gt;If you are using a internal table without workarea in smartforms,you should pass internal table without workarea from the program.I already suggested the same in one of your previous posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for sample ABAP smartform.&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;/P&gt;&lt;P&gt;If it is useful,reward points and close the thread.Otherwise , get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 04:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903393#M55622</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-23T04:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903394#M55623</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;The declaration is same as we had discussed in the previous problem (data not looping into the body of the form and had a problem that 120 records were Not POPulating into the form ....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form interface&lt;/P&gt;&lt;P&gt;ACCOUNTDATA LIKE ZZACCOUNTDATA&lt;/P&gt;&lt;P&gt;Global definition&lt;/P&gt;&lt;P&gt;WA_ACCOUNTDATA TYPE ZZACCOUNTDATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's the same thing and I was able to identify the probelm to loop the data into the body. remember...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP At&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCOUNTDATA INTO WA_ACCOUNTDATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting the data from accitab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's the same nothing has changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCOUNTDATA IS AN itab with fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZDATEPRODUCTCODE&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZADNUMBER&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZDESCRIPTION&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZADSIZE&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZRATE&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZSUBTOTAL&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZAMOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the earlier case I had the problem populated zdateproductcode,zadnumber,zadsize into the body if you remember it was not looping into the form..&lt;/P&gt;&lt;P&gt;Now using a different query i have to populate the other fields zrate,zsubtotal, and zamount into the same workarea. &lt;/P&gt;&lt;P&gt;The data is loading into accitab AND STOPS I DO NOT SEE THE DATA IN ACCOUNTDATA. In the fields icon when I check i do find WA_ACCOUNTDATA AND THE FIELDS ZRATE,ZSUBTOTAL AND ZAMOUNT BUT WHEN I CALL THEM IN THE TEXT ELEMENT IN THE FIELD OF THE TABLE IS GIVES ME THE ERROR saying the reference field WA_ACCOUNTDATA-ZRATE not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE DECLARATION OF THE ACCITAB,ACCOUNTDATA,WA_ACCOUNTDATA IS SAME AS AND WHEN I HAD THE PREVIOUS PROBLEM. I HAVE NOT INCLUDED NEW WORKAREAS OR READING DATA INTO A NEW ITAB OR ANYTHING LIKE THAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you can get the issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 13:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903394#M55623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T13:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903395#M55624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have set up ACCOUNTDATA in the "Tables" section of the Form interface - it will have a header line and you don't need a work area - simply set up the loop to ACCOUNTDATA INTO ACCOUNTDATA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 14:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903395#M55624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T14:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903396#M55625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Nathan, it does not work that way. I have to read the data into the workarea and then populate it into the body.&lt;/P&gt;&lt;P&gt;The issue here is the field 'WA_ACCOUNTDATA-ZRATE' is not recognized in the form even though the global definition is showing the field name. Because using the same approach I am able to read the data from the other fields and populate into the text elements of the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understood the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 15:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903396#M55625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T15:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903397#M55626</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;Just wanna add few points to the above posting. &lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZRATE&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZSUBTOTAL&lt;/P&gt;&lt;P&gt;ACCOUNTDATA-ZAMOUNT&lt;/P&gt;&lt;P&gt;they are currency fields and the error is occurring for all these three fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting thing is, when I click the field icon,under WA_ACCOUNTDATA(declared under Global defintion)I do find these fields but error says the fields are unknown in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to share this point of the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhelp would be just great. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2005 17:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903397#M55626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-23T17:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903398#M55627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very sure that that problem is not because of the currency fields.It can also be dispalyed like normal fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned &amp;lt;b&amp;gt;'This field has been declared in the body of the form under the table node inside the main window.'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I told you to change the declaration in Global definitions-Global data.&lt;/P&gt;&lt;P&gt;I hope in that ZZACOUNTDATA structure also you added these three fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your coding part,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at cdata into wac.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case wac-kschl.&lt;/P&gt;&lt;P&gt;when 'ZRAT'.&lt;/P&gt;&lt;P&gt;MOVE wac-kbetr to accitab-zrate.&lt;/P&gt;&lt;P&gt;MOVE wac-kwert to accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;when 'ZRTC'.&lt;/P&gt;&lt;P&gt;MOVE wac-kbetr to accitab-zrate.&lt;/P&gt;&lt;P&gt;MOVE wac-kwert to accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;append accitab&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;clear accitab-zamount.&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;That's why I asked you to change it into internal table and workarea.You should declare accitab without explicit/implicit workarea.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;data : i_accitab type standard table of ZZACCOUNTDATA,"internal table&lt;/P&gt;&lt;P&gt;       w_accitab type ZZACCOUNTDATA."work area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that coding part should be,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at cdata into wac.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case wac-kschl.&lt;/P&gt;&lt;P&gt;when 'ZRAT'.&lt;/P&gt;&lt;P&gt;MOVE wac-kbetr to w_accitab-zrate.&lt;/P&gt;&lt;P&gt;MOVE wac-kwert to w_accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;when 'ZRTC'.&lt;/P&gt;&lt;P&gt;MOVE wac-kbetr to w_accitab-zrate.&lt;/P&gt;&lt;P&gt;MOVE wac-kwert to w_accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;*Here are you sure that you are passing fields for only four fields in i_accitab.Otherwise you should use read statement to read other feilds and then modify the record for other fields.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;append w_accitab to i_accitab&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;clear w_accitab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 04:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903398#M55627</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-24T04:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903399#M55628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry if I have created any confusion, I have declared WA_ACCOUNDATA in Global defintions.as.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_ACCOUNTDATA TYPE ZZACCOUNTDATA ( and zzaccountdata has these fields declared in them). I have called the particular field in the main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. But it not working. Even after including the workareas and itab it remains same. I am not able to understand how come it is not recognizing the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you could help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 15:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903399#M55628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T15:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903400#M55629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi santhosh,&lt;/P&gt;&lt;P&gt;  From the sbove discussion i understand that the problem is not with the smartforms, but with the structure/table ZZACCOUNTDATA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you have proper currency key for the three fields you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is a problem there then the data will not be transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2005 23:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903400#M55629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-24T23:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903401#M55630</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 think you smartform is ok.Check the reporting part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;data : i_accitab type standard table of ZZACCOUNTDATA,"internal table&lt;/P&gt;&lt;P&gt;w_accitab type ZZACCOUNTDATA."work area&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;So that coding part should be,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at cdata into wac.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case wac-kschl.&lt;/P&gt;&lt;P&gt;when 'ZRAT'.&lt;/P&gt;&lt;P&gt;MOVE wac-kbetr to w_accitab-zrate.&lt;/P&gt;&lt;P&gt;MOVE wac-kwert to w_accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;when 'ZRTC'.&lt;/P&gt;&lt;P&gt;MOVE wac-kbetr to w_accitab-zrate.&lt;/P&gt;&lt;P&gt;MOVE wac-kwert to w_accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;*Here are you sure that you are passing fields for only four fields in i_accitab.Otherwise you should use read statement to read other feilds and then modify the record for other fields.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;append w_accitab to i_accitab.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;clear w_accitab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 11:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903401#M55630</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-27T11:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903402#M55631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;you are right!!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out the area of problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I declare&lt;/P&gt;&lt;P&gt;data : i_accitab type standard table of  ZZACCOUNTDATA with header line, "internal table&lt;/P&gt;&lt;P&gt;w_accitab type ZZACCOUNTDATA."work area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and loop the data.... proceed further.&lt;/P&gt;&lt;P&gt;i_accitab is getting populated with data. but I am getting that error that WA_accountdata-zrate not found in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I declare &lt;/P&gt;&lt;P&gt;data : i_accitab type standard table of  ZZACCOUNTDATA  "internal table ( NO HEADER LINE)&lt;/P&gt;&lt;P&gt;w_accitab type ZZACCOUNTDATA."work area&lt;/P&gt;&lt;P&gt; then i_accitab is having no data i.e the fields are not getting populated. &lt;/P&gt;&lt;P&gt;but the error that WA_accountdata-zrate is solved , the form is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it lead to anything???. Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 14:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903402#M55631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903403#M55632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also.&lt;/P&gt;&lt;P&gt;information on the itable cdata is here.&lt;/P&gt;&lt;P&gt;types: begin of conditiondata,&lt;/P&gt;&lt;P&gt;         kposn type konv-kposn,&lt;/P&gt;&lt;P&gt;         kschl type konv-kschl,&lt;/P&gt;&lt;P&gt;         krech type konv-krech,&lt;/P&gt;&lt;P&gt;         kawrt type konv-kawrt,&lt;/P&gt;&lt;P&gt;         kbetr type konv-kbetr,&lt;/P&gt;&lt;P&gt;         kwert type konv-kwert,&lt;/P&gt;&lt;P&gt;        end of conditiondata.&lt;/P&gt;&lt;P&gt;data cdata type standard table of conditiondata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the query statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kposn kschl krech kawrt kbetr kwert from&lt;/P&gt;&lt;P&gt;konv into table cdata where knumv = p_knumv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at cdata  into wac.&lt;/P&gt;&lt;P&gt;proceed .........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 14:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903403#M55632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T14:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903404#M55633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;NOTE!!!!!!&lt;/P&gt;&lt;P&gt;HERE IS THE LATEST CODE FOR THIS PART OF THE PROGRAM .IGNORE EVERTHING ELSE AND HERE IS THE CODE i HAVE BEEN WORKING ON LATELY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of conditiondata,&lt;/P&gt;&lt;P&gt;         kposn type konv-kposn,&lt;/P&gt;&lt;P&gt;         kschl type konv-kschl,&lt;/P&gt;&lt;P&gt;         krech type konv-krech,&lt;/P&gt;&lt;P&gt;         kawrt type konv-kawrt,&lt;/P&gt;&lt;P&gt;         kbetr type konv-kbetr,&lt;/P&gt;&lt;P&gt;         kwert type konv-kwert,&lt;/P&gt;&lt;P&gt;        end of conditiondata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data cdata type standard table of conditiondata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wac type conditiondata,&lt;/P&gt;&lt;P&gt;      accitab type standard table of zzaccountdata,&lt;/P&gt;&lt;P&gt;        w_accitab type zzaccountdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kposn kschl krech kawrt kbetr kwert from&lt;/P&gt;&lt;P&gt;konv into table cdata where knumv = p_knumv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    loop at cdata  into wac.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    case wac-kschl.&lt;/P&gt;&lt;P&gt;    when 'ZRAT'.&lt;/P&gt;&lt;P&gt;        MOVE wac-kbetr to w_accitab-zrate.&lt;/P&gt;&lt;P&gt;        MOVE wac-kwert to w_accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;      when 'ZRTC'.&lt;/P&gt;&lt;P&gt;        MOVE wac-kbetr to w_accitab-zrate.&lt;/P&gt;&lt;P&gt;        MOVE wac-kwert to w_accitab-zsubtotal.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;    if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      append w_accitab to accitab (DATA GETS POPULATED INTO ACCITAB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;    clear w_accitab.&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS OF NOW I AM POPULATING THE FOUR FIELDS OF ACCITAB. FROM THESE I NEED TO WORK MY WAY TO POPULATE THE OTHER FIELDS LATER ON...&lt;/P&gt;&lt;P&gt;SO I HAVE TO GET THIS RIGHT AS OF NOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE ERROR THAT IAM GETTING IS THE  SAME 'WA_ACCOUNTDATA-ZRATE IS UNKNOWN IN THE FORM'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE FOR YOUR HELP. I TOTALY UNAWARE AS WHERE THE ERROR IS OCCURING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I AM CHECKING THE CODE IN THE FUNCTION MODULE OF THE FORM BY PUTTING BREAK POINTS THERE AND TRYING TO FIND THE ERROR, NO USE!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 15:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903404#M55633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T15:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903405#M55634</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;Now you corrected the report.ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE ERROR THAT IAM GETTING IS THE SAME 'WA_ACCOUNTDATA-ZRATE IS UNKNOWN IN THE FORM'.&lt;/P&gt;&lt;P&gt;The error now comes in smartform part.&lt;/P&gt;&lt;P&gt;I hope after that coding which you had given here,I think you are using function module with table parameter&lt;/P&gt;&lt;P&gt;...= accitab...Am I right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so,do the following in smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;In Form Interface,tables declaration&lt;/P&gt;&lt;P&gt;accountdata like zzaccountdata&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Then only it can take the table values from report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;In Global definition,&lt;/P&gt;&lt;P&gt;in Global data&lt;/P&gt;&lt;P&gt;WA_ACCOUNTDATA type zzaccountdata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then loop at accountdata into wa_accountdata.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Hope this solves the problem.If so,reward points and close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 08:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903405#M55634</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-06-28T08:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903406#M55635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a common problem in displaying amounts in Smartforms. Always when you want to display any amount field then in the Global Definitions declare a type of the currency field and in the definitions declare a variable of that type. In your code in the smartform move the internal table value to this variable before displaying it. This is what I do... A common problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 08:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903406#M55635</guid>
      <dc:creator>sudhindra_chandrashekar</dc:creator>
      <dc:date>2005-06-28T08:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903407#M55636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jayanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did figure the problem out and solved it. I really appreciate your time and helping me out here. I di already declare the form interface and global defintion but it did help me. no questions on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I shall be rewarding the points to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the dynamic table declared in the 'main window'&lt;/P&gt;&lt;P&gt;and I am looping the data into the table and displayed in the body of the form. &lt;/P&gt;&lt;P&gt;When the data gets displayed, the line space between the data in the form is big. &amp;lt;b&amp;gt;How to reduce the space between the lines in the form? where can I adjust the line spacing?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second question,&lt;/P&gt;&lt;P&gt;there are some fields that take value '0.00' for the currency fields as and when the this data is transfered into the form it draws a blank. nothing displays. &amp;lt;b&amp;gt;How to display the zero values that the field pulls from the table into the form.&amp;lt;/b&amp;gt;The value is pulled into the internal table in the print program but is not displayed in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 16:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903407#M55636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T16:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903408#M55637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Sudhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You came in at the right time. Your info certainly helped. I shall be rewarding points to you too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i have two questions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the dynamic table declared in the 'main window'&lt;/P&gt;&lt;P&gt;and I am looping the data into the table and displayed in the body of the form. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;When the data gets displayed, the line space between the data in the form is big. How to reduce the space between the lines in the form? where can I adjust the line spacing?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Second question,&lt;/P&gt;&lt;P&gt;there are some fields that take value '0.00' for the currency fields as and when the this data is transfered into the form it draws a blank. nothing displays. &amp;lt;b&amp;gt;How to display the zero values that the field pulls from the table into the form.The value is pulled into the internal table in the print program but is not displayed in the form.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2005 16:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/903408#M55637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-28T16:04:18Z</dc:date>
    </item>
  </channel>
</rss>

