cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Client Proxy creation

Former Member
0 Kudos

Hi ,

In SPROXY txn , When iam asked for prefix, I have given 'z' and have used Local object . Then i have saved and activated the proxy created. But when i open the proxy class created , I couldn't see the EXECUTE_ASYNCHRONOUS method but there is something like "IF_PROXY_CLIENT~EXECUTE" and one more method wid the same name as that of my Service Interface name.

My doubts are :

1.Whether my proxy got created successfully ?

2.What do u mean by Orphaned objects ?

3.Can i use a local object for creating proxy or should i declare it within a package that too in level4 only ??

I am not getting a clear picture from the blogs and forums ..So pls share ur inputs on this

Thanks,

Laawanya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Laawanya,

From PI 7.0 (I don`t remember which SP) EXECUTE_SYNCHRONOUS and EXECUTE_ASYNCHRONOUS are note available.

Instead, the methos are called with the same name than the Message Interface.

So, I think your proxy is created properly.

You can create your proxy in a local object.

Regards,

Carlos

Former Member
0 Kudos

check these blogs

- ABAP Proxy to File

- File to ABAP Proxy