<?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 Data Modify through module pool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-modify-through-module-pool-programming/m-p/9328296#M1729031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="margin-bottom: .0001pt; background: white;"&gt; &lt;/H1&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; color: #333333;"&gt;hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; color: #333333;"&gt;I want to Modify the data&amp;nbsp; into the Z&amp;nbsp; data base through module pool programming. I am taking the fields&amp;nbsp; Primary&amp;nbsp; key&amp;nbsp;&amp;nbsp; from Z table , of behalf of primary . I want to modify data&amp;nbsp; , I need sample code ,please help me&lt;/SPAN&gt;&lt;/P&gt;&lt;H1 style="margin-bottom: .0001pt; background: white;"&gt; &lt;/H1&gt;&lt;H1 style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: Arial; color: #333333; font-size: 10pt;"&gt;Thanx&lt;/SPAN&gt;&lt;/H1&gt;&lt;H1 style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: Arial; color: #333333; font-size: 10pt;"&gt;PT&lt;/SPAN&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2013 06:12:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-03-11T06:12:45Z</dc:date>
    <item>
      <title>Data Modify through module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-modify-through-module-pool-programming/m-p/9328296#M1729031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="margin-bottom: .0001pt; background: white;"&gt; &lt;/H1&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; color: #333333;"&gt;hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial; color: #333333;"&gt;I want to Modify the data&amp;nbsp; into the Z&amp;nbsp; data base through module pool programming. I am taking the fields&amp;nbsp; Primary&amp;nbsp; key&amp;nbsp;&amp;nbsp; from Z table , of behalf of primary . I want to modify data&amp;nbsp; , I need sample code ,please help me&lt;/SPAN&gt;&lt;/P&gt;&lt;H1 style="margin-bottom: .0001pt; background: white;"&gt; &lt;/H1&gt;&lt;H1 style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: Arial; color: #333333; font-size: 10pt;"&gt;Thanx&lt;/SPAN&gt;&lt;/H1&gt;&lt;H1 style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: Arial; color: #333333; font-size: 10pt;"&gt;PT&lt;/SPAN&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 06:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-modify-through-module-pool-programming/m-p/9328296#M1729031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-11T06:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modify through module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-modify-through-module-pool-programming/m-p/9328297#M1729032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I have understood the request properly but if all you want to do is modify the data in an internal table use the UPDATE process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call the procedure from your screen PAI:&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;&amp;nbsp; FIELD: var1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var2.&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODULE update_ztable.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will call module update ztable whenever the values in car1 or var2 are changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update the table in your screen module:&lt;/P&gt;&lt;P&gt;UPDATE ztable SET fieldname1 = var1 fieldname2 = var2 WHERE keyfield = keyvalue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-modify-through-module-pool-programming/m-p/9328297#M1729032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-11T15:24:51Z</dc:date>
    </item>
  </channel>
</rss>

