Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

show an uploaded file using tcode

Former Member
0 Kudos

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!

4 REPLIES 4

wol
Active Participant
0 Kudos

Hello,

I suggest to use the MIME-Repository. Here you can upload files and view them with the appropriate editor.

Regards,

Stefan

Former Member
0 Kudos

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?

wol
Active Participant
0 Kudos

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

Former Member
0 Kudos

Thanx. I will try it. But I also appreciate that if you tell me an alternative.