<?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: Alignment problem in smartforms. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745226#M1302285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;yes it is possible ...&lt;/P&gt;&lt;P&gt;put a condition if value is not initial then print else dont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1280290"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1275612"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2009 09:09:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-08T09:09:33Z</dc:date>
    <item>
      <title>Alignment problem in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745225#M1302284</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 am getting the values of ECS, ECESS, SECESS, VAT etc. My requirement is If my ECS value is not there then it should be print next value. &lt;/P&gt;&lt;P&gt;Eg. I am printing &lt;/P&gt;&lt;P&gt;ECS			-	value 4&lt;/P&gt;&lt;P&gt;ECESS 		- 	value 1&lt;/P&gt;&lt;P&gt;SECESS 		-	&lt;/P&gt;&lt;P&gt;VAT			-	&lt;/P&gt;&lt;P&gt;Discount		-	10&lt;/P&gt;&lt;P&gt;In above case SECESS / VAT value is zero, In I/P to be print&lt;/P&gt;&lt;P&gt;ECS			-	value 4&lt;/P&gt;&lt;P&gt;ECESS			-	value 1&lt;/P&gt;&lt;P&gt;Discount		-	10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible in Smartform?? &lt;/P&gt;&lt;P&gt;If yes then please provide me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 09:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745225#M1302284</guid>
      <dc:creator>ashish_shah5</dc:creator>
      <dc:date>2009-06-08T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment problem in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745226#M1302285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;yes it is possible ...&lt;/P&gt;&lt;P&gt;put a condition if value is not initial then print else dont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1280290"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1275612"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 09:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745226#M1302285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T09:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment problem in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745227#M1302286</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 the text window you have a condition tab.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TEXTWINDOW -&amp;gt; CONDITIONS TAB&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Give the condition saying &lt;/P&gt;&lt;P&gt;VAT &amp;lt;&amp;gt; ' '&lt;/P&gt;&lt;P&gt;while it is printing it will first check the condition and then print so that you'll get the exact value as you need.&lt;/P&gt;&lt;P&gt;If VAT is empty it will print the next item .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Sarves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 09:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745227#M1302286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T09:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment problem in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745228#M1302287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can put conditions in smartforms (look at sap documentation for [Determining Output Conditions|http://help.sap.com/saphelp_nw70/helpdata/EN/fa/0c1456d30111d3b568006094192fe3/frameset.htm])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 09:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745228#M1302287</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-06-08T09:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment problem in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745229#M1302288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible in smartform.&lt;/P&gt;&lt;P&gt;Whatever tax element is there just put the condition  value &amp;lt;&amp;gt; 0 in the conditions tab of text node.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 09:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745229#M1302288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T09:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment problem in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745230#M1302289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx for everone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used condition but it is leaving blank space. &lt;/P&gt;&lt;P&gt;I dont want to leave a blank space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 09:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745230#M1302289</guid>
      <dc:creator>ashish_shah5</dc:creator>
      <dc:date>2009-06-08T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment problem in smartforms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745231#M1302290</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;For this you need to take all the values&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;text 1
ECS - value 4 In the same text window condition tab give the condition not initial.
text 2
ECESS - value 1
text 3
SECESS -
text 4
VAT -
text 5
Discount - 10&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to even give the constant value also in the same window, if not it will print the you the heading that is VAT and leaves the value as space.&lt;/P&gt;&lt;P&gt;Just check whether you have given the heading and the corresponding value in the same text window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these snapshots: [ConditionTab|https://wiki.sdn.sap.com/wiki/download/attachments/1710/untitled1.PNG]&lt;/P&gt;&lt;P&gt;[TextWindow|https://wiki.sdn.sap.com/wiki/download/attachments/1710/untitled.PNG]&lt;/P&gt;&lt;P&gt;Data i'm sending into the table &lt;/P&gt;&lt;P&gt;[Data to internal table|https://wiki.sdn.sap.com/wiki/download/attachments/1710/data.PNG]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Sarves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 09:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-problem-in-smartforms/m-p/5745231#M1302290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T09:42:19Z</dc:date>
    </item>
  </channel>
</rss>

