<?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: Fetching the values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631572#M1090680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it_asc.
if sy-tabix &amp;gt; 2.
if &amp;lt;selection condition&amp;gt;.
&amp;lt;var&amp;gt; = it_asc-&amp;lt;required field&amp;gt;.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use the value from &amp;lt;var&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2008 06:03:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-13T06:03:50Z</dc:date>
    <item>
      <title>Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631571#M1090679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Have writtten the code as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'LIST_TO_ASCI'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   LIST_INDEX               = -1&lt;/P&gt;&lt;P&gt;   WITH_LINE_BREAK          = ' '&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    listasci                 = it_asc&lt;/P&gt;&lt;P&gt;   LISTOBJECT               = it_list&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   EMPTY_LIST               = 1&lt;/P&gt;&lt;P&gt;   LIST_INDEX_INVALID       = 2&lt;/P&gt;&lt;P&gt;   OTHERS                   = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;loop at it_asc.&lt;/P&gt;&lt;P&gt;if sy-tabix &amp;gt; 2.&lt;/P&gt;&lt;P&gt;write:it_asc-txt.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the table it_asc the values present is getting genereated as a report.From the report genereated i need to fetch only one value.How to get it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 04:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631571#M1090679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T04:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631572#M1090680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it_asc.
if sy-tabix &amp;gt; 2.
if &amp;lt;selection condition&amp;gt;.
&amp;lt;var&amp;gt; = it_asc-&amp;lt;required field&amp;gt;.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use the value from &amp;lt;var&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631572#M1090680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T06:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631573#M1090681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;From the report genereated i need to fetch only one value.How to get it...&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;One value or first value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631573#M1090681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T06:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631574#M1090682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only one value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631574#M1090682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T06:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching the values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631575#M1090683</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; If it is only one value then 'READ' the internal table with the key values or if you are sure of the index, then 'READ' with the index..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt; Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-the-values/m-p/4631575#M1090683</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-10-13T06:23:42Z</dc:date>
    </item>
  </channel>
</rss>

