<?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: enhance select statements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820527#M1128120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raj,&lt;/P&gt;&lt;P&gt;   actually my select statement in the standard is not dynamic. So, I want to comment that statement and I want to create my own select statement .Can I do this using enhancements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 11:58:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T11:58:46Z</dc:date>
    <item>
      <title>enhance select statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820524#M1128117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;  I have added 2 select options in the selection screen of standard report using implicit enhancements. Now I have to change the select statement to restrict the data according to these two select options also. How can I change that statement now? Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 11:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820524#M1128117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T11:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: enhance select statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820525#M1128118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayasri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 11:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820525#M1128118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: enhance select statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820526#M1128119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:b_date for ekko-aedat,&lt;/P&gt;&lt;P&gt;c_date for ekko-aedat.&lt;/P&gt;&lt;P&gt;data:begin of ekko,&lt;/P&gt;&lt;P&gt;ebeln like ekko-ebeln,&lt;/P&gt;&lt;P&gt;end of ekko,&lt;/P&gt;&lt;P&gt;t_ekko like ekko occurs 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select ebeln&lt;/P&gt;&lt;P&gt;from ekko&lt;/P&gt;&lt;P&gt;into table t_ekko&lt;/P&gt;&lt;P&gt;where aedat in b_date&lt;/P&gt;&lt;P&gt;amd aedat in c_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 11:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820526#M1128119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T11:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: enhance select statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820527#M1128120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raj,&lt;/P&gt;&lt;P&gt;   actually my select statement in the standard is not dynamic. So, I want to comment that statement and I want to create my own select statement .Can I do this using enhancements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 11:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-select-statements/m-p/4820527#M1128120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T11:58:46Z</dc:date>
    </item>
  </channel>
</rss>

