cancel
Showing results for 
Search instead for 
Did you mean: 

sender proxy

Former Member
0 Kudos

I have couple of questions.

1) How to handle sender proxys across different systems (DEV , QA , PROD)

do we need to create proxys in each systems or is there any way to

transport them across different systems.

2) Is it good to have one namespace for each scenario under a software

component or is it better to have one component per scenario

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

1. Ususally it is transported in thesimilar manner in which any other ABAP object is transported.

2. The abstraction of Software Componenet and namespace depends upon the complexity of the system integration landscape. If ur scenaio involves many interfaces, then the logical distinction can b done by creating several Software Components. If it involves just 2-3 interfaces, it is better to go for one SWC and 2-3 namespaces.

Regards,

Prateek

Former Member
0 Kudos

Thanks for the reply .. for the question abt namespaces ..are there any advantages of one over the other.

prateek
Active Contributor
0 Kudos

Namespaces are used just for logical differentiation of the interfaces thereby reducing the complexity of design. So there isnt any other advantage except simplifying the overall XI design for the integration landscape of any organization.

Regards,

Prateek

Former Member
0 Kudos

Hi ,

You can transport the proxies as well to other systems using the transport request key which is generated while creating your proxy.

Coming to the namespaces it is always better to have in one SWCV...but it is again the client decision.

Regards,

Kumar