cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy REgeneration and changed field names

Steven_UM
Contributor
0 Kudos

Hi there,

We are using the .NET connector version 1 to generate proxies for our RFC's ...

You can give the various table fieldnames more 'user-friendly names', change order, remove fields, etc ...

Is there actually a way to REFRESH or REGENERATE the proxy without losing all those changes ?

It seems for now that the only option to get the latest version of a RFC is to delete the proxy object and restart again ... meaning you loose all your changes ...

Thanks,

Steven

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

Do this customization in the Proxy Designer (double click .sapwsdl file) and not in code. Each change here will regerate the code with your customizations.

If your original RFC changes and you have to re-fetch metadata, the customizations are lost.

With the new version 2.0, there is an extra "Refresh Metadata" feature that updates the RFC definition and KEEPS all customizations.