<?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: Smart forms --- Currency problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002510#M76817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The display of date format depends upon the user default.&lt;/P&gt;&lt;P&gt;Check the date format for the user in SU01D. It should be the one you would like to have. The type of the field GS_LINE-DATE must be DATE. Do not remember whether you have to log off and login again to affect the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2005 07:50:32 GMT</pubDate>
    <dc:creator>Vinod_Chandran</dc:creator>
    <dc:date>2005-10-06T07:50:32Z</dc:date>
    <item>
      <title>Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002503#M76810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, My friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for disturb you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who  was using smart forms for report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I met a problem about currency ,How to put the minus sign to the front of money in smart forms. How to configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in adavance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking forward to your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 07:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002503#M76810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T07:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002504#M76811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest method is&lt;/P&gt;&lt;P&gt;concatenate '-' amount into a variable, and then display this variable in the smart form .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use this method to modify your internal table (your internal table should have this variable as a field).Now loop and write it in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Binoo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB: Award points if it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 07:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002504#M76811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T07:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002505#M76812</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;Use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;VBAK-NETWR(&amp;lt;)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the SET SIGN LEFT command put the sign on the left side of all numeric value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 07:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002505#M76812</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-10-06T07:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002506#M76813</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;use this piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if p_amount ca '-'.&lt;/P&gt;&lt;P&gt;    replace '-' with '' into p_amount.&lt;/P&gt;&lt;P&gt;    concatenate '-' p_amount into p_amount.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can write this in command lines before displaying the amount. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope ur problem will be solved with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 07:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002506#M76813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T07:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002507#M76814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Binoo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your methods are good. but it is not fitable for smart forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just you can only write the output variable like follwing format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;GS_LINE-DMBTR(&amp;lt;)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's enough to insure the right output format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 07:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002507#M76814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T07:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002508#M76815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly assign points to helpful answers and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 07:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002508#M76815</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-10-06T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002509#M76816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you good at smart forms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna ask you another question about Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to output the date. I have converted date format like 20050930&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i output the day ( &amp;amp;GS_LINE-DATE+6(2)), the wrong format is displayed like 9.3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date became 2005.09.03 in Smart forms, So wrong format was displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 07:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002509#M76816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T07:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002510#M76817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The display of date format depends upon the user default.&lt;/P&gt;&lt;P&gt;Check the date format for the user in SU01D. It should be the one you would like to have. The type of the field GS_LINE-DATE must be DATE. Do not remember whether you have to log off and login again to affect the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 07:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002510#M76817</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-10-06T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002511#M76818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vinon&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I want to display the day of bldat LIKE bkpf-bldat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the configuration of end user is different. So My requirement is that day is right in any configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally it 's right in ABAP programming. But in smartforms i can not solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I writed the field into another variable , which type is like SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you understand what i said, maybe my comments are not distiguished.&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;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 08:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002511#M76818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002512#M76819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that you want to display the date in a particular format irrespective of the user setting. For this you need to move the date to another variable using the command WRITE and using a format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: w_bldat(8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE bldat TO w_bldat DD/MM/YY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then display the field w_bldat in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 08:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002512#M76819</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-10-06T08:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Smart forms --- Currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002513#M76820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined reference field in currency/quantity tab of smart foms global definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i deleted these referece field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't use the syntax &amp;amp; GS_LINE-dmbtr(&amp;lt;)&amp;amp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i done, the system popup a warning, some field is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 08:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-currency-problem/m-p/1002513#M76820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-07T08:12:10Z</dc:date>
    </item>
  </channel>
</rss>

