cancel
Showing results for 
Search instead for 
Did you mean: 

Moving proxy implementation to Production

Chandra_Hota
Participant
0 Kudos

Hi

Can anyone tell me the best way of moving proxy implementation from dev/test to production system?

Is there any sequence while exporting SLD objects, IR/ID objects and abap objects from dev/test to production environments?

How will production XI box recognise the proxy implementation? DO i need to regenerate the proxy in production system?

Can someone tell me the best practise to be followed while moving SLD, IR, ID and ABAP to production environments?

Pointers to any material is also apprecited.

Many Thanks

Chandra

Accepted Solutions (0)

Answers (3)

Answers (3)

Shabarish_Nair
Active Contributor
0 Kudos

transport IR and ID content.

for the proxy, we transport it as a normal ABAP transport.

Former Member
0 Kudos

Hi,

Moving ABAP Proxy objects and XI objects(SLD, IR & ID objects) is entirely independent.

ABAP objects can move anytime independent of XI objects. But in ABAP objects you need to move proxy package first. Then proxy objects then only ABAP Code. But triggering of ABAP proxy objects in case of client ABAP proxy should be only after moving XI objects. In case of server proxy, it will stuck in IS.

In XI, I hope you knew the steps first you need to move SLD.. then IR and ID we used to create in production environment.

Regards,

Vineetha.

Former Member
0 Kudos

Hi,

Here is the approach,

move like below...

1. SLD

2. IR

3. ID

4. ABAP requests.( No need of activating or regenerating )

And you can find the SAP documents for moving SLD, IR and ID.

Regards

Sunil.