Hi everybody,
in my odata producer I want to create specific service operations. The function should only get one parameter (id), with this id I want to call a bapi which is existing on a sap system. the bapi and my producer work fine but ... I don't know how to implement the service operation... when I want new entities for example I call the method "register" of my inmemoryproducer ... but I can't find a similar function for service operations ... the only thing I found so far was the method "callFunction" ...
Does anybody know how this works. thanks a lot!
Greetings
Stefan