<?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: How to get reference for internal table fields? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278942#M1723749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a run time error is occurring while executing this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&amp;lt;fs&amp;gt; = "Pass code value here(Ex: 11)."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and internal table is also not appending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 06:58:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-11T06:58:46Z</dc:date>
    <item>
      <title>How to get reference for internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278939#M1723746</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 have z table with fields like&amp;nbsp; empno&amp;nbsp;&amp;nbsp;&amp;nbsp; date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7777&amp;nbsp;&amp;nbsp; 06-02-13&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my itab1 having the fields like&amp;nbsp; empno ,&amp;nbsp; d_01 ,d_02 ,.....d_31.(date from 01 to 31).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my report i have to move the field 'code' of my 'z table' to my internal table 'itab1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i had completed up to this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE sdat+6(2) to var.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE var to d.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate 'd_' d into xx.&lt;/P&gt;&lt;P&gt;xx=d_06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to use field symbols here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me clear that how to append the code value to my itab1.&lt;/P&gt;&lt;P&gt;like,&lt;/P&gt;&lt;P&gt;empno&amp;nbsp;&amp;nbsp; d_01 d_02 ... d_06 ...d_31&lt;/P&gt;&lt;P&gt;7777&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 11:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278939#M1723746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get reference for internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278940#M1723747</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;Please check below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;MOVE sdat+6(2) to var.&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE var to d.&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate 'ITAB1-D_' d into xx.&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;ASSIGN (XX)&amp;nbsp; TO &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&amp;lt;fs&amp;gt; = "Pass code value here(Ex: 11).&lt;/P&gt;&lt;P&gt;append itab1.&lt;/P&gt;&lt;P&gt;clear itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;Sivaji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 12:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278940#M1723747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T12:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get reference for internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278941#M1723748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(FAQ) Press F1 on &lt;A href="http://help.sap.com/abapdocu_731/en/abapassign.htm"&gt;ASSIGN&lt;/A&gt; statement to find syntax for &lt;A href="http://help.sap.com/abapdocu_731/en/abapassign_mem_area_dynamic_dobj.htm#!ABAP_ALTERNATIVE_4@4@"&gt;ASSIGN COMPONENT&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 12:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278941#M1723748</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-02-06T12:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get reference for internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278942#M1723749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But a run time error is occurring while executing this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&amp;lt;fs&amp;gt; = "Pass code value here(Ex: 11)."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and internal table is also not appending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 06:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278942#M1723749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-11T06:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get reference for internal table fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278943#M1723750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have not declared what type the field-symbol &amp;lt;fs&amp;gt; should be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 07:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-reference-for-internal-table-fields/m-p/9278943#M1723750</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2013-02-11T07:03:48Z</dc:date>
    </item>
  </channel>
</rss>

