<?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: BAPI or RFC for migrating and activating code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673349#M1945104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean, I want to use RFC to install code, not to execute it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2016 12:41:34 GMT</pubDate>
    <dc:creator>GQ2</dc:creator>
    <dc:date>2016-04-15T12:41:34Z</dc:date>
    <item>
      <title>BAPI or RFC for migrating and activating code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673347#M1945102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -- admittedly this sounds like a security concern, but trying to think of ways to automate installation without a lot of manual steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any standard RFC's or BAPI's that we could push through a transport or something and then activate it? Maybe even a software component with patches?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 21:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673347#M1945102</guid>
      <dc:creator>GQ2</dc:creator>
      <dc:date>2016-04-14T21:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI or RFC for migrating and activating code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673348#M1945103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't get what you want to automate. If you mean you'd like to execute some ABAP code at import time, then the most simple is to enter a program as a R3TR XPRA entry in the transport request. If you want to execute some code for different dummy or not objects, then you may create a new customizing object in transaction SOBJ, and define an "AFTER_IMP" function module, then enter the entry R3TR Z001 &amp;lt;object&amp;gt; (Z001 being the customizing object). Search forum for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 06:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673348#M1945103</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-04-15T06:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI or RFC for migrating and activating code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673349#M1945104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean, I want to use RFC to install code, not to execute it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 12:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673349#M1945104</guid>
      <dc:creator>GQ2</dc:creator>
      <dc:date>2016-04-15T12:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI or RFC for migrating and activating code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673350#M1945105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you need it for only code, i.e. PROG/CLAS/FUGR objects? Or do you also need domains/database tables/views/search helps/etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on your SAP release you could theoretically misuse the ADT(abap development tools/abap in Eclipse) RFC interface. But I dont think its documented, so you have to dig into the code to figure out how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also consider looking into &lt;A href="http://saplink.org/"&gt;saplink.org&lt;/A&gt; or &lt;A href="http://abapgit.org/"&gt;abapgit.org&lt;/A&gt; , both will require some extra code to be able to trigger a push remotely. But they already contain the parts for installation of ABAP objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 13:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673350#M1945105</guid>
      <dc:creator>larshp</dc:creator>
      <dc:date>2016-04-15T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI or RFC for migrating and activating code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673351#M1945106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very good idea Lars, I'll try the ADT service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be specific, I want to push through an OData service, and turn that on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a ton of specifics here: &lt;A href="http://help.sap.com/download/netweaver/adt/SAP_ADT_Configuration_Guide_Backend_en.pdf" title="http://help.sap.com/download/netweaver/adt/SAP_ADT_Configuration_Guide_Backend_en.pdf"&gt;http://help.sap.com/download/netweaver/adt/SAP_ADT_Configuration_Guide_Backend_en.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose I can do a trace between Eclipse tools + gateway to see what kind of parameters it's passing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 13:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673351#M1945106</guid>
      <dc:creator>GQ2</dc:creator>
      <dc:date>2016-04-15T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI or RFC for migrating and activating code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673352#M1945107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yea. As far as I know Eclipse wraps the REST call into an RFC call by default, so you can switch on RFC trace and use external breakpoints.&lt;/P&gt;&lt;P&gt;The data passed to the RFC can then be reused to pass to the SICF REST service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And most surely none of this is supported or encouraged by SAP &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/98/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 17:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-rfc-for-migrating-and-activating-code/m-p/11673352#M1945107</guid>
      <dc:creator>larshp</dc:creator>
      <dc:date>2016-04-15T17:28:08Z</dc:date>
    </item>
  </channel>
</rss>

