<?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: Field Symbol : Value assignment problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990436#M1493920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal ,&lt;/P&gt;&lt;P&gt;What is your question.&lt;/P&gt;&lt;P&gt;Please elaborate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still ,&lt;/P&gt;&lt;P&gt;The error is in this line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT G_FNAME OF STRUCTURE &amp;lt;FS_DYN_WA&amp;gt; TO &amp;lt;FS_FLDVAL&amp;gt;. " MENGE&lt;/P&gt;&lt;P&gt;ASSIGN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_FNAME should be a field name from structure value contained in &amp;lt;FS_DYN_WA&amp;gt; , but it seems that you have moved a value instead of field name in G_FNAME. So thats the reason , it is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: UmaDave on Jun 21, 2010 5:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jun 2010 03:52:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-21T03:52:39Z</dc:date>
    <item>
      <title>Field Symbol : Value assignment problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990434#M1493918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is regarding below mentioned code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  G_FVALUE = WA_MSEG-MEINS.      "G_MEINS.                                       " line 1&lt;/P&gt;&lt;P&gt;  ASSIGN COMPONENT 'MEINS' OF STRUCTURE &amp;lt;FS_DYN_WA&amp;gt; TO&lt;/P&gt;&lt;P&gt;  &amp;lt;FS_FLDVAL&amp;gt;.                                             " MEINS&lt;/P&gt;&lt;P&gt;  &amp;lt;FS_FLDVAL&amp;gt; = WA_MSEG-MEINS.    "G_FVALUE.                                 "line 4  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR G_FVALUE.&lt;/P&gt;&lt;P&gt;  CLEAR G_FNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  G_FVALUE = G_QTY.&lt;/P&gt;&lt;P&gt;  G_FVALUE1 = G_QTY.&lt;/P&gt;&lt;P&gt;  G_FNAME = WA_MSEG-BLDAT.                                              " value is 20100424                      " start Problem code&lt;/P&gt;&lt;P&gt;  ASSIGN COMPONENT G_FNAME OF STRUCTURE &amp;lt;FS_DYN_WA&amp;gt; TO &amp;lt;FS_FLDVAL&amp;gt;.                                          " MENGE&lt;/P&gt;&lt;P&gt;  ASSIGN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 06:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990434#M1493918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T06:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Field Symbol : Value assignment problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990435#M1493919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your below line of code G_FNAME will have value 20100424.&lt;/P&gt;&lt;P&gt;G_FNAME = WA_MSEG-BLDAT. " value is 20100424 " start Problem code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on below line of code, you are assigning component 20100424 OF STRUCTURE &amp;lt;FS_DYN_WA&amp;gt; .&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT G_FNAME OF STRUCTURE &amp;lt;FS_DYN_WA&amp;gt; TO &amp;lt;FS_FLDVAL&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure G_FNAME has the name of the field that your are assigning and not the value of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 03:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990435#M1493919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T03:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field Symbol : Value assignment problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990436#M1493920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal ,&lt;/P&gt;&lt;P&gt;What is your question.&lt;/P&gt;&lt;P&gt;Please elaborate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still ,&lt;/P&gt;&lt;P&gt;The error is in this line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT G_FNAME OF STRUCTURE &amp;lt;FS_DYN_WA&amp;gt; TO &amp;lt;FS_FLDVAL&amp;gt;. " MENGE&lt;/P&gt;&lt;P&gt;ASSIGN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_FNAME should be a field name from structure value contained in &amp;lt;FS_DYN_WA&amp;gt; , but it seems that you have moved a value instead of field name in G_FNAME. So thats the reason , it is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: UmaDave on Jun 21, 2010 5:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 03:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990436#M1493920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T03:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Field Symbol : Value assignment problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990437#M1493921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually there was some problem while posting and line of code is missing in the post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_FVALUE = G_QTY.&lt;/P&gt;&lt;P&gt;G_FVALUE1 = G_QTY.&lt;/P&gt;&lt;P&gt;G_FNAME = WA_MSEG-BLDAT. " value is 20100424 " start Problem code&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT G_FNAME OF STRUCTURE &amp;lt;FS_DYN_WA&amp;gt; TO &amp;lt;FS_FLDVAL&amp;gt;. " MENGE&lt;/P&gt;&lt;P&gt;ASSIGN G_QTY to &amp;lt;FS_FLDVAL&amp;gt;.             " Value not getting assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the last line to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;FS_FLDVAL&amp;gt; = G_QTY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it started assigning the values to the dynamic field of &amp;lt;FS_DYN_WA&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vishal Jindal on Jun 21, 2010 6:19 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 04:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990437#M1493921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-21T04:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field Symbol : Value assignment problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990438#M1493922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anwered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 10:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-value-assignment-problem/m-p/6990438#M1493922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-03T10:03:11Z</dc:date>
    </item>
  </channel>
</rss>

