<?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: What could be possible problem in  the Command?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190191#M1001649</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;  Could you cross check whether the addr values is getting stored in the database table when you clicked on SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If not I think you are clearing the ADDR value just before updating that to database and thats why it is not appearing when you retrive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2008 06:02:20 GMT</pubDate>
    <dc:creator>former_member217544</dc:creator>
    <dc:date>2008-07-24T06:02:20Z</dc:date>
    <item>
      <title>What could be possible problem in  the Command??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190186#M1001644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 3 push buttons to SAVE  CLEAR and CHANGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save- will save all the field values to DB&lt;/P&gt;&lt;P&gt;clear - has to clear all my field values&lt;/P&gt;&lt;P&gt;change- shud be in a changeable mode when i want to edit provided when i give an id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my prob is , i am not able to clear only the addr fields which i have got as 2 flds(str1 and str2) concatenated and stored in a single fiels which is inturn stored in DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam able to save my data when i click on save and it get stored in DB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click on clear all other fields except addr(str1 and str2) is getting cleared&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click on changed iam able to retreive all fields from DB other than ADDR(str1 and str2) when i give the id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What cud be my problem???pls help me out....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point will be Rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Rachel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 05:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190186#M1001644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T05:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: What could be possible problem in  the Command??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190187#M1001645</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;&lt;/P&gt;&lt;P&gt;try to move the space to the variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after concatenation try to clear both str1 str2, target field.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt; move space to l_str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandralekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 05:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190187#M1001645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T05:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: What could be possible problem in  the Command??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190188#M1001646</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;i have used move statement inorder to display in two lines&lt;/P&gt;&lt;P&gt;as STR1 and str2 which is in (ADDR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then its not working,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i do as u said, the two fields get cleared and not getting stored in DB when i click on SAVE but gets cleared when clicked on CLEAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;RAchel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 05:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190188#M1001646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T05:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: What could be possible problem in  the Command??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190189#M1001647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   may be you are storing the concatenated field into DB and you are not clearing that field, please check.&lt;/P&gt;&lt;P&gt;If that is the Case clear that and press save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aswini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 05:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190189#M1001647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T05:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: What could be possible problem in  the Command??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190190#M1001648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Rache&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Your problem is exactly clearing problem. In wich place you are concatinated the values for addr, i thing after clear statement you are agin assign your concatinated value to you addr find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think for change also you had the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check all the places where you assigned the concatinated value to the addr field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;past your code if the problem is not clarified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 05:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190190#M1001648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: What could be possible problem in  the Command??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190191#M1001649</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;  Could you cross check whether the addr values is getting stored in the database table when you clicked on SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If not I think you are clearing the ADDR value just before updating that to database and thats why it is not appearing when you retrive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 06:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-could-be-possible-problem-in-the-command/m-p/4190191#M1001649</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2008-07-24T06:02:20Z</dc:date>
    </item>
  </channel>
</rss>

