<?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 variable values not getting displayed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802805#M2025052</link>
    <description>&lt;P&gt;I have to add text as shown below to already existing window containing text1.&lt;/P&gt;&lt;P&gt;I have added but&lt;STRONG&gt; I can not see the text value upon execution.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I tried to add to the existing text it is working fine &lt;STRONG&gt;which I don't want.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want to add it as new text element as I have to place condition for its visibility on smartform.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2216726-image.png" /&gt;&lt;/P&gt;&lt;P&gt;What all possible reasons could be there for text not getting displayed. &lt;/P&gt;&lt;P&gt;when I added text element to another window it is working fine there as we can see for the amount in USD and INR. &lt;/P&gt;&lt;P&gt;But for this specific window, the text value is not getting displayed.&lt;/P&gt;&lt;P&gt;is there any chance that&lt;STRONG&gt; there is overlapping of two windows&lt;/STRONG&gt; due to which it is not displaying.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 21:47:26 GMT</pubDate>
    <dc:creator>pashasapcha</dc:creator>
    <dc:date>2023-10-12T21:47:26Z</dc:date>
    <item>
      <title>smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802801#M2025048</link>
      <description>&lt;P&gt;Hi Gurus , &lt;/P&gt;
  &lt;P&gt;I want to display 2 values of currency on smartform .&lt;/P&gt;
  &lt;P&gt;I have done all the calcuations on the driver program and value is coming in the variables lv_usd and lv_inr&lt;/P&gt;
  &lt;P&gt;I have created text to the already existing window and wrote the code as follows&lt;/P&gt;
  &lt;P&gt; Payable Amount: &amp;amp;LV_USD&amp;amp;&lt;/P&gt;
  &lt;P&gt; Receivable Amount: &amp;amp;LV_INR&amp;amp;&lt;/P&gt;
  &lt;P&gt; FORM INTERFACE&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2216702-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2216703-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2216704-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;tHE below is the calling smartform from driver program showing variables.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2216705-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt; The issue is that the variables instead of giving the value that they hold it simply showing variable names.&lt;/P&gt;
  &lt;P&gt;NB: There is no code at the smartform, Everything is in the driver program.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 12:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802801#M2025048</guid>
      <dc:creator>pashasapcha</dc:creator>
      <dc:date>2023-10-12T12:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802802#M2025049</link>
      <description>&lt;P&gt;No idea why you are using those funny vampires but the correct format is &amp;amp;VARIABLE&amp;amp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 12:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802802#M2025049</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2023-10-12T12:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802803#M2025050</link>
      <description>Suggestions&lt;UL&gt;&lt;LI&gt;Add correctly the field to text element (&amp;amp;LV_USD&amp;amp; or use insert)&lt;/LI&gt;&lt;LI&gt;Consider also attaching currency codes (defined as constants of type cuky in your case)  to the fields (the reference column in curr/quan fields tab)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 12 Oct 2023 14:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802803#M2025050</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-10-12T14:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802804#M2025051</link>
      <description>&lt;P&gt;That's the way Sap Script save special characters in ITF / long texts&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;double comma (,,)  ampersand (&amp;amp;) , formattings like Less than ( &amp;lt; ) , &lt;STRONG&gt;BOLD, &lt;STRONG&gt;Underline.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 12 Oct 2023 15:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802804#M2025051</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-10-12T15:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802805#M2025052</link>
      <description>&lt;P&gt;I have to add text as shown below to already existing window containing text1.&lt;/P&gt;&lt;P&gt;I have added but&lt;STRONG&gt; I can not see the text value upon execution.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I tried to add to the existing text it is working fine &lt;STRONG&gt;which I don't want.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want to add it as new text element as I have to place condition for its visibility on smartform.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2216726-image.png" /&gt;&lt;/P&gt;&lt;P&gt;What all possible reasons could be there for text not getting displayed. &lt;/P&gt;&lt;P&gt;when I added text element to another window it is working fine there as we can see for the amount in USD and INR. &lt;/P&gt;&lt;P&gt;But for this specific window, the text value is not getting displayed.&lt;/P&gt;&lt;P&gt;is there any chance that&lt;STRONG&gt; there is overlapping of two windows&lt;/STRONG&gt; due to which it is not displaying.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 21:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802805#M2025052</guid>
      <dc:creator>pashasapcha</dc:creator>
      <dc:date>2023-10-12T21:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802806#M2025053</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;pashasapcha&lt;/SPAN&gt; Try to look around, in the screen, not just at the text itself, do you see the "conditions" tab? (unfortunately you have truncated your screenshot). It means that the field is displayed only if this condition is true.&lt;/P&gt;&lt;P&gt;Also, if you search the forum and blog posts (and also Smart Forms documentation of course), you'll quickly find information about this conditions tab.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 03:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802806#M2025053</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-10-13T03:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802807#M2025054</link>
      <description>&lt;P&gt;I am sorry for placing the wrong screenshot. Basically, it was not working with out condition also. I know it is very basic. I don't know why it is not getting displayed. &lt;/P&gt;&lt;P&gt;the text&lt;STRONG&gt; please refer below for amount details&lt;/STRONG&gt; should be displayed after the text in TEXT1 which is not happening.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2216733-image.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2216731-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 04:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802807#M2025054</guid>
      <dc:creator>pashasapcha</dc:creator>
      <dc:date>2023-10-13T04:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802808#M2025055</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;pashasapcha&lt;/SPAN&gt; Impossible to help as I don't have access to your system. Debug your Smart Form and you'll understand what's going on.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 09:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802808#M2025055</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-10-13T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms variable values not getting displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802809#M2025056</link>
      <description>&lt;P&gt;&lt;A href="https://community.sap.com/search/?ct=blog&amp;amp;q=How%20to%20debug%20a%20smartform"&gt;How to debug a smartform&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 12:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-variable-values-not-getting-displayed/m-p/12802809#M2025056</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-10-13T12:31:38Z</dc:date>
    </item>
  </channel>
</rss>

