<?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: selection screen problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620467#M1088446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the type of zv60-carrier and zv60-cd_truck .If these are numeric or integer type this may occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Oct 2008 08:42:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-12T08:42:07Z</dc:date>
    <item>
      <title>selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620466#M1088445</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; i have this selection screen code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK params WITH FRAME TITLE text-t01.&lt;/P&gt;&lt;P&gt;    PARAMETERS:&lt;/P&gt;&lt;P&gt;                p_carr  LIKE zv60-carrier DEFAULT space ,&lt;/P&gt;&lt;P&gt;                p_cd_tr LIKE zv60-cd_truck DEFAULT space .&lt;/P&gt;&lt;P&gt;    SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;                r_dt_tr FOR zv60-dt_tran.&lt;/P&gt;&lt;P&gt;    SELECTION-SCREEN END OF BLOCK params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am not entering values in the first two parameters it assigns 0 to them altough the default option is space. what should i do, i want that if those values are empty they will remain empty.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 08:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620466#M1088445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T08:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620467#M1088446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the type of zv60-carrier and zv60-cd_truck .If these are numeric or integer type this may occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 08:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620467#M1088446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T08:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620468#M1088447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the type of  zv60-carrier , zv60-cd_truck . are they defined as type integer or numeric type..?  if so you can't avoid that. if they are character variables then you can get the space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 08:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620468#M1088447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T08:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620469#M1088448</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;  check the data tpye of the selection screen fields ZV60-carrier &amp;amp; ZV60-cd_truck.if its integer type ,then if u don't enter any value in these parameters then by defualt it will get initialize to 0.&lt;/P&gt;&lt;P&gt;  if u don't want 0 in these fields then change the data type of these field to character type then if u don't enter any value then by defaut it will be space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 09:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-problem/m-p/4620469#M1088448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T09:28:34Z</dc:date>
    </item>
  </channel>
</rss>

