<?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: SUBMIT + RANGES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988360#M73546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close post and award points according.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2005 14:10:16 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-06-30T14:10:16Z</dc:date>
    <item>
      <title>SUBMIT + RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988353#M73539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;in &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;program01&lt;/P&gt; i´ve got he following code snipet:&lt;BR /&gt;&lt;BR /&gt;CLEAR R_BUKRS.&lt;BR /&gt;REFRESH R_BUKRS.&lt;BR /&gt;R_BUKRS-SIGN = 'I'.&lt;BR /&gt;R_BUKRS-OPTION = 'EQ'.&lt;BR /&gt;R_BUKRS-LOW = 'AC'.&lt;BR /&gt;APPEND R_BUKRS.&lt;BR /&gt;CLEAR R_BUKRS.&lt;BR /&gt;&lt;BR /&gt;R_CTA1-SIGN = 'I'.&lt;BR /&gt;R_CTA1-OPTION = 'BT'.&lt;BR /&gt;R_CTA1-LOW = '170000'.&lt;BR /&gt;R_CTA1-HIGH = '171999'.&lt;BR /&gt;APPEND R_CTA1.&lt;BR /&gt;CLEAR R_CTA1.&lt;BR /&gt;&lt;BR /&gt;CLEAR R_CTA1.&lt;BR /&gt;REFRESH R_CTA1.&lt;BR /&gt;R_CTA1-SIGN = 'I'.&lt;BR /&gt;R_CTA1-OPTION = 'BT'.&lt;BR /&gt;R_CTA1-LOW = '520101'.&lt;BR /&gt;R_CTA1-HIGH = '520104'.&lt;BR /&gt;APPEND R_CTA1.&lt;BR /&gt;CLEAR R_CTA1.&lt;BR /&gt;&lt;BR /&gt;R_CTA1-SIGN = 'I'.&lt;BR /&gt;R_CTA1-OPTION = 'BT'.&lt;BR /&gt;R_CTA1-LOW = '572000'.&lt;BR /&gt;R_CTA1-HIGH = '572999'.&lt;BR /&gt;APPEND R_CTA1.&lt;BR /&gt;CLEAR R_CTA1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CLEAR R_VTO.&lt;BR /&gt;REFRESH R_VTO.&lt;BR /&gt;R_VTO-SIGN = 'I'.&lt;BR /&gt;R_VTO-OPTION = 'BT'.&lt;BR /&gt;R_VTO-LOW = S_ZFBDT-LOW.&lt;BR /&gt;R_VTO-HIGH = S_ZFBDT-HIGH.&lt;BR /&gt;APPEND R_VTO.&lt;BR /&gt;CLEAR R_VTO.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;SUBMIT program02 USING SELECTION-SCREEN '1000'&lt;BR /&gt;WITH S_BUKRS IN R_BUKRS&lt;BR /&gt;WITH S_CTA IN R_CTA1&lt;BR /&gt;WITH S_VTO IN R_VTO&lt;BR /&gt;AND RETURN.&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;and when i get the result in program02 the selection seems not consider &lt;U&gt;neither&lt;/U&gt;:&lt;BR /&gt;R_CTA1-SIGN = 'I'.&lt;BR /&gt;R_CTA1-OPTION = 'BT'.&lt;BR /&gt;R_CTA1-LOW = '170000'.&lt;BR /&gt;R_CTA1-HIGH = '171999'.&lt;BR /&gt;APPEND R_CTA1.&lt;BR /&gt;CLEAR R_CTA1.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;nor&lt;/U&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_CTA1-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_CTA1-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;R_CTA1-LOW = '572000'.&lt;/P&gt;&lt;P&gt;R_CTA1-HIGH = '572999'.&lt;/P&gt;&lt;P&gt;APPEND R_CTA1.&lt;/P&gt;&lt;P&gt;CLEAR R_CTA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is as if program02 only took into consideration one of the three values passed to R_CTA1(only the 2nd one).&lt;/P&gt;&lt;P&gt;why is this happening?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 13:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988353#M73539</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-06-30T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT + RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988354#M73540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statment is BOLD is clearing your internal table.  Remove this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

R_CTA1-SIGN = 'I'.
R_CTA1-OPTION = 'BT'.
R_CTA1-LOW = '170000'.
R_CTA1-HIGH = '171999'.
APPEND R_CTA1.
CLEAR R_CTA1.

CLEAR R_CTA1.
&amp;lt;b&amp;gt;REFRESH R_CTA1.&amp;lt;/b&amp;gt;
R_CTA1-SIGN = 'I'.
R_CTA1-OPTION = 'BT'.
R_CTA1-LOW = '520101'.
R_CTA1-HIGH = '520104'.
APPEND R_CTA1.
CLEAR R_CTA1.

R_CTA1-SIGN = 'I'.
R_CTA1-OPTION = 'BT'.
R_CTA1-LOW = '572000'.
R_CTA1-HIGH = '572999'.
APPEND R_CTA1.
CLEAR R_CTA1.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 13:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988354#M73540</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-30T13:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT + RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988355#M73541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;although i´ve changed the code thus:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR R_CTA1.&lt;/P&gt;&lt;P&gt;REFRESH R_CTA1.&lt;/P&gt;&lt;P&gt;R_CTA1-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_CTA1-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;R_CTA1-LOW = '170000'.&lt;/P&gt;&lt;P&gt;R_CTA1-HIGH = '171999'.&lt;/P&gt;&lt;P&gt;APPEND R_CTA1.&lt;/P&gt;&lt;P&gt;CLEAR R_CTA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_CTA1-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_CTA1-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;R_CTA1-LOW = '520101'.&lt;/P&gt;&lt;P&gt;R_CTA1-HIGH = '520104'.&lt;/P&gt;&lt;P&gt;APPEND R_CTA1.&lt;/P&gt;&lt;P&gt;CLEAR R_CTA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_CTA1-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_CTA1-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;R_CTA1-LOW = '572000'.&lt;/P&gt;&lt;P&gt;R_CTA1-HIGH = '572999'.&lt;/P&gt;&lt;P&gt;APPEND R_CTA1.&lt;/P&gt;&lt;P&gt;CLEAR R_CTA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whithin program02 there´s a select where i use R_CTA1:&lt;/P&gt;&lt;P&gt;SELECT        * FROM  VBSEGS AS A&lt;/P&gt;&lt;P&gt;join SKAT AS B&lt;/P&gt;&lt;P&gt;on  a&lt;SUB&gt;SAKNR = b&lt;/SUB&gt;SAKNR&lt;/P&gt;&lt;P&gt;into corresponding fields of table i_VBSEGS&lt;/P&gt;&lt;P&gt;WHERE  a~BUKRS  =  p_bukrs&lt;/P&gt;&lt;P&gt;AND    a~VALUT  in s_VTO&lt;/P&gt;&lt;P&gt;AND    a~SAKNR in &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;s_CTA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND    b~SPRAS  = 'S'&lt;/P&gt;&lt;P&gt;and    b~KTOPL  = 'AC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here the select seems not to consider the three values i´ve passed.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 13:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988355#M73541</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-06-30T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT + RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988356#M73542</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;Does field r_cta1 need a conversion exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use fm conversion_exit_alpha&lt;/P&gt;&lt;P&gt;Or :&lt;/P&gt;&lt;P&gt;PERFORM ALPHAFORMAT(SAPFS000) USING r_cta1-low r_cta1-low &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 13:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988356#M73542</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-06-30T13:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT + RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988357#M73543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should this ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

WHERE a~BUKRS = p_bukrs

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;be this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

WHERE a~BUKRS in s_bukrs

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 14:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988357#M73543</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-30T14:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT + RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988358#M73544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested your code..... the values of s_CTA are being passed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 14:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988358#M73544</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-30T14:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT + RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988359#M73545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if i use:&lt;/P&gt;&lt;P&gt;R_CTA1-LOW = '0000170000'.&lt;/P&gt;&lt;P&gt;R_CTA1-HIGH = '0000171999'.&lt;/P&gt;&lt;P&gt;instead of:&lt;/P&gt;&lt;P&gt;R_CTA1-LOW = '170000'.&lt;/P&gt;&lt;P&gt;R_CTA1-HIGH = '171999'.&lt;/P&gt;&lt;P&gt;The result is correct.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 14:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988359#M73545</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-06-30T14:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT + RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988360#M73546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close post and award points according.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2005 14:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ranges/m-p/988360#M73546</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-30T14:10:16Z</dc:date>
    </item>
  </channel>
</rss>

