<?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: [ABAP] Read Function Group SE80 from an ABAP code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345847#M1921072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are couple of ways to do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Download everything using ABAP Download Program available on SAP LINK&lt;/P&gt;&lt;P&gt;2. Use &lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/How+to+copy+Repository+Objects+between+non-connected+SAP+systems" title="http://wiki.scn.sap.com/wiki/display/ABAP/How+to+copy+Repository+Objects+between+non-connected+SAP+systems"&gt;How to copy Repository Objects between non-connected SAP systems - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thats basically creating a transport for all the objects and importing it across. &lt;/P&gt;&lt;P&gt;3. Goto the package view and manually create the listed objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2015 10:20:18 GMT</pubDate>
    <dc:creator>manukapur</dc:creator>
    <dc:date>2015-09-21T10:20:18Z</dc:date>
    <item>
      <title>[ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345837#M1921062</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;I would like to read simply all components included in a Function Group from a specific ABAP code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/793996" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a MF to perform that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rachid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 08:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345837#M1921062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-21T08:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345838#M1921063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on what you mean with "components". All function modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;function_modules type standard table of tfdir-funcname,&lt;/P&gt;&lt;P&gt;pname type syrepid value '.....' "type in your main program name / function group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT funcname&lt;/P&gt;&lt;P&gt;INTO TABLE function_modules FROM TFDIR&lt;/P&gt;&lt;P&gt;WHERE pname eq main_program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 08:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345838#M1921063</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-09-21T08:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345839#M1921064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; color: #8b8b8b; background: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 14.4px; font-family: inherit; background: transparent;"&gt;Rachid &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass function group name to the FM FUNCTION_SELECT_TFDIR, it will provide you the list of function modules in given function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 08:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345839#M1921064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-21T08:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345840#M1921065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means: It does the same as my SELECT statement &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345840#M1921065</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-09-21T09:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345841#M1921066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it's same .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345841#M1921066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-21T09:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345842#M1921067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, let's decide the questioner, who wins the medal "correct answer" &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; (just kidding)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345842#M1921067</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-09-21T09:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345843#M1921068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, I need all components included in my Function Group:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/794075" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That includes mainly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Function Modules &lt;EM&gt;(thanks for that point&lt;/EM&gt;)&lt;/LI&gt;&lt;LI&gt;Dictionary Structures&lt;/LI&gt;&lt;LI&gt;Type Groups&lt;/LI&gt;&lt;LI&gt;Types&lt;/LI&gt;&lt;LI&gt;Fields&lt;/LI&gt;&lt;LI&gt;Subroutines&lt;/LI&gt;&lt;LI&gt;Includes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rachid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345843#M1921068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-21T09:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345844#M1921069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, this is a problem. A DDIC-Structure is not a component of a function module or function group, it's just included in it's where-used-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you should tell us, what exactly you want to do with that list of "components"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345844#M1921069</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-09-21T09:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345845#M1921070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically, we have a Function Group developed in a customer XYZ in 2012 and we want today, to migrate all this function group into another environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That must include necessary all the components &lt;EM&gt;(program, transaction, ddic (table, struct), MF etc..) &lt;/EM&gt;of the Function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you got any advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rachid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 10:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345845#M1921070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-21T10:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345846#M1921071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first, you have to check if this migration causes any naming conflicts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, you need to create a transport request, including all regarding objects. You can do that with an ABAP or manually in SE10. In most cases, the effort to do that with an ABAP is higher than doing that manually. This avoid inconsistencies in this transport request (it's difficult, to create a consistent transport request with an ABAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, you have to release and import that transport request into your target system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 10:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345846#M1921071</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-09-21T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345847#M1921072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are couple of ways to do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Download everything using ABAP Download Program available on SAP LINK&lt;/P&gt;&lt;P&gt;2. Use &lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/How+to+copy+Repository+Objects+between+non-connected+SAP+systems" title="http://wiki.scn.sap.com/wiki/display/ABAP/How+to+copy+Repository+Objects+between+non-connected+SAP+systems"&gt;How to copy Repository Objects between non-connected SAP systems - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thats basically creating a transport for all the objects and importing it across. &lt;/P&gt;&lt;P&gt;3. Goto the package view and manually create the listed objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 10:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345847#M1921072</guid>
      <dc:creator>manukapur</dc:creator>
      <dc:date>2015-09-21T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345848#M1921073</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;yes, but it is time-consuming to do that in the case of more that 50 function group. That's why, we would like to create a program to perform this need automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rachid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 10:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345848#M1921073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-21T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: [ABAP] Read Function Group SE80 from an ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345849#M1921074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created transport requests with more than 50 items within an hour......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-read-function-group-se80-from-an-abap-code/m-p/11345849#M1921074</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-09-21T11:00:25Z</dc:date>
    </item>
  </channel>
</rss>

