<?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: code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1614563#M275378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to delete current record it is right.&lt;/P&gt;&lt;P&gt;and you can replace the line&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DELETE TABLE i_dets FROM wa_dets.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;as&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DELETE i_dets.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 06:46:08 GMT</pubDate>
    <dc:creator>ibrahim_u</dc:creator>
    <dc:date>2006-10-06T06:46:08Z</dc:date>
    <item>
      <title>code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1614561#M275376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;based on selection screen i have to retrive the data.there r 4 fields inselection screen.one is manadatory(days).&lt;/P&gt;&lt;P&gt;select.....&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;written select for the 3 fields in selection screen by using if and endif.&lt;/P&gt;&lt;P&gt; i didn't use any loop upto now.&lt;/P&gt;&lt;P&gt;now the thing is for mandatory field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to remove the selected rows if number of days is fall below the values from selection screen parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;upto now i got values in itab only.i never moved to work area. is this wa_dets-trdat giving in this code is right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT i_dets INTO wa_dets.&lt;/P&gt;&lt;P&gt;    L_DAYS = SY-DATUM - WA_DETS-TRDAT.&lt;/P&gt;&lt;P&gt;    IF L_DAYS LT p_days.&lt;/P&gt;&lt;P&gt;       DELETE TABLE i_dets FROM wa_dets.&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;is this code is right i can't debug(no authorisation for me in that server) now so plz help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 06:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1614561#M275376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T06:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1614562#M275377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The code you pasted here will work, proceed with your remaining code ...  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regaras&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 06:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1614562#M275377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1614563#M275378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to delete current record it is right.&lt;/P&gt;&lt;P&gt;and you can replace the line&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DELETE TABLE i_dets FROM wa_dets.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;as&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DELETE i_dets.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 06:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code/m-p/1614563#M275378</guid>
      <dc:creator>ibrahim_u</dc:creator>
      <dc:date>2006-10-06T06:46:08Z</dc:date>
    </item>
  </channel>
</rss>

