Hi,
We want to create/open a folder from a drive (hard- or network). This has to be done from a CRM BSP-page (Portal). We achieved this in online but we use function modules and classes that checks if you are using the gui.
Does anyone have an idee how to achieve this??
Regards,
Ralph
There are similar functions modules available (can't think of the names right now) that allow you to run commands on the file system.
But with those FM's you can create a folder or load the contents into your BSP.
Or you can use ActiveX it's a high security risk. Check out this thread for an example of reading folders with ActiveX (client side)
Add a comment