<?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: Modify and update_screen programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768075#M906685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes..... it is possible to to know that date... because one more field also going to update with the same entry....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      previously also that was correctly updated where our date is not updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so with help of that field we can find and pass that date into one variable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 06:57:10 GMT</pubDate>
    <dc:creator>naveen_inuganti2</dc:creator>
    <dc:date>2008-05-08T06:57:10Z</dc:date>
    <item>
      <title>Modify and update_screen programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768072#M906682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.... Friend...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Iam having one module pool program....while running the program transaction Iam generating and updating some field entreis into one table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it is working correcty... but previously some records are updated....with out having one field entry, so now that field was empty for those records in the table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was the date field, actually i should also genarate while running the program, with some logic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Now how can i update that field into table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will back if any clarification that you want,&lt;/P&gt;&lt;P&gt;Expect good marks,&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 06:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768072#M906682</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-05-08T06:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Modify and update_screen programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768073#M906683</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;What date you want to insert into those empty fields ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date on which those entries had been made ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes , then how ur going to get the date on which those entries are made??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 06:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768073#M906683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T06:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modify and update_screen programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768074#M906684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it depends if the field which is empty is a key field then system will not allow you to change the data in that case only option is to delete the entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is not the case then you can update the fields using this method. this is risky method so please be carefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. goto se16 write the table name press enter then put selection criteria and execute (F8). then you will see the records in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. double click the row you want to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. then write &lt;STRONG&gt;/h&lt;/STRONG&gt; in the command field to activate debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. then press enter the program will open in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. in the fields write &lt;STRONG&gt;CODE&lt;/STRONG&gt; and change its value to &lt;STRONG&gt;EDIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and press the change button to apply the value then press F8 it will open all fields for edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 06:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768074#M906684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T06:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Modify and update_screen programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768075#M906685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes..... it is possible to to know that date... because one more field also going to update with the same entry....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      previously also that was correctly updated where our date is not updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so with help of that field we can find and pass that date into one variable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 06:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-and-update-screen-programs/m-p/3768075#M906685</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-05-08T06:57:10Z</dc:date>
    </item>
  </channel>
</rss>

