‎2012 Oct 30 2:51 AM
Hello there,
I wanna upload a file to the sap sever and then the end user of the NetWeaver Business Client can access the file using tcode. BTW, writing an abap program is the last thing I'd like to do to fulfill the requirement.
Thanx a lot!
‎2012 Oct 30 8:26 AM
Hello,
I suggest to use the MIME-Repository. Here you can upload files and view them with the appropriate editor.
Regards,
Stefan
‎2012 Oct 30 8:55 AM
Thanx. I created a folder and upload a picture into the folder. Is it possible to assign a transaction code to open the folder and list its content given that the user has no access to SE80?
‎2012 Oct 30 9:20 AM
Hello,
first, you can start the MIME-Repository stand-alone (wo SE80) with Transactioncode SO2_MIME_REPOSITOR.
Furthermore, are you sure you don´t want to code in ABAP? The ABAP-MIME-API is easy to use. Alternative would be to create a BSP-Application. For more infos please refer to the documentation.
Regards,
Stefan
‎2012 Oct 30 9:55 AM
Thanx. I will try it. But I also appreciate that if you tell me an alternative.