<?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 fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131876#M744041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2007 09:11:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-06T09:11:04Z</dc:date>
    <item>
      <title>selection-screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131872#M744037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having one field p_truck. i am updating the field in table .(In Table) The field type is Char10 . Now when i entered in selection the value of p_truck as 1234 it is updating in table as 0000001234. I dnt want this , i want whatever user enterd into p_truck should get updated in table. Means Suppose user entered 1234 then the updated value should be 1234 and if user entered 0000001234 then it should be 00001234.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help in advance.&lt;/P&gt;&lt;P&gt;Sidd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 07:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131872#M744037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T07:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131873#M744038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the command write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  lv_truck   type char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write p_truck to lv_truck left-justified no-zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 07:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131873#M744038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T07:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131874#M744039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kemmer,&lt;/P&gt;&lt;P&gt;thank you for reply.&lt;/P&gt;&lt;P&gt;But by this only the leading zeroes get removed. i want what ever user entered should get updated. if user entered 0000001234 it should update this as it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 07:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131874#M744039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T07:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131875#M744040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've got a conversion function running, most likely.  Can you post the actual code of the parameter, so we can see precisely which type you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 08:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131875#M744040</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-06T08:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131876#M744041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 09:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-fields/m-p/3131876#M744041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T09:11:04Z</dc:date>
    </item>
  </channel>
</rss>

