<?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: SM30 table maint validation coding error... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578666#M1434029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suhas ,&lt;/P&gt;&lt;P&gt;that was my first attempt. But for some reason the event 01 is not being triggered. What basically I am looking for is , I have 2 fields and I have put FK check, but it is still saving if one of the field is blank that I want to avoid. Can you pl let me know how I can do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2010 09:01:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-17T09:01:29Z</dc:date>
    <item>
      <title>SM30 table maint validation coding error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578663#M1434026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating a table maintenance generator for ztest99 table. I have given the function group name as ztest99. When i click on fn. Gr. Text button and then main program I can see the commented include file names in user defined include files. I uncommented the PAI module name LZTEST99I and duble click it I get warning message saying L type names are reserved for include files in function gr etc...&lt;/P&gt;&lt;P&gt;Then I get a popup asking create object , when i say yes , I get an error message saying 'unable to create include LZTEST99I in function group ZTEST99'. When I click on ? button of the popup , I get the explanation as "Include LZTEST99I does not logically belong to the function group ZTEST99 in which you wanted to create it. Instead, it belongs to function group ZTEST."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the function group its saying is different than what I have given it. I tried with different names every time it gives me different function group name than what I am giving what is the issue? Also extract has line structure , is there way to get individual field name for validation because I checked ztest99-field1 has no value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 07:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578663#M1434026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T07:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table maint validation coding error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578664#M1434027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not encouraged to change the TMG code directly, you must use TMG events for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should read this SAP documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_erp2004/helpdata/EN/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm|http://help.sap.com/saphelp_erp2004/helpdata/EN/91/ca9f0ea9d111d1a5690000e82deaaa/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Feb 17, 2010 1:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 07:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578664#M1434027</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-02-17T07:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table maint validation coding error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578665#M1434028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use  ZTEST99I naming in order to append a new include for FG  ZTEST99.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 07:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578665#M1434028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T07:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table maint validation coding error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578666#M1434029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suhas ,&lt;/P&gt;&lt;P&gt;that was my first attempt. But for some reason the event 01 is not being triggered. What basically I am looking for is , I have 2 fields and I have put FK check, but it is still saving if one of the field is blank that I want to avoid. Can you pl let me know how I can do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 09:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578666#M1434029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T09:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table maint validation coding error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578667#M1434030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I could get it now. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 09:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578667#M1434030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T09:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 table maint validation coding error...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578668#M1434031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The functio gr has to be created for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 09:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-table-maint-validation-coding-error/m-p/6578668#M1434031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-03T09:31:06Z</dc:date>
    </item>
  </channel>
</rss>

