<?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: How to create a kernel method in abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712279#M1770262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solen, I have same needs to implement my own C function to be consumed by ABAP code.&amp;nbsp; Tried to follow the "Kernel Methods" page on the help.sap.com but the information are limited.&amp;nbsp; I particular need an example copy of abkmeth.h file but couldn't find it on internet nor at service.sap.com.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Oct 2013 19:26:08 GMT</pubDate>
    <dc:creator>EddyGuo</dc:creator>
    <dc:date>2013-10-01T19:26:08Z</dc:date>
    <item>
      <title>How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712265#M1770248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you check the class cl_abap_classdescr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will see that there are some methods which is called by the kernel.&lt;/P&gt;&lt;P&gt;get_class_name is one of them!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;method &lt;/SPAN&gt;GET_CLASS_NAME &lt;SPAN class="L0S52"&gt;by &lt;/SPAN&gt;kernel &lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;abKm_RTTI_GetClassName fail&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;endmethod&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the report named&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RSKMETH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it lists the methods that are calle dby kernel&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so how do you create a kernel method guys, any one of you tried it....?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 14:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712265#M1770248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-02T14:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712266#M1770249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the C-methods right? they used to be executed differently as I recall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you want to call a kernel method?&lt;/P&gt;&lt;P&gt;I think you can create your own C/C++ stuff and use the in abap using a connector of some sorts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 14:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712266#M1770249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-02T14:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712267#M1770250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;type CTRL+F8 in the abap editor, then type METHOD, double click METHOD - Abap statement.&lt;/P&gt;&lt;P&gt;then scroll down and click kernel method for more information about this subject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 14:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712267#M1770250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-02T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712268#M1770251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes these are the external C functions that needs to be written in C and gets registered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went thru the help but dont know where to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: ,it states i need to place the c code in //src//include/abkhmeth.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont have server directory level access, so i cant go and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i simply create a basic kernel method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 15:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712268#M1770251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-02T15:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712269#M1770252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i simply create a basic kernel method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; I think the answer to that question is: no.&lt;/P&gt;&lt;P&gt;You can create kernel methods, but not simply. And you will need server access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a short search on just 'using C-methods in SAP Abap' and for that you need a connector maybe this is achieved a lot easier. also searcht the blogs here, maybe you're fortunate in that someone decided to blog about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck in your endeavors&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 15:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712269#M1770252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-02T15:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712270#M1770253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are the only person that responded my questions mate.&lt;/P&gt;&lt;P&gt;Thanks, appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For taking your time, i will mark you as helpful answer:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will find out and blog it about Rob!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let you know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 06:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712270#M1770253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-03T06:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712271#M1770254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A friend of mine blogged abour kernel calls n a brazilian ABAP blog. &lt;A href="http://www.abapzombie.com/guias/2012/07/23/seguranca-abap-parte-ii-comunicacao-com-o-kernel/"&gt;This is&lt;/A&gt; the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use google-translate to read the post, and if you have any issues you can contact him using &lt;A href="http://www.abapzombie.com/contato/"&gt;this form&lt;/A&gt;. If you do, drop me a line and I'll tell him where did you come from &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1735/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 10:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712271#M1770254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-03T10:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712272#M1770255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mauricio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot for the help, i will look at it.&lt;/P&gt;&lt;P&gt;İts great!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 13:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712272#M1770255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T13:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712273#M1770256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mauricio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the blog, its good but not helping me much&lt;/P&gt;&lt;P&gt;As its talking more about doing the old way&lt;/P&gt;&lt;P&gt;call function is covered!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 07:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712273#M1770256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-05T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712274#M1770257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Solen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this helpful link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/ABENKERNEL_METHODS.htm" title="http://help.sap.com/abapdocu_70/en/ABENKERNEL_METHODS.htm"&gt;http://help.sap.com/abapdocu_70/en/ABENKERNEL_METHODS.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 07:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712274#M1770257</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-09-05T07:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712275#M1770258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not many people replied which made me surprise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking at the document you sent&lt;/P&gt;&lt;P&gt;Its helpful but still hard to start creating one from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even registering an exisitng kernel method ?&lt;/P&gt;&lt;P&gt;instead of creating one i thought i register one and call it&lt;/P&gt;&lt;P&gt;i couldnt register&lt;/P&gt;&lt;P&gt;i dont have server level access&lt;/P&gt;&lt;P&gt;i dont think basis guys allow me &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1735/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks my friend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 07:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712275#M1770258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-05T07:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712276#M1770259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Solen,&lt;/P&gt;&lt;P&gt;Without server level acces I don't believe you could do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is simply: Can I call my own C-module from SAP (ABAP) then you should search for connectors with which you can achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 08:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712276#M1770259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-05T08:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712277#M1770260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you are right for sure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i went and talked with the basis guy and we looked at the server path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to documentatin the files&lt;/P&gt;&lt;P&gt;shoulld live at &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//src/include/abkmeth.h&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and we couldnot find any folder like that!!&lt;/P&gt;&lt;P&gt;nor the singature file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;abkhmeth.sig&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you think of that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 13:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712277#M1770260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712278#M1770261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 15:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712278#M1770261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T15:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712279#M1770262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solen, I have same needs to implement my own C function to be consumed by ABAP code.&amp;nbsp; Tried to follow the "Kernel Methods" page on the help.sap.com but the information are limited.&amp;nbsp; I particular need an example copy of abkmeth.h file but couldn't find it on internet nor at service.sap.com.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 19:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712279#M1770262</guid>
      <dc:creator>EddyGuo</dc:creator>
      <dc:date>2013-10-01T19:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a kernel method in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712280#M1770263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I tried too but no success yet&lt;/P&gt;&lt;P&gt;The documentation doesnt give an example and some parts doesnt match&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be great to have Kernel methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write in C then register with the tool and there you go&lt;/P&gt;&lt;P&gt;It is like a native code which is quite powerful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 06:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-kernel-method-in-abap/m-p/9712280#M1770263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-24T06:17:29Z</dc:date>
    </item>
  </channel>
</rss>

