<?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: Field problems in a screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558434#M1564117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was in a batch input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 13:36:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-20T13:36:36Z</dc:date>
    <item>
      <title>Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558423#M1564106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a problem with a field in a screen, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one field zmmtnfw7-vlr_fornec with the type J_1BNETPRI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do zmmtnfw7-vlr_fornec = i_1bnflin-netpr i receive a erro in a screen with Insert a numeric value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value is 900.000,000000 but in the screen appears *0000,000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my table zmmtnfw7 has other field with the same type zmmtnfw7-vlr_orig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF I put this field in a screen and refer to the dictionary this problem don't occur!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The booth field are the same type and the same configuration and receive the same value but one works and other isn't!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try using write  i_1bnflin-netpr TO zmmtnfw7-vlr_fornec. OR move  i_1bnflin-netpr TO zmmtnfw7-vlr_fornec, but the error occur again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why I can do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 12:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558423#M1564106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558424#M1564107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; It may happen because you move  900.000,000000 but you have to move  900.000000000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ' , ' must not move.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 12:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558424#M1564107</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2010-12-23T12:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558425#M1564108</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;   The problem is with the ',' coma in the value. Remove the coma from the amount and pass the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 12:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558425#M1564108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558426#M1564109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try, but, this value was in the table like i wrote here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do zmmtnfw7-vlr_orig   = j_1bnflin-netpr.  I don't have the problem with the same value and with ",".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the problam isn't the coma because the coma was a mask in the screen! the problam is the character "*" but i don't now where they appears!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 12:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558426#M1564109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T12:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558427#M1564110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a module pool ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 12:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558427#M1564110</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-12-23T12:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558428#M1564111</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;Please check fields vlr_fornec and  vlr_orig, both domain are same or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 12:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558428#M1564111</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2010-12-23T12:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558429#M1564112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are a module pool.&lt;/P&gt;&lt;P&gt;And the fields are the same domain because uising the stardant field type J_1BNETPRI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 13:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558429#M1564112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T13:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558430#M1564113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try to add an output mask to your screen field like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;_.___.___.___,______&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the screen field attributes and insert it in there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 13:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558430#M1564113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T13:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558431#M1564114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did, but isn't works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 13:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558431#M1564114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T13:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558432#M1564115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Please check does it transfer write value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because look at the code----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: i type netpr value '12369.87'.&lt;/P&gt;&lt;P&gt;data: k type J_1BNETPRI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move i to k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: k, i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output is:&lt;/P&gt;&lt;P&gt;k = 1.236987 &lt;/P&gt;&lt;P&gt;i = 12,369.87&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 13:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558432#M1564115</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2010-12-23T13:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558433#M1564116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't know what it works when a use the fild vlr_orig and why is it not work when a using vlr_fornec? the both are de same type, the same configuration at screen i just change the name, in the table the same configuration too!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 14:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558433#M1564116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-23T14:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field problems in a screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558434#M1564117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was in a batch input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 13:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-problems-in-a-screen/m-p/7558434#M1564117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T13:36:36Z</dc:date>
    </item>
  </channel>
</rss>

