<?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: Question Group function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037401#M1500218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi UmaDave, you´re rigth... but i don´t understand why i´m forced to follow the order of creation of my functions...  &lt;/P&gt;&lt;P&gt;It´is very strict... if my header is created...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 08:22:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-14T08:22:27Z</dc:date>
    <item>
      <title>Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037397#M1500214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have a doubt about function groups...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three functions that belongs the same Function group X.&lt;/P&gt;&lt;P&gt;When i want transport the second function, system returns me that is impossible because i don´t have the other two functions in the include...&lt;/P&gt;&lt;P&gt;The include has this view:&lt;/P&gt;&lt;P&gt;    L&lt;EM&gt;MY_GROUP_FUNCTION&lt;/EM&gt;XX&lt;/P&gt;&lt;P&gt;and for each function created there are an  l&lt;EM&gt;MY_GROUP_FUNCTION&lt;/EM&gt;XX.. and in the header:&lt;/P&gt;&lt;P&gt;"*****************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  THIS FILE IS GENERATED BY THE FUNCTION LIBRARY.             *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NEVER CHANGE IT MANUALLY, PLEASE!                           *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*****************************************************************"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: &lt;/P&gt;&lt;P&gt;Can i upload only one of this functions, there aren´t independet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 08:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037397#M1500214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T08:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037398#M1500215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was  the function group ever transported or you are trying to transport just the second function module without transporting the function group first? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 08:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037398#M1500215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T08:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037399#M1500216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply...&lt;/P&gt;&lt;P&gt;My group function is in the next environment... But two functions no... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP_FUNCTION  -- YES&lt;/P&gt;&lt;P&gt;   -- FUNCTION 1  -- YES&lt;/P&gt;&lt;P&gt;   -- FUNCTION 2  -- NO&lt;/P&gt;&lt;P&gt;   -- FUNCTION 3  -- NO&lt;/P&gt;&lt;P&gt;   -- FUNCTION 4  -- My next function for the environment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 08:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037399#M1500216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T08:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037400#M1500217</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 will have to transport the function group as well along with your function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have any link / dependency among these two and this third function module then why dont you make them in separate function group , so that you will not have any issue in transporting them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 08:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037400#M1500217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T08:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037401#M1500218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi UmaDave, you´re rigth... but i don´t understand why i´m forced to follow the order of creation of my functions...  &lt;/P&gt;&lt;P&gt;It´is very strict... if my header is created...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 08:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037401#M1500218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T08:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037402#M1500219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI iki ,&lt;/P&gt;&lt;P&gt;I didnt understand your question above. &lt;/P&gt;&lt;P&gt;what order you are pointing to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply see if you can take out that function module and put in other function group so that you can transport without any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 08:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037402#M1500219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T08:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037403#M1500220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, i break up relationship between my old group and my function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a new group and now works fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However still i don´t understand this relationships and his dependences...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 10:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037403#M1500220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T10:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037404#M1500221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. let me explain you that ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See any function module in ABAP can not exist without a function  group. &lt;/P&gt;&lt;P&gt;So a function module becomes a king of component in that particular function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so one thing about transport , &lt;/P&gt;&lt;P&gt;You need to transport all the objects ,&lt;/P&gt;&lt;P&gt;so you can not simply transport functionn module withput function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now regarding the other two function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you transport function  group , you should include all the components which are part of that function group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how your function  module transportation becomes dependent on these two other function  module. If they would have been in other function group then no dependency and hence no issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it clarifies your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 11:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037404#M1500221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T11:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037405#M1500222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A function group is a program, named like SAPLZnnnnn with includes.  SAP executes the named includes...the "glue" that puts it all together are the TOP and the XXX includes.  The entire function group (program) is always loaded into SAP memory on the first call of a FM named in the program....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To correct problems with transported FM's, etc., one need merely retransport the (syntax-error-free) function group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 11:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037405#M1500222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question Group function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037406#M1500223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks for reply... But like in other languages i think is better do independet function modules between they... not independent with his header...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 13:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-group-function/m-p/7037406#M1500223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T13:07:13Z</dc:date>
    </item>
  </channel>
</rss>

