<?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: Problem while passing Selection option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-passing-selection-option/m-p/5261010#M1215078</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;Instead of the offset..assign the select options value directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ TABLE SPERBL INTO SPERBL INDEX 1.

date-sign = 'I'.
date-option = 'BT'.
date-low = SPERBL-LOW.
date-high = SPERBL-HIGH.
append date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2009 14:44:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-09T14:44:23Z</dc:date>
    <item>
      <title>Problem while passing Selection option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-passing-selection-option/m-p/5261009#M1215077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing records through selection option &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : SPERBL   FOR CE2SKHG-PERBL NO-EXTENSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to pass only period in COEP Table for that I used,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges: date for COEP-PERIO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date-sign     = 'I'.&lt;/P&gt;&lt;P&gt;date-option   = 'BT'.&lt;/P&gt;&lt;P&gt;date-low      = SPERBL-LOW+4(3).&lt;/P&gt;&lt;P&gt;date-high     = SPERBL-HIGH+4(3).&lt;/P&gt;&lt;P&gt;append date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT  PERIO MATNR OBJNR SCOPE&lt;/P&gt;&lt;P&gt;              FROM  COEP&lt;/P&gt;&lt;P&gt;              INTO CORRESPONDING FIELDS OF TABLE IT_COEP&lt;/P&gt;&lt;P&gt;              FOR ALL ENTRIES IN IT_CE2SKHG&lt;/P&gt;&lt;P&gt;              WHERE PERIO IN DATE&lt;/P&gt;&lt;P&gt;              AND   SCOPE IN ('OCOST', 'PRODT')&lt;/P&gt;&lt;P&gt;              AND   MATNR = IT_CE2SKHG-ARTNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugging Mode am getting DATE properly but the records are geting for every period.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: I am passing in  DATE- 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but records are displaying for every period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 14:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-passing-selection-option/m-p/5261009#M1215077</guid>
      <dc:creator>ashish_shah5</dc:creator>
      <dc:date>2009-03-09T14:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while passing Selection option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-passing-selection-option/m-p/5261010#M1215078</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;Instead of the offset..assign the select options value directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ TABLE SPERBL INTO SPERBL INDEX 1.

date-sign = 'I'.
date-option = 'BT'.
date-low = SPERBL-LOW.
date-high = SPERBL-HIGH.
append date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 14:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-passing-selection-option/m-p/5261010#M1215078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T14:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while passing Selection option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-passing-selection-option/m-p/5261011#M1215079</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;OR...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;date-sign = 'I'.
date-option = 'BT'.
date-low = SPERBL-LOW+3(3).
date-high = SPERBL-HIGH+3(3).
append date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 14:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-passing-selection-option/m-p/5261011#M1215079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T14:45:33Z</dc:date>
    </item>
  </channel>
</rss>

