on 2008 Jun 05 9:02 AM
Hi friends,
We have created one Synchronous Interface (Outbound, Synchronous). We have created proxy for the same in ABAP. We want to call this proxy from our BPM Synchronous Send Step. For that purpose, we have to write code inside the Synchronous Proxy. This proxy is having 2 parameters: OUTPUT (importing), INPUT (exporting). When we click the code button for the method 'EXECUTE_SYNCHRONOUS', the system displays a message 'You cannot edit Proxy objects'.
Diagnosis:
The entered class is a generic proxy type. These proxy types cannot be processed using the Class Builder, but using the transaction SPROXY.
We aret trying to write code thru SPROXY only.
So, what could be the problem ? How do we write code for this Sync Proxy.
Kindly tell me, friends,
Kind Regards,
Jeg P.
Hi,
You cannot write the code inside the Abap object.
You have to create a Report in SE38.
Only in ABAP Proxies created from Inbound interfaces code
can be written by clicking the Abap class generated.
Regards,
V.Ramya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is possible to write code in the Server Side Synchronos proxy itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
When you are creating Proxy objects it will ask for package and prefix.
Provide a 'z' prefix for the class. classes that start with 'z' prefix alone can be edited.
And I think you should Synchronous Server proxy (Inbound Proxy) for your Scenario.
Regards,
Sudharshan N A
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi friends,
Thanks friends.
We know that thru Z Progam only calling Synchronos proxy is possible. But, how do we call from BPM or from any other external system. ie. we are searching.
Any idea ..?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It will not possible to edit that proxy object.
because of that you need to write an ABAP program
in se 38 t.code.
where you will create an object
and then call method Execute _Synchrous.
please process in this way.
regards
mahesh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.