I have created an OData service to create service notification in SAP system.
In the SAP t-code for create service notification (IW51), there is an option to attach files using generic object services.
I would like to know whether I can add this attachment functionality into the Odata service and consume this service from front-end.
(I have already created an OData service to attach files to a custom table. It works fine.)
Now, I want to attach this to the service notification.