<?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: Input Field Default Values Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477897#M1418461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;              Will u pls. tell me the specific FM, which I can use for Amount Input Filed(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2010 07:14:48 GMT</pubDate>
    <dc:creator>muhammad_sohail</dc:creator>
    <dc:date>2010-01-14T07:14:48Z</dc:date>
    <item>
      <title>Input Field Default Values Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477893#M1418457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;           I have created a customized infotype; in which there are many text boxes to display information. But some Input Field text boxes display default values when I execute this infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default values stuff like that: 200.000.0&lt;/P&gt;&lt;P&gt;                                              20.0&lt;/P&gt;&lt;P&gt;                                              20.20.20.20&lt;/P&gt;&lt;P&gt;                                             200.00.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have try to resolve the problem; gives new/change database field name, new input field text boxes names etc. But can't find the solution. These values are basically Hexadecimal contents values. How to remove them from Input field boxes. I have clear them but display again when next record shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone of you will pls. tell me what can be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477893#M1418457</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2010-01-14T06:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field Default Values Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477894#M1418458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sohail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure how are you populating the infotype. Using some FM or a BAPI.&lt;/P&gt;&lt;P&gt;I'll advise you to pass a blank value to the field which you are just refering to intially and then Update the same field in the second call of the FM/BAPI with the value desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477894#M1418458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T06:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field Default Values Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477895#M1418459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not using any BAPI/FM to populate the values. I have tried the solution to clear them and then populate the value, but these values display again for the next record.&lt;/P&gt;&lt;P&gt;One thing which I notice is that, There are total 238 input fields in infotype. and problem of hexadecimal content display starts soon after 216th input field of infotype, before that there is no problem in the infotype input fields contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thaks and Regars,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477895#M1418459</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2010-01-14T06:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field Default Values Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477896#M1418460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sohail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using CONVERSION_EXIT FMs for the fields affected. That might be a problem with these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 07:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477896#M1418460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T07:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field Default Values Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477897#M1418461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;              Will u pls. tell me the specific FM, which I can use for Amount Input Filed(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sohail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 07:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field-default-values-problem/m-p/6477897#M1418461</guid>
      <dc:creator>muhammad_sohail</dc:creator>
      <dc:date>2010-01-14T07:14:48Z</dc:date>
    </item>
  </channel>
</rss>

