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: 

How to delete proxy interface/class generated via SPROXY?

gopalkrishna_baliga
Participant
0 Kudos

Hi Experts,

I have generated proxy for my interface via tcode "SPROXY". For some reason I want to delete the proxy class and interface that was auto-generated by SPROXY. I tried to delete it via SE24 but got a message "You cannot edit proxy objects". I checked more details about this message and it says:

Diagnosis

The entered class is a generic proxy type. These proxy types cannot be processed using the Class Builder, but using the transaction SPROXY.

But in SPROXY I don't see any option to delete this class and interface.

So how do I delete the existing proxy class and interface so that I can regenerate the proxy afresh?

Please help

Thanks

Gopal

2 REPLIES 2

Former Member
0 Kudos

Hi Gopal,

Please refer to this for [Regenerating a Proxy & Deleting the Proxy|http://help.sap.com/saphelp_nw70/helpdata/EN/e5/004f22192b444ab0bac1364d73ea6f/content.htm].

Hope this helps.

Regards,

Chandravadan

Former Member
0 Kudos

Hi Gopal,

Please follow below steps to delete the SPROXY provider class

Goto               :  Tcode SE80

Package        :  Give your Package Name

                         It will list down all your objects under your project, in that select the class library

Class Library : Select your sproxy provider class name

                         Right Click - Delete

                         It will delete your sproxy provider class

All the best go ahead

Regards,

Vadivelu Ramalingam