<?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: Changing delivered class/function module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008096#M409534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your HELPFUL answers. Can you also tell me how/where should I go, to make copies of "CL_HRMSS_RECRUITING_WF" and the function module "HRWPC_EREC_CREATE_EREC_OBJECT". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Also if I am renaming with Z&amp;lt;my-class-name&amp;gt;, and using the method "CREATENBOBJECT" in my renamed class, will there be a problem with naming conflicts as "CL_HRMSS_RECRUITING_WF" already has the same method "CREATENBOBJECT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 15:47:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T15:47:30Z</dc:date>
    <item>
      <title>Changing delivered class/function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008093#M409531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can I change delivered ABAP class "CL_HRMSS_RECRUITING_WF" (add functionality to a method "CREATENBOBJECT"). Also can I change a delivered function module "HRWPC_EREC_CREATE_EREC_OBJECT" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My original problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to pass the my object (with few attributes read from tables) using CREATENBOBJECT as a parameter to the function module "HRWPC_EREC_CREATE_EREC_OBJECT" (CREATENBOBJECT calls HRWPC_EREC_CREATE_EREC_OBJECT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "CREATENBOBJECT" is called as an activity in the workflow (personnel requisition workflow).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008093#M409531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing delivered class/function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008094#M409532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general it is NOT recommended to make changes to an existing SAP object; this is for the simple reason that your changes will be wiped out every time SAP releases a new version of this object. No company that runs SAP and has decent policies in place will allow you to modify standard objects - or ONLY on an exception basis if there really is no other way. &lt;/P&gt;&lt;P&gt;Can't you make a copy of the object(s) in the customer name space (beginning with Y or Z)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guenther&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008094#M409532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing delivered class/function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008095#M409533</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;   Check if there is place where SAP had provided the customer to make changes. Something like exits......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008095#M409533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing delivered class/function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008096#M409534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your HELPFUL answers. Can you also tell me how/where should I go, to make copies of "CL_HRMSS_RECRUITING_WF" and the function module "HRWPC_EREC_CREATE_EREC_OBJECT". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Also if I am renaming with Z&amp;lt;my-class-name&amp;gt;, and using the method "CREATENBOBJECT" in my renamed class, will there be a problem with naming conflicts as "CL_HRMSS_RECRUITING_WF" already has the same method "CREATENBOBJECT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008096#M409534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing delivered class/function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008097#M409535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SE24 to copy CL_HRMSS_RECRUITING_WF  to say  Z_CL_HRMSS_RECRUITING_WF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy Class:&lt;/P&gt;&lt;P&gt;Path:&lt;/P&gt;&lt;P&gt;1&amp;gt; Goto SE24&lt;/P&gt;&lt;P&gt;2&amp;gt; Type in CL_HRMSS_RECRUITING_WF  in screen field  Object Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menu path&lt;/P&gt;&lt;P&gt;3&amp;gt; Object Type/More Functions/Copy. Here you mention your class name (ex: Z_CL_HRMSS_RECRUITING_WF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy FM:&lt;/P&gt;&lt;P&gt;Path&lt;/P&gt;&lt;P&gt;1&amp;gt; SE37&lt;/P&gt;&lt;P&gt;2&amp;gt; Type in HRWPC_EREC_CREATE_EREC_OBJECT in screen field 'Function Module'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menu Path&lt;/P&gt;&lt;P&gt;3&amp;gt; Goto Function Module/ Other Functions /Copy. TYpe in your FM say Z_HRWPC_EREC_CREATE_EREC_OBJECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this solves your problem of copying. Herewith make your changes with these new objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if it has satisfied your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 05:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-delivered-class-function-module/m-p/2008097#M409535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T05:12:15Z</dc:date>
    </item>
  </channel>
</rss>

