cancel
Showing results for 
Search instead for 
Did you mean: 

How to Refresh cache of Service Call

Former Member
0 Kudos

Hi

Normally I use java WD, but am helping out a friend who uses ABAP flavour.

In the java WD, if the RFC changes, I just re-import the model so that the changes are made available to me in the Dev Studio. How do I do the equivalent in ABAP WD? ie How do I refresh/re-import the Service Call?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

S-H
Active Participant
0 Kudos

Hi Anton,

In WD ABAP, if we want to reimport the service call, we need to follow the same steps which we follow to create a service call.

One thing to notice is that wizard does not allow to give the same method name which we gave/system proposed during the last time service call creation. Hence in the second time when we reimport the service call provide all details and new method name. A new method will be created in Controller (if we use existing controller). During adapting the nodes new nodes/attributes will be created.

Hence the best approach is to before reimporting the service call is to delete the context, attributes and the method created during the previous service call creation.

Best regards,

Suresh

Answers (0)