<?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: Reading data from Field Symbols which forms structure dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-field-symbols-which-forms-structure-dynamically/m-p/5146742#M1192698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link which you provided was helpful, Now I am able to get the data into Internal table from Field Symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandravadan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandravadan Jaiswal on Jan 22, 2009 8:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 15:50:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-22T15:50:54Z</dc:date>
    <item>
      <title>Reading data from Field Symbols which forms structure dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-field-symbols-which-forms-structure-dynamically/m-p/5146740#M1192696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have requirement where User don't want the records to be appeared in the Search Help which are set for Archiving, I am trying to restrict the records before it gets displayed in the search help, so I debugged the SAP code and found that there is F4_GET_RESULT function module in which the there is Field Symbols &amp;lt;itab&amp;gt; which contains the data which is going to display. Now I want to write a code to delete the records which are set for Archiving, but I am not able to read the data from the field symbol. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the code of F4_GET_RESULT : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CREATE DATA result_ref TYPE STANDARD TABLE OF (sel_method). 
  ASSIGN result_ref-&amp;gt;* TO &amp;lt;itab&amp;gt;. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above SEL_METHOD Contains the view name of the search help, based on the selected search help in the Collective search help. for ex. M_MJG0M and forms the structure as of M_MJG0M.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FETCH NEXT CURSOR cursor-c INTO TABLE &amp;lt;itab&amp;gt; 
          PACKAGE SIZE max_select. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above statment fetched the data into &amp;lt;itab&amp;gt;, Now after this I want to do the implicit enhancement where I will write code to delete the records from &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to read the data from the Field Symbols which forms the structure dynamically based on the search help choosed and the corresponding view of the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 02:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-field-symbols-which-forms-structure-dynamically/m-p/5146740#M1192696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T02:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from Field Symbols which forms structure dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-field-symbols-which-forms-structure-dynamically/m-p/5146741#M1192697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandravadan,&lt;/P&gt;&lt;P&gt;refer to the code posted in following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1952479"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 03:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-field-symbols-which-forms-structure-dynamically/m-p/5146741#M1192697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T03:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data from Field Symbols which forms structure dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-field-symbols-which-forms-structure-dynamically/m-p/5146742#M1192698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link which you provided was helpful, Now I am able to get the data into Internal table from Field Symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandravadan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandravadan Jaiswal on Jan 22, 2009 8:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 15:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-from-field-symbols-which-forms-structure-dynamically/m-p/5146742#M1192698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T15:50:54Z</dc:date>
    </item>
  </channel>
</rss>

