<?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: ABAP Query Extracts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389367#M1404521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello shafiq,&lt;/P&gt;&lt;P&gt;                   i want to add extract funtionality to the abap query, so we can save an extract after running a query  and access it afterwards . So to achive that , i have to do some coding in the sq02 (infoset ) . but this infoset is using the logical database . &lt;/P&gt;&lt;P&gt;so i have unable to interpret the output internal table stucture. &lt;/P&gt;&lt;P&gt;And other thing is when user press save extract option , the coding should be done in the selection screen events in sq02 , but the problem is that i dont know which command to write to trigger the query and get data into the extract .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2009 04:10:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-25T04:10:52Z</dc:date>
    <item>
      <title>ABAP Query Extracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389364#M1404518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts ,&lt;/P&gt;&lt;P&gt;                          i am using a logical database for the Infoset . can i do some changes in the code to place extracts functionality  in the selection screen .?? i am able to display the options on the selection screen but not able to figure out what should i pass as the internal table to the extract functions as i am using a logical database .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 06:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389364#M1404518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T06:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query Extracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389365#M1404519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. you will not be able to do any changes on the selection screen of logical database.any modifications on selection screen will be displayed seperately from LDB screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. As logical database are only select statements on table and there is no defination in data dictionary, i am not sure on your mentioned requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 17:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389365#M1404519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T17:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query Extracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389366#M1404520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also not able to understand your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to modify the selection screen of the LDB then YES, you can do that research on HR Report Catagory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to put some code that should be processed on SELECTION SCREEN event then you can also do that, there is a coding hook available for many events in SQ02. Find a blog on how to code in a SQ02 or [here is one example blog|/people/shafiq.rehman3/blog/2008/06/16/sap-adhoc-query-sq01-sq02-sq03]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing you want to do something else, please explain with example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 18:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389366#M1404520</guid>
      <dc:creator>Shafiq_Rehman1</dc:creator>
      <dc:date>2009-11-24T18:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query Extracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389367#M1404521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello shafiq,&lt;/P&gt;&lt;P&gt;                   i want to add extract funtionality to the abap query, so we can save an extract after running a query  and access it afterwards . So to achive that , i have to do some coding in the sq02 (infoset ) . but this infoset is using the logical database . &lt;/P&gt;&lt;P&gt;so i have unable to interpret the output internal table stucture. &lt;/P&gt;&lt;P&gt;And other thing is when user press save extract option , the coding should be done in the selection screen events in sq02 , but the problem is that i dont know which command to write to trigger the query and get data into the extract .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 04:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query-extracts/m-p/6389367#M1404521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T04:10:52Z</dc:date>
    </item>
  </channel>
</rss>

