<?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: smartform- text alignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170069#M122839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont change the type of variable,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can condense the variable before showing into the text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to take care of your window size also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2006 11:52:59 GMT</pubDate>
    <dc:creator>alex_m</dc:creator>
    <dc:date>2006-01-10T11:52:59Z</dc:date>
    <item>
      <title>smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170061#M122831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody please help? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a global data in smartform say &amp;#147;revenue&amp;#148; which is of data type &amp;#147;CURR&amp;#148;, length 28 and decimal place 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the content of  &amp;#147;revenue&amp;#148; I have a text element . Although I have set the Paragraph formats in the text element to be &amp;#147;Helve 10 (left)&amp;#148;, the content of &amp;#147;revenue&amp;#148; always displayed very closed to the right hand side in the cell,seeminly the content is right aligned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 09:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170061#M122831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T09:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170062#M122832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the left margin for the paragraph type in SMARTSTYLES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In text element go to the text editor check thare is any space you r gave in left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not get back me with detail steps of your creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 09:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170062#M122832</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2006-01-10T09:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170063#M122833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked Text Editor,there is no space left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following values are set in Text: &lt;/P&gt;&lt;P&gt;The text type: Text Element&lt;/P&gt;&lt;P&gt;Start Time: New Paragraph&lt;/P&gt;&lt;P&gt;Paragrap Formats: Helve 10 (left)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variabl "revenue" is created in Global Definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 09:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170063#M122833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T09:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170064#M122834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Heather,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple way is to have a character field of sufficient length(28) (As char field is left justified, revenue value will be left aligned)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 09:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170064#M122834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T09:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170065#M122835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enter a transaction code SMARTSTYLES and create a paragraph P1 and assign the propeties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Alignment, font name, font size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a smartform for the text element select the output option, here u assign the smartstyles name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Text editor u have P1 and assign that, it will work it out i think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 09:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170065#M122835</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2006-01-10T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170066#M122836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also check, whats the window size for the text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert me still u have issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 09:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170066#M122836</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2006-01-10T09:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170067#M122837</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 the alignment of previous text element before the revenue text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes if it is left alignment,even the left alignment of revenue seems to come as right aligned.But actually it is left aligned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that and kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 09:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170067#M122837</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-01-10T09:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170068#M122838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for ur reply, I have already checked that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem is with the data type which I used CRMT_ACT_CURRENCY  to define "revenue",when I change the data type from CRMT_ACT_CURRENCY to Text 10, the problem solved.However, as "revenue" contains the total revenue, I don't think it's a good idea to change the data type. You have any idea on it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,thank you for your solution, I will try that, but I need to ask my mentor if I can create something in the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 10:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170068#M122838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T10:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170069#M122839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont change the type of variable,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can condense the variable before showing into the text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to take care of your window size also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 11:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170069#M122839</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2006-01-10T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170070#M122840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The window size is fine as I put the revenue in a template, I think I will condense the variable length.&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;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 02:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170070#M122840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T02:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: smartform- text alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170071#M122841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your issue solved, please close the thread and assign the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 06:10:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-alignment/m-p/1170071#M122841</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2006-01-11T06:10:21Z</dc:date>
    </item>
  </channel>
</rss>

