<?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/3299230#M789666</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 if statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;amp;wa_likp-lifnr&amp;amp; is initial.&lt;/P&gt;&lt;P&gt;Vendor : space(15) PoNo : &amp;amp;ekpo-ebeln&amp;amp;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;Vendor : &amp;amp;wa_likp-lifnr&amp;amp; PoNo : &amp;amp;ekpo-ebeln&amp;amp;&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 06:03:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T06:03:48Z</dc:date>
    <item>
      <title>Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299228#M789664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartforms, text editor i have text follwed by fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like Vendor : &amp;amp;wa_likp-lifnr&amp;amp;    PoNo : &amp;amp;ekpo-ebeln&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the same line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the vendor No. is not available the PO Number is comes near to vendor. But i want to be in the same place where i write in text editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299228#M789664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299229#M789665</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;  If no data exist, it will automatically condense the data and displays.&lt;/P&gt;&lt;P&gt;so try like this.&lt;/P&gt;&lt;P&gt;concatenate all these values into a string and display.&lt;/P&gt;&lt;P&gt;concatenation means dont use concatenate statement. &lt;/P&gt;&lt;P&gt;assign directly to field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Data:  l_f_string  type char30.&lt;/P&gt;&lt;P&gt;l_f_string = wa_likp-lifnr.  (if lifnr is 10 digits)&lt;/P&gt;&lt;P&gt;l_f_string+10(10) = 'PoNo : '.&lt;/P&gt;&lt;P&gt;l_f_string+20(10) = ekpo-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;display l_f_string n the text editor as &amp;amp;l_f_string&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 05:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299229#M789665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T05:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299230#M789666</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 if statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;amp;wa_likp-lifnr&amp;amp; is initial.&lt;/P&gt;&lt;P&gt;Vendor : space(15) PoNo : &amp;amp;ekpo-ebeln&amp;amp;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;Vendor : &amp;amp;wa_likp-lifnr&amp;amp; PoNo : &amp;amp;ekpo-ebeln&amp;amp;&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 06:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299230#M789666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T06:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299231#M789667</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 can use a template with 4 defined cells. The first and third cell can have the display text and second and fourth cell can contain the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way the display text will be placed at the same position irrespective of the data values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 06:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299231#M789667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T06:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299232#M789668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;Try to do this using Table painter. So, that you dont get such problems.In the table, you take 2 cells.In that cells give your field names as Text.&lt;/P&gt;&lt;P&gt;Select the table frame, which doesnt give border lines.&lt;/P&gt;&lt;P&gt;So that your rwquirement will be fulfilled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 06:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3299232#M789668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T06:09:03Z</dc:date>
    </item>
  </channel>
</rss>

