I have a requirement to store the attachments in CRM one order transaction from a local file path on the SAP application server in AL11. So, all the files will be initially placed in a specific directory of the app server. Now, I want to attach this file via the "Create URL" option on the CRMD_ORDER transaction. For this, I need the URL of the file present in the application server. How do we get the URL of any file in the app server?
Anyone has experience on working in a similar scenario?