cancel
Showing results for 
Search instead for 
Did you mean: 

Same host, same client ,same interface different PROXY...possible?

former_member187587
Contributor
0 Kudos

We have a situation where we have a single SAP ECC DEV enviorment with single client.

We need to handle 3 versions of ABAP PROXY developments in this system, that is:

each version (0,1,2 ) - will have a dedicated proxy with its classes and interfaces and will call

the same interface in different SWCV .

Is this possible?

have any one tried this before?

Appriciate your ideas.

Nimrod.g

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

This is not possible.

An ABAP proxy is linked to interface and namespace. If there is an another interface with the same namespace in a different SWVC, you have to decide from which SWVC the proxy generation should be done. You can not generate different proxies from different SWVC with same interface name. If you would be able, which proxy should be used for an incoming message?

Regards

Stefan

former_member187587
Contributor
0 Kudos

Hi Guys,

Thanks for your point of view, I appriciate it.

If we create 2 more clients in the Development system, will this solve the issue?

is it possible (technicaly and buisness)?

appriciate your POV.

stefan_grube
Active Contributor
0 Kudos

No, this would not help, as any ABAP code is client independent.

You would need different SAP systems.

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nimrod

You need to have seperate SWCV with Different namespace and different interface name to achieve this. you can generate same kind of proxy in different SWCV with different namespaces.

Under one namespace then 3 different Message interface is required to create 3 proxies

Thanks

Gaurav