cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy

Former Member
0 Kudos

Hi,

For an ABAP Proxy Sender suppose we generate a proxy in a client,say 300 and then if i want to use the same proxy on a client,say 200 of the same box.Then do i have to generate the proxy in both the clients 300 and 200(since 300 is for development and 200 for testing)

Thanks and Regards,

Jishi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

ABAP objects are client independent, that means if you generate them in one client, it is available in all clients.

Most of the configuration objects are client dependent, that means you have to edit/create those required entries such as your business system (SXMB_ADM -> Integration engine configuration -> make it an Application System).

In case of sender proxy you will not see a problem, but in case of receiver proxy, your communication channel should point to that particular client.

regards

SKM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

nope.. u need not generate them in both of the clients.. They will be accessible across all the clients of that system.

But u need to configure ur Client 300 also to point to the IS properly.

Hope this helps....

Cheers,

Siva Maranani.

Former Member
0 Kudos

Hi Jishi,

No .. you must generate the proxy only in one client.

and you can user it in every other client.

maybe 100 Development 110 Testing 120 Sandbox etc.

Regards,

Robin

Former Member
0 Kudos

The proxy itself is client independent.

However, each client must be configured separately as a business system in the SLD. Also, each client needs to be configured to connect to the SLD and the IS. This means repeating all the config such as the Integration engine Admnistration configuration etc.

For inbound proxies, the message goes to the appropriate client based on the business system name.

Cheers

manish