<?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 do coding in abap-query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129011#M743262</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;There are certain exit points available in the query, these can be accessed in SQ02 - Infoset editor. Click 'Extras', then the 'Coding' tab. There is a drop down to access different coding sections, e.g. DATA, GET, etc. &lt;/P&gt;&lt;P&gt;It is not always clear where and when they execute so you may need to experiment with some 'break-point' statements to start with, run the query to find out where the breaks are then go back to SQ02 to enter some code at that section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_FunctionalAreas_LogicalDB.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_FunctionalAreas_LogicalDB.asp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 07:04:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-03T07:04:43Z</dc:date>
    <item>
      <title>how to do coding in abap-query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129008#M743259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;  Please help me how to write the coding in abap-query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 06:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129008#M743259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T06:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to do coding in abap-query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129009#M743260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select  *&lt;/P&gt;&lt;P&gt;        FROM table_name&lt;/P&gt;&lt;P&gt;        into work_area&lt;/P&gt;&lt;P&gt;       where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append work_area to internal_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feel free to ask u r quiries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my mail id mutyalasunilkumar@gmail.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 06:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129009#M743260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T06:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to do coding in abap-query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129010#M743261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step-by-step guide for creating ABAP query&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ab4query.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ab4query.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 07:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129010#M743261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T07:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to do coding in abap-query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129011#M743262</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;There are certain exit points available in the query, these can be accessed in SQ02 - Infoset editor. Click 'Extras', then the 'Coding' tab. There is a drop down to access different coding sections, e.g. DATA, GET, etc. &lt;/P&gt;&lt;P&gt;It is not always clear where and when they execute so you may need to experiment with some 'break-point' statements to start with, run the query to find out where the breaks are then go back to SQ02 to enter some code at that section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_FunctionalAreas_LogicalDB.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_FunctionalAreas_LogicalDB.asp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 07:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-do-coding-in-abap-query/m-p/3129011#M743262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T07:04:43Z</dc:date>
    </item>
  </channel>
</rss>

