<?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: dynamic naming for screen fields possible? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-naming-for-screen-fields-possible/m-p/2906878#M683859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, solved on this one, with minor changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be: assign (txt_file) to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and not: assign txt_file to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(note the parenthesis)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2007 14:53:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-19T14:53:34Z</dc:date>
    <item>
      <title>dynamic naming for screen fields possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-naming-for-screen-fields-possible/m-p/2906876#M683857</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 trying to loop through some screen fields, and hence need to dynamically name the fields. I use the following codes, but it gave me an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********************************&lt;/P&gt;&lt;P&gt;IF MAND_CHECK = 'X' AND (TXT_FILE) IS INITIAL. &lt;/P&gt;&lt;P&gt;"TXT_FILE is a variable that contains the name of the screen field.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;SET CURSOR FIELD TXT_FILE.&lt;/P&gt;&lt;P&gt;"TXT_FILE is a variable that contains the name of the screen field.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;*********************************&lt;/P&gt;&lt;P&gt;Error: Fehlerhafter logischer Ausdruck "(TXT_FILE)": Nach "(".......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 12:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-naming-for-screen-fields-possible/m-p/2906876#M683857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T12:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic naming for screen fields possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-naming-for-screen-fields-possible/m-p/2906877#M683858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;fs&amp;gt; type any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign txt_file to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if mand_check eq 'X' and &amp;lt;fs&amp;gt; is initial.&lt;/P&gt;&lt;P&gt;  :&lt;/P&gt;&lt;P&gt;  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 14:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-naming-for-screen-fields-possible/m-p/2906877#M683858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T14:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic naming for screen fields possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-naming-for-screen-fields-possible/m-p/2906878#M683859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, solved on this one, with minor changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be: assign (txt_file) to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and not: assign txt_file to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(note the parenthesis)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 14:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-naming-for-screen-fields-possible/m-p/2906878#M683859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T14:53:34Z</dc:date>
    </item>
  </channel>
</rss>

