<?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: Parameters Behaviour, While passing from FM!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369834#M524915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikhaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Why 'P' (parameter) is taking Zeros as Prefix in NAME filed?&lt;/P&gt;&lt;P&gt;     When you have a parameter with char 25 and you are filling only 10 places then rest are automatically inserted as space. If you don't want the spaces use CONDENSE, which you are already doing.&lt;/P&gt;&lt;P&gt;2) Why DATE field is treating as some value, even though I did not enter any value in HIGH column? 3) OR, Is some thing wrong in my code?&lt;/P&gt;&lt;P&gt;   There must be something wrong in your code. If you are using SUBMIT then while passing Select-options you have to Use IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2007 01:24:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-09T01:24:39Z</dc:date>
    <item>
      <title>Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369833#M524914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am passing the parameters from z_FM to a report prog., the parameters behaviour is like(observed in debug mode),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined NAME as 25 CHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing NAME as KIND of P i.e. Parameter, with value of Nancy so, When its passing, the Nancy is taking 15 &amp;lt;i&amp;gt;SPACES&amp;lt;/i&amp;gt; as Prefix(right justifying) and there by the data is not pulling from DB.&lt;/P&gt;&lt;P&gt;So, I fixed it by using CONDENCE NAME, then the data is fetching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2ns case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am passing DATE field as KIND of 'S' i.e. SELECT-OPTION, I hv given LOW vaue as 20070609; then the data is not pulling (even thogh the the data is there) and the error is Lower value is higher than HIgher value!&lt;/P&gt;&lt;P&gt;So, I moved zeros to HIGH value, then the data is retrieving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I enter directly from Selection screen, these both r not happening!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Why 'P' (parameter) is taking (15)&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;SPACES&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; as Prefix in NAME filed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Why DATE field is treating as some value, even though I did not enter any value in HIGH column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) OR, Is some thing wrong in my code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Srikhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Srikhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 00:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369833#M524914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T00:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369834#M524915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikhaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Why 'P' (parameter) is taking Zeros as Prefix in NAME filed?&lt;/P&gt;&lt;P&gt;     When you have a parameter with char 25 and you are filling only 10 places then rest are automatically inserted as space. If you don't want the spaces use CONDENSE, which you are already doing.&lt;/P&gt;&lt;P&gt;2) Why DATE field is treating as some value, even though I did not enter any value in HIGH column? 3) OR, Is some thing wrong in my code?&lt;/P&gt;&lt;P&gt;   There must be something wrong in your code. If you are using SUBMIT then while passing Select-options you have to Use IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 01:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369834#M524915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T01:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369835#M524916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ThanQ.&lt;/P&gt;&lt;P&gt;OK, ll figure it out the wrong code. Yes, am using IN operator in selec-options in SUBMIT. anyhow, ll trace out the mistake.&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 01:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369835#M524916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T01:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369836#M524917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while entering the data in selection-screen ,keep the break point at your code ,see the date format is coming properly,i think you should not pass any value to High .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you pass high value is 000000 like you may get wrong results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i see ur code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 02:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369836#M524917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T02:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369837#M524918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ThanQ Shehsu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I did. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran the Report prog. from Selction screen (given lower value as 05092007) by keeping the break point in order to observe the higher value in DATE. And I found that, the system is passing the  00000000(I did not entered any thing in Higher, I left it as its) value for HIGHER column!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, do u think that, problem is in selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 02:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369837#M524918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T02:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369838#M524919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay ,time being keep it like ,if you encounter problem again ,you need to change higher value as default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had bad experience about this in 4.6B version ,it was SAP Bug..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 02:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369838#M524919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T02:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369839#M524920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time being?&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;So, no wrong data wuld b pulled, if I move 00000000 in HIGHER column?&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;SAP Bug?&lt;/P&gt;&lt;P&gt;my DATE/SELECT-OPTIONS/HIGH/00000000 example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it corrected in advanced versions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 02:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369839#M524920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T02:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369840#M524921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep,you will not have any problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 02:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369840#M524921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T02:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369841#M524922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls.clarify,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;you need to change higher value as default.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;U mean MOVE INITIAL VALUES TO DATE-HIGH&amp;lt;/i&amp;gt;  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 02:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369841#M524922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T02:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369842#M524923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,you are right,keep always default value in High range ( Initial value )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2007 02:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369842#M524923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-09T02:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369843#M524924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I moved Initila value to my_DATE-HIGH, its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I hv some other fields(say, my_name), with CHAR, so I dont think its necessory to MOVE INITIAL  VALUE to my_name-HIGH i.e. to a CHAR type field!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my guess is correct? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369843#M524924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T13:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters Behaviour, While passing from FM!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369844#M524925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not required to char type field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-behaviour-while-passing-from-fm/m-p/2369844#M524925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T13:40:13Z</dc:date>
    </item>
  </channel>
</rss>

