Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

No changes possible

Former Member
0 Kudos

Dear all,

I want to change a standard method of the class CL_RSR_WWW_PAGE. When I click the change button, it shows "Carry out modification comparison for METH CL_RSR_WWW_PAGE PAGE_CONTROLLER_WRAP first. No changes possible".

How can I do?

I want to change this method.

Thank you very much.

Seven.Jin

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

Hi,

Whatever may be the reason, you must not tamper stadard classes provided by sap.

YOu can create a sub class which refers the class CL_RSR_WWW_PAGE as <b>super class</b> and then <b>redefine</b> the methods as you want.

REgards,

Ravi

0 Kudos

Dear ravi,

Thank you, but I want to change it.

Is there any way to change it?

The other standard method of this class can be edit by me.

Seven.jin

Former Member
0 Kudos

Hello Seven,

As it is a standard program it will not all u to change directly. U will have to get access key from OSS and then change. Use SAP tool to modify the code which ur BASIS guys will be able to help u with.

0 Kudos

Dear Dani,

Actually, I have the access-key.