cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to edit my interface in SPROXY

Former Member
0 Kudos

Hi,

Iam doing a Proxy to file scenario. I have created a proxy for my interface. As my R/ system is ECC 6, IAm not able to c the method EXECUTE_ASYNCHRONOUS in my proxy Instead I could c my interface(say MI_sender) available in that place. Iam trying to change my Interface to implement the code. But it is not allowing me to change it. The error Iam getting is

You cannot edit proxy objects (see long text)

Message no. OO631

Diagnosis

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

Procedure

Switch to transaction SPROXY to process the type.

But Iam in my Sproxy transaction only

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

IAm not able to c the method EXECUTE_ASYNCHRONOUS in my proxy Instead I could c my interface(say MI_sender) available in that place

this is due to the version ..in new version you cant see the method ..

i.e in ECC 6.0 version, EXECUTE_ASYNCHRONOUS methods and EXECUTE_SYNCHRONOUS methods are not generated with that names.

Instead, The same name of your message interface is created as a method.

well have activated the proxy ...try to troubleshoot it ..

Regard's

Chetan Ahuja

Answers (6)

Answers (6)

Former Member
0 Kudos

Resolved

former_member184619
Active Contributor
0 Kudos

Hi Radhika,

I am facing the same problem, can u tell me how have you resolved this problem...

Regards,

Sachin

Former Member
0 Kudos

Hi,

For Client proxies you need to develop the code using SE38.

For Server Proxies you can directly write the code using SPROXY under interface.

Please check these links.

http://saptechnical.com/Tutorials/XI/ABAPClientProxy/page1.htm

http://saptechnical.com/Tutorials/XI/ABAPProxy/page1.htm

Thanks,

Kalyan.

Former Member
0 Kudos

Hi,

When ever you are trying to Edit the Generated Proxy Objects means, this warn will come and you cant Edit it.

If you want to write the code means write in SE38 Report to Initiate the Proxy

REgards

Seshagiri

Former Member
0 Kudos

Hi,

Iam doing Server Proxy. I activated my proxy class method.

But still Iam getting the same error.

Shedhagiri could you please guide me how can i write the code in SE38 for the same.

dharamveer_gaur2
Active Contributor
0 Kudos

u can't edit that.

If it's client proxy then u can send it through some report prog. in which u can call this method and pass the data.

check this link

for client proxy check here:

Former Member
0 Kudos

Hi Radhika,

Go through the link.

Regards

Sridhar Goli

Former Member
0 Kudos

HI,

Check this:

for client proxy :

ABAP server Proxy :