cancel
Showing results for 
Search instead for 
Did you mean: 

how to refresh data services definitions ?

Johnny_B_
Active Participant
0 Kudos

Hello!

have a supposedly simple question but cannot figure it out:

How can I refresh the data services in VC 7.01 ? I see all my function modules, but if I change the interface of a FM, VC does not get it, it still has the old definitions. even if i clear and search again, I get the old interface fields. so as a workaround now every time i change the FM interface during development, i have to copy it to a new FM and this is then shown correctly in VC.

thanks,

Johannes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Johannes,

To get the latest definition for a data services you need to change the settings under compiler tab.

Tools -> Options ->Compiler -> Data Service Retrieval : Do not cache data services (get latest).

Once you do this setting you will get the latest definition.

Hope this helps,

Regards,

Rk.

Johnny_B_
Active Participant
0 Kudos

yes, thank you !

Answers (0)