<?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: 'Z' table issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026745#M1348616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table will not be updated through a program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you suggested is fine but ; even if we uncheck not initial entries it will get checked again at the time of activating the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Rajeshwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have maintained Foreighn key relation also ; still if i click on new entries and give a space and save its getting saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for all your help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have got any knowledge of EVENTs in table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2009 09:16:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-11T09:16:05Z</dc:date>
    <item>
      <title>'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026741#M1348612</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 a Z table with only 2 fields MANDT and KUNNR ( both are key fields )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i create new entries in this Z table , it is allowing me to save with "Blank entry". It should not allow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can i solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Avi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:04:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026741#M1348612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026742#M1348613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only prevent this in your program.  I.e. before updating the table, check the values aren't blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026742#M1348613</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-08-11T09:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026743#M1348614</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;check not null flag for the field KUNNR in your z-table in SE11.&lt;/P&gt;&lt;P&gt;This is just after the Key Field Flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026743#M1348614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026744#M1348615</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;have you maintained the foreign key relation for the key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me knwo if you still have any issues on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rajeshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026744#M1348615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026745#M1348616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table will not be updated through a program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you suggested is fine but ; even if we uncheck not initial entries it will get checked again at the time of activating the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Rajeshwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have maintained Foreighn key relation also ; still if i click on new entries and give a space and save its getting saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for all your help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have got any knowledge of EVENTs in table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026745#M1348616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026746#M1348617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Avi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the SAP documentation on [TMG Events|http://help.sap.com/saphelp_erp2004/helpdata/EN/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain what do you mean by: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;even if we uncheck not initial entries it will get checked again at the time of activating the table.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026746#M1348617</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-08-11T09:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026747#M1348618</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;How do you fill the Z-TABLE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't use  a program, probably it was generated a maintenance program for SM30? If it's so, jus as Matt said, u need to change the maintenance program in order to prevent a blank hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can change directly the program or u can create a routine for an event of SM30, u can use the event 05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026747#M1348618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026748#M1348619</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;check what is the data type associated with the field, change the data type( i mean domain ) .&lt;/P&gt;&lt;P&gt;PLease let me know fi you still have any issues on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rajeshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026748#M1348619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026749#M1348620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Matt,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; The table will not be updated through a program&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Please let me know if you have got any knowledge of EVENTs in table maintenance generator.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards&lt;/P&gt;&lt;P&gt;&amp;gt; Avi&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right - you're updating it with the TMG.  ( Which is a program ).  Why didn't you say that in the first place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For information about events, why not read the TMG help?  The event most useful to you would be '01' - "Before saving the data in the database".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026749#M1348620</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-08-11T09:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026750#M1348621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello rajeshwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has nothing to do with foreign key relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is just about you want to accept the null entry in table or not. i.e. NOT NULL indicator should be checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026750#M1348621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026751#M1348622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Avi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;Copy and paste removed&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These kind of help you can get in SAP GUI itself or else you can explore SAP help before coming to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is lot to explore in SAP! Enjoy SAP!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Aug 11, 2009 12:10 PM - please do not copy and paste from SAP Help or other sources.  However, the sentiment is good - try reading the documentation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 09:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026751#M1348622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: 'Z' table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026752#M1348623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 09:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-issue/m-p/6026752#M1348623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T09:37:26Z</dc:date>
    </item>
  </channel>
</rss>

