<?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: Modify Method in Class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002149#M1344502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin, absolutely right. So you mean this structure definition can't be changed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting the editable button disabled in ECC6 while edit button enabled in 4.6c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is such restriction for higher versions only?? There must be some way either to modify the structure or to make class' properties checkbox "unicode check field" enabled to disable checking unicoder conversions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2009 12:56:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-05T12:56:36Z</dc:date>
    <item>
      <title>Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002138#M1344491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Txn SE24, we entered CL_OIURV01_RD_DRIVER to modify it. In "Attributes" tab we can edit many attributes but few are disabled and cannot be modified. We need to modify attribute "RD_BOOKINGS" but the Modify Button is disabled. Any suggestion how can we edit it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;-N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 10:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002138#M1344491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002139#M1344492</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;This is standard Class provided by the SAP. you need to take the &lt;STRONG&gt;ACCESS KEY&lt;/STRONG&gt; from basis and can modify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is strongly recommended that you dont change the standard this way&lt;/P&gt;&lt;P&gt;you can copy the class to a &lt;STRONG&gt;Z&lt;/STRONG&gt; class then you can modify etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 10:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002139#M1344492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T10:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002140#M1344493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramchander for a quick response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already supplied Access Key which enabled me to modify few attributes but not all attributes are accessible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to edit RD_BOOKINGS attribute or its code but is still not allowing me to modify. The button of edit is disabled when I go into definition of attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 11:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002140#M1344493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T11:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002141#M1344494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely RD_BOOKINGS is defined in super class which class CL_OIURV01_RD_DRIVER inherits from or in interface. That's why you can't edit this attribute. You will have to get access key to this super class. Go to class &lt;EM&gt;Properties&lt;/EM&gt; and check field &lt;EM&gt;Superclass&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 11:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002141#M1344494</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-05T11:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002142#M1344495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcin for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Through SE24 I checked properties of class "CL_OIURV01_RD_DRIVER" and found SuperClass, Undo Inheritance and Change Inheritance options disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already provided access key to modify it and I'm getting few attributes changeable. You seems right that access key of superclass would be required inorder to modify few attributes that are of type "Direct Type Entry".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I didnt find what could be its super class. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 11:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002142#M1344495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T11:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002143#M1344496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CL_OIURV01_RD_DRIVER does not have a superclass. Which attributes are greyed out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 11:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002143#M1344496</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-08-05T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002144#M1344497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfotunatelly I don't have this class in my system, but if it doesn't have superclass then this class might implement some interfaces (check tab &lt;EM&gt;Interfaces&lt;/EM&gt; ). Also notice that if attribute is in blue color this means that it doens't belong to this class, otherwise (if standard black color) it is defined directly in this class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more suggestion. When displaying class select &lt;STRONG&gt;FILTER&lt;/STRONG&gt; pushbutton placed on application toolbar - &amp;gt; then select &lt;EM&gt;Group by Interfaces and Superclasses&lt;/EM&gt; . Now you will be able to see where the attribute originally comes from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 11:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002144#M1344497</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-05T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002145#M1344498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Interfaces at all. But all attributes not modifiable do not have a typing nor an associated type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002145#M1344498</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-08-05T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002146#M1344499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rainer for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At class level when I click Edit, I get attributes like "RD_JEINTF" as modifyable but "RD_BOOKINGS" is greyed out. In its definition, when I click seventh column "ATEM", its definition gets opened in which Modify Button is greyed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding Interfaces, its blank. In its properties, "Unicode check active" checkbox is also greyed out although I'm in editable mode by providing access key.&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>Wed, 05 Aug 2009 12:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002146#M1344499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T12:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002147#M1344500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I checked it in another system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These attributes which don't have typing, have litte green icon on right. When you click on it you will see that this attribute is created not based on Dictionary types but is a structure definition. It has lots of fields. &lt;/P&gt;&lt;P&gt;I think you can't change it because you got acces key to class but there are many dependand objects which are repnsible for accessing its different parts (i.e public section, private etc).&lt;/P&gt;&lt;P&gt;Below a list of objects which you might need access too:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CL_OIURV01_RD_DRIVER==========CCDEF
CL_OIURV01_RD_DRIVER==========CCIMP
CL_OIURV01_RD_DRIVER==========CCMAC
CL_OIURV01_RD_DRIVER==========CI
CL_OIURV01_RD_DRIVER==========CM001
CL_OIURV01_RD_DRIVER==========CM002
CL_OIURV01_RD_DRIVER==========CM003
CL_OIURV01_RD_DRIVER==========CM004
CL_OIURV01_RD_DRIVER==========CM005
CL_OIURV01_RD_DRIVER==========CM006
CL_OIURV01_RD_DRIVER==========CM007
CL_OIURV01_RD_DRIVER==========CM008
CL_OIURV01_RD_DRIVER==========CM009
CL_OIURV01_RD_DRIVER==========CM00A
CL_OIURV01_RD_DRIVER==========CM00B
CL_OIURV01_RD_DRIVER==========CM00C
CL_OIURV01_RD_DRIVER==========CM00D
CL_OIURV01_RD_DRIVER==========CM00E
CL_OIURV01_RD_DRIVER==========CM00F
CL_OIURV01_RD_DRIVER==========CM00G
CL_OIURV01_RD_DRIVER==========CM00H
CL_OIURV01_RD_DRIVER==========CM00I
CL_OIURV01_RD_DRIVER==========CM00J
CL_OIURV01_RD_DRIVER==========CM00K
CL_OIURV01_RD_DRIVER==========CM00L
CL_OIURV01_RD_DRIVER==========CM00M
CL_OIURV01_RD_DRIVER==========CM00N
CL_OIURV01_RD_DRIVER==========CM00O
CL_OIURV01_RD_DRIVER==========CO
CL_OIURV01_RD_DRIVER==========CP   "&amp;lt;- this is private section where RD_BOOKINGS is defined, you may need access to it too
CL_OIURV01_RD_DRIVER==========CT
CL_OIURV01_RD_DRIVER==========CU
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002147#M1344500</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-05T12:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002148#M1344501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer and Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you're right about CL_OIURV01_RD_DRIVER==========CP. But how can we edit it? When I open it through SE38 it directs me to the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I need to edit length of few fields defined in "RD_BOOKINGS" structure. I can have access key but where to put that is the query to enable edit version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest on how can we edit such disabled fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002148#M1344501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T12:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002149#M1344502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin, absolutely right. So you mean this structure definition can't be changed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting the editable button disabled in ECC6 while edit button enabled in 4.6c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is such restriction for higher versions only?? There must be some way either to modify the structure or to make class' properties checkbox "unicode check field" enabled to disable checking unicoder conversions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002149#M1344502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T12:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002150#M1344503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get to its definition in two ways&lt;/P&gt;&lt;P&gt;- click next to RD_BOOKINGS this litte green icon I mentioned about&lt;/P&gt;&lt;P&gt;- from menu choose &lt;EM&gt;GoTo-&amp;gt;Private section&lt;/EM&gt; -&amp;gt; then CTRL+F and find definition for RD_BOOKINGS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can edit private section for this class (meaning chanign object CL_OIURV01_RD_DRIVER==========CP) then you will be able to change attributes definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: As for your last post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Unicode check" has to be checked, beacuse you are in ECC 6.0 and here all objects MUST be created Unicode enabled. You can't change it and even if you could, syntax check would not allow you to leave it unchecked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marcin Pciak on Aug 5, 2009 3:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 12:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002150#M1344503</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-05T12:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002151#M1344504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Marcin for really quick help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By changing object CL_OIURV01_RD_DRIVER==========CP you mean &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- to goto SE24 and edit this object, (Object is not found)&lt;/P&gt;&lt;P&gt;- to goto SE38 and edit this program (It opens the same screen, i.e. SE24 and change CL_OIURV01_RD_DRIVER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click Green filled button in row RD_BOOKINGS, it directs me to its structure level definition. But at that particular screen the edit button is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really very sorry if not getting you correctly but i'm confused in where to put access key to enable CL_OIURV01_RD_DRIVER==========CP object or CL_OIURV01_RD_DRIVER to modify structure definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again Marcin for being so cooperative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 13:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002151#M1344504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T13:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002152#M1344505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No workaround to change private/public/protected sections of a class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for all of your cooperation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 13:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002152#M1344505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002153#M1344506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This object CL_OIURV01_RD_DRIVER==========CP is only internal one, you can't directly display it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I am trying to understand why EDIT option is disabled in these sections. I tried by enhancing by selecting option &lt;STRONG&gt;Enhance&lt;/STRONG&gt; (the WHIRL icon) but then I can't create/replace any line. As the Modification Assistant would not work here. There has to be some reason behind this. I neither can't find any note desrcibing this. Therefore for this moment I can't help you but I will keep looking for solution or at least explanation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry:(&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 13:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002153#M1344506</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-05T13:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002154#M1344507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, activate Enhance, goto menubar -&amp;gt; Utilities -&amp;gt; More Utilities -&amp;gt; Upload/Download -&amp;gt; Select Upload -&amp;gt; Browse the newer structure and your are done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can we activate the new program ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried activating it but on rechecking its definition, it shows me the previous code rather than the uploaded one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again. Looking forward for some nice feedback &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 14:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002154#M1344507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T14:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002155#M1344508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can modify such classes by switching off the Check Modifications. After that SAP is not responsible for that part of code if any error occurs later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 16:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002155#M1344508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T16:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Method in Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002156#M1344509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcin for all of your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 16:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-method-in-class/m-p/6002156#M1344509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T16:59:49Z</dc:date>
    </item>
  </channel>
</rss>

