<?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: update ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839085#M356787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;    As the table you need to update is a custom table, what you can do is to configure an output type for MIGO transaction in NACE transaction, of processing type = '8' and write code in that z program.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 14:42:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-22T14:42:18Z</dc:date>
    <item>
      <title>update ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839081#M356783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm calling a pop up in Migo transaction when po# is entered and saved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are any new values(which are not in my pop up) entered in MIGO transaction  I want  them to be updated in my ztable (pop up screen is a table maintenance generation)  can I do that if so please suggest....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Hema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839081#M356783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: update ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839082#M356784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the popup perform u have to write code to update the ztable based on the pushbutton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839082#M356784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: update ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839083#M356785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to write an exit for this, you are saying that the poop up is a Table maintanence, so when you press that ok button just look at is there any BADI or user exit is calling, then write the code in that one, i think you won't get the data in the POP-UP  scrren as it is a table maintenance generation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839083#M356785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: update ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839084#M356786</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;You can write the code  in one of these following exits&lt;/P&gt;&lt;P&gt;MBCF0002 &lt;/P&gt;&lt;P&gt;MBCF0005 &lt;/P&gt;&lt;P&gt;MBCF0006 &lt;/P&gt;&lt;P&gt;MBCF0007 &lt;/P&gt;&lt;P&gt;MBCF0009 &lt;/P&gt;&lt;P&gt;MBCF0010 &lt;/P&gt;&lt;P&gt;MBCF0011 &lt;/P&gt;&lt;P&gt;MB_CF001 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE84 and check the exits in the enhancements section for package 'MB'. Read the documentation or try putting in a break point in one of these exits to know when it triggers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839084#M356786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: update ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839085#M356787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;    As the table you need to update is a custom table, what you can do is to configure an output type for MIGO transaction in NACE transaction, of processing type = '8' and write code in that z program.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839085#M356787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: update ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839086#M356788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a user exit to getthe pop up now when It  finds new data to the particular mat in the PO# (MIGO)it must update the tablewith those new values, The table has a table maintenance generated transaction this transaction is coming in pop up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839086#M356788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: update ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839087#M356789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;within this user exit..check which pushbutton has been pressed in the popup and accordingly write ur code to update the values into the Ztable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 14:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-ztable/m-p/1839087#M356789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T14:48:30Z</dc:date>
    </item>
  </channel>
</rss>

