cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy delete reganarate

Former Member
0 Kudos

Hi Gurus,

Can anyone help me in knowing the difference between Regenating an ABAP proxy and Delete-Generate ABAP proxy if datatype/messagetype is changed in the Integration Repository

Thanks

Keerthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If the source of a WSDL document has changed, then you must regenerate the proxy objects.

former_member183908
Active Contributor
0 Kudos

Hi

-->What do you mean by the source WSDL?

-->For Outbound Interface and inbound interface we need to generate the Proxy.

-->And in the same way if you perform any changes to the outbound or inbound interfaces(at the DT's or MT's level)

again you need to regenerate the Proxy.

-->So it is not particulary related to the Source WSDL as per your assumption.

Answers (1)

Answers (1)

former_member183908
Active Contributor
0 Kudos

Hi Keerthika,

-->In SPROXY if you generate the Proxy on your Interfaces and if you want to delete the Generated Proxy we can delete it.This is Delete generated proxy.

-->Regeneration of Proxy is nothing but,after generation of Proxy in your SPPROXY on the interface,If any changes made to the Data types or message types or message interfaces,you need to regenerate the proxy to occur the changes in your Proxy .

Thanks