<?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/1383621#M186970</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 coding, create 3 text elements (for example opp, Opa &amp;amp; Oco) and use value of INOC1 as a condition to print the correct one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt; Hannu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2006 00:23:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-10T00:23:05Z</dc:date>
    <item>
      <title>Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383616#M186965</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;    Could u please send me the Details&lt;/P&gt;&lt;P&gt;  my problem is actually i fetch the data from some tables and store in one field i.e &amp;lt;b&amp;gt;Inco1&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;in my smartforms Myrequirement point of view&lt;/P&gt;&lt;P&gt;      if INOC1 = "opp", Print "FOB Origin-Prepay"&lt;/P&gt;&lt;P&gt;      if INCO1 = "Opa", Print "FOB Origin-Prepay&amp;amp;Add"&lt;/P&gt;&lt;P&gt;      if INCO1 = "Oco", Print "FOB ORigin-Collect"&lt;/P&gt;&lt;P&gt;in Smart forms&lt;/P&gt;&lt;P&gt;for I have witten Like this&lt;/P&gt;&lt;P&gt;Data:value(10) type c.&lt;/P&gt;&lt;P&gt;if INOC1 = "opp", &lt;/P&gt;&lt;P&gt;Value = "FOB Origin-Prepay"&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if INCO1 = "Opa"&lt;/P&gt;&lt;P&gt;Value = "FOB Origin-Prepay&amp;amp;Add"&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;in Text I have call like this &amp;amp;value&amp;amp;&lt;/P&gt;&lt;P&gt;but it showing some error message like use Select-options Here&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;Srinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 10:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383616#M186965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-08T10:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383617#M186966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinu&lt;/P&gt;&lt;P&gt;Have you declared data in Global Definitions. If this is not the case, firstly declare variables of data statement in Glaobal Definition. Then in Code's General attribute tab declare this variable as input parameter.&lt;/P&gt;&lt;P&gt;If this doesnt rectify you problem reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 10:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383617#M186966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-08T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383618#M186967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinu,&lt;/P&gt;&lt;P&gt;   In order to display the value in the Script, the variable has to be declared globally. You have declared it locally in the program lines part. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the Global declaration in that declare the variable &amp;lt;b&amp;gt;"value"&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;value             type                char10&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your value will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 10:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383618#M186967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-08T10:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383619#M186968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Declare the variable VALUE TYPE CHAR10 in the GLOBAL DATA tab and place your code in INITILIZATION tab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 10:56:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383619#M186968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-08T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383620#M186969</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 PROGRAM LINE node to solve your problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 12:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383620#M186969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-08T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383621#M186970</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 coding, create 3 text elements (for example opp, Opa &amp;amp; Oco) and use value of INOC1 as a condition to print the correct one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt; Hannu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 00:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1383621#M186970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T00:23:05Z</dc:date>
    </item>
  </channel>
</rss>

