<?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: Hi All in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340669#M172426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;I wanted to say that i created a new function group and when i tried to delete the old function group from tble maintainence and add new function group which i created ,it asks for request no and i created new one and then it deleted the old function group and when i added the new function group it saved under same request and when i go se 10 and look into that request it has both the function groups and iam worried if i move that request would n't it generate the same errors because the old function is also attached right?&lt;/P&gt;&lt;P&gt;Or it should be ok because we are deleting the function group the old one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAITING FOR YOUR REPLY&lt;/P&gt;&lt;P&gt;\&lt;/P&gt;&lt;P&gt;SUCHITRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2006 15:40:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-23T15:40:43Z</dc:date>
    <item>
      <title>Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340667#M172424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a function group which is being by others ,which iam using for my ztable.When i tried to move into QAS it shows there are some errors in saplztrn where ztrn is function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It displays like  zpde-abc doen't exist in abap dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i checked in zpde table there is no fiels called abc.But iam confused how it might have generated in saplztrn which i think is automatically generated.&lt;/P&gt;&lt;P&gt;Zpde is table create by some body else who no longer works here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possibilities may be he might have created the field abc in zpde so which will automatically updated in saplztrn and then later he might have deleted .and i thought it won't get deleted  in saplztrn program even if have deleted that field from your ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it advisable to go and delete that line i.e zpde-abc in saplztrn  manually ,because it self shows as syntax error zpde-abc doesn't exist in abap dictionary .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam confused because its a system generated program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suchitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 14:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340667#M172424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T14:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340668#M172425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suchitra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the function group you are talking about is generated by the system for the table maintenance of the ztable in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't sugges to use the function group for other purposes. You create your own function group and use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do NOT delete anything from the generated code, just regenerate the table maintenance and the error should be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 15:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340668#M172425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T15:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340669#M172426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;I wanted to say that i created a new function group and when i tried to delete the old function group from tble maintainence and add new function group which i created ,it asks for request no and i created new one and then it deleted the old function group and when i added the new function group it saved under same request and when i go se 10 and look into that request it has both the function groups and iam worried if i move that request would n't it generate the same errors because the old function is also attached right?&lt;/P&gt;&lt;P&gt;Or it should be ok because we are deleting the function group the old one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAITING FOR YOUR REPLY&lt;/P&gt;&lt;P&gt;\&lt;/P&gt;&lt;P&gt;SUCHITRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 15:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340669#M172426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340670#M172427</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;It should be OK, because it will delete the old group and create a new one in QA as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 15:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340670#M172427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T15:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340671#M172428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but before releasing it i right click on request and did syntax check it showed me errors in old function group.wouldn't the be aproblem.Sorry for trouble because i don't want the basis guy screaming at me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there are errors in old function group but its inthe transport just because we are deleting right?&lt;/P&gt;&lt;P&gt; i think it shouldnot be a problem right .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;suchitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 16:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340671#M172428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T16:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340672#M172429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you have deleted, it should not have an issue "IDEALLY".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 16:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340672#M172429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340673#M172430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS IT ADVISED TO CREATE THE FUNCTION GROUP AND USE IT AND WHEN DO WE NEED TO TRANSPORT IT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pLEASE SEND ME YOUR ADVISE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUCHITRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 19:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340673#M172430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T19:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340674#M172431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at the answers for all your other posts and please close all except one, since they all are related to the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 19:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340674#M172431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T19:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hi All</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340675#M172432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest we should have a separate function group for each table and that will get created automatically when you generate the Table Maint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please close the thread if the question is answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 23:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi-all/m-p/1340675#M172432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T23:42:32Z</dc:date>
    </item>
  </channel>
</rss>

