<?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 pointers and data references in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-and-data-references/m-p/2004405#M408425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have stored in a variable called var the name of a field. var = noms-n1. I want to assign something in noms-n1 which is the var I use. &lt;/P&gt;&lt;P&gt;var can have different values like noms-n2,noms-n3 etc.. The assignment done should be dinamic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table I use is noms which is composed by n1,n2,n3 etc..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 14:23:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T14:23:08Z</dc:date>
    <item>
      <title>pointers and data references</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-and-data-references/m-p/2004405#M408425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have stored in a variable called var the name of a field. var = noms-n1. I want to assign something in noms-n1 which is the var I use. &lt;/P&gt;&lt;P&gt;var can have different values like noms-n2,noms-n3 etc.. The assignment done should be dinamic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table I use is noms which is composed by n1,n2,n3 etc..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-and-data-references/m-p/2004405#M408425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T14:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: pointers and data references</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-and-data-references/m-p/2004406#M408426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field symbols: &amp;lt;fs_var&amp;gt; type any.&lt;/P&gt;&lt;P&gt;data: var type char40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign var to &amp;lt;fs_var&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;&amp;lt;fs_var&amp;gt; = YOUR VALUE.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-and-data-references/m-p/2004406#M408426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T14:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: pointers and data references</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-and-data-references/m-p/2004407#M408427</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; This can be done using Field Symbols, where in u can assign the structure field dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT fieldname(n1,n2,n3) OF noms TO &amp;lt;field_symbol&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pointers-and-data-references/m-p/2004407#M408427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T14:32:40Z</dc:date>
    </item>
  </channel>
</rss>

