cancel
Showing results for 
Search instead for 
Did you mean: 

abstract interface.

Former Member
0 Kudos

Hi all,

can we use abstract interface to generate proxy, i came to know that we cannot use, can anynody explain it please.

Brgds,

sagar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venu,

It is not possible to generate Proxies from abstract interface. Proxies are generated either by inbound or outbound interfaces.

Abstract interfaces don't have direction. So application system won't be able to determine if Client Proxies should be created or Server Proxy.

Please provide points if it is helpful.

Answers (7)

Answers (7)

Former Member
0 Kudos

thanks to every one.

Former Member
0 Kudos

Hi,

I agree with u that we can't create proxie's for Abstract interfaces. But consider the case I want to call Proxy inside BPM, is this possible?

Yes its possible. For Proxy receiver Interface determination we need to give Actual Inbound Interface name instead of Abstract. MI_Proxy_Abs --> use MI_Proxy_IB . Provided both the interfaces has the same structure.

Thanks

Vikranth

GabrielSagaya
Active Contributor
0 Kudos

You can't use abstract interface to generate proxy

/people/community.user/blog/2006/11/16/step-by-step-realize-your-bpm-scheduling-capability

Edited by: Gabriel Sagaya Selvam on Jun 9, 2008 5:32 PM

former_member181985
Active Contributor
0 Kudos

Hi,

We cannot.............

The proxies are specifically for outbound/inbound applications.

Hence you cannot see a option JavaProxyGeneration in repository for Abstract message interfaces in case java proxies.

For ABAP proxies it wont display abstract interfaces in SPROXY tcode.

Thanks,

Gujjeti

Former Member
0 Kudos

Hi,

  • has no direction (inbound/outbound)

  • is used in BPM

its not possible to use abstract with proxies.

Abstract interface is similar to other interface(outbound or inbound) but does not have direction. It can be used as both outbound or inbound. It is used only inside BPM.

P.S For definitions, first go through help.sap.com. If you have doubts in that, then post it in the

Abstract interfaces are mainly used in BPM which have no direction....

Check this link also..

Please reward points

Thanks

VIkranth

Former Member
0 Kudos

Hi,

You can't use abstract interfaces with proxies.

Thanks,

Vijaya.

Edited by: Vijaya Lakshmi Palla on Jun 9, 2008 7:58 AM

Former Member
0 Kudos

Hi

Abstract interface are used for BPM. in proxy we dont use abstract.

for proxy u need to create the MI not abstract and u need to generate the proxy at R3 using SPROXY tcode.

check the following weblog for client and server proxy:

Client Proxy -

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Please chekc this PDF :

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d49...

Server Proxy -

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

File to Inbound Proxy:

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Debugging Inbound Proxy:

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

SPROXY not working:

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

chirag