<?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 Modification in Standard Function group .. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-in-standard-function-group/m-p/6644965#M1444029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Modifing a standard function group .  The Changes in the code requires to change a reference of structure to new structure with additional feilds . &lt;/P&gt;&lt;P&gt;I have copied the structure and added the feilds in that . Now when i am activating the changes in  code it shows an error of two feilds incompitable . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the subroutine using the changed structure uses move corresponding .. i hope there wont be any problem with logic .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is .. &lt;/P&gt;&lt;P&gt;1) What are the consequence if i activate the function group with error .. as i hope that code should work logicaly .. &lt;/P&gt;&lt;P&gt;   if there it show dump after activation also we can revert the changes ? &lt;/P&gt;&lt;P&gt;  in some situtation we have to activate with error ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if some body has worked on similar situtation advice and alternative solution will be helpfull (-:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You ...(-:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 10:15:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T10:15:35Z</dc:date>
    <item>
      <title>Modification in Standard Function group ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-in-standard-function-group/m-p/6644965#M1444029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Modifing a standard function group .  The Changes in the code requires to change a reference of structure to new structure with additional feilds . &lt;/P&gt;&lt;P&gt;I have copied the structure and added the feilds in that . Now when i am activating the changes in  code it shows an error of two feilds incompitable . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the subroutine using the changed structure uses move corresponding .. i hope there wont be any problem with logic .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is .. &lt;/P&gt;&lt;P&gt;1) What are the consequence if i activate the function group with error .. as i hope that code should work logicaly .. &lt;/P&gt;&lt;P&gt;   if there it show dump after activation also we can revert the changes ? &lt;/P&gt;&lt;P&gt;  in some situtation we have to activate with error ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if some body has worked on similar situtation advice and alternative solution will be helpfull (-:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You ...(-:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 10:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-in-standard-function-group/m-p/6644965#M1444029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T10:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Modification in Standard Function group ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-in-standard-function-group/m-p/6644966#M1444030</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;in this case you need to understand where the structure is being called from function grop main program, by this you will come to know the impact of the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i feel that before you do the chnages to the code please analyse and take the necessary actions accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 13:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-in-standard-function-group/m-p/6644966#M1444030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Modification in Standard Function group ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-in-standard-function-group/m-p/6644967#M1444031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;missed to add..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is not activated, then it is syntax error and it may go dump. If you feel that it is big task to analyse the where used list of a structure, then you go-ahead the following way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first you activate and then execute your transaction, if it throws a dump then you will have a option at that moment to look into the program along with the values in the debug mode and try to resolve..in this it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 13:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-in-standard-function-group/m-p/6644967#M1444031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T13:16:33Z</dc:date>
    </item>
  </channel>
</rss>

