cancel
Showing results for 
Search instead for 
Did you mean: 

How to link to MIME repository file in design studio?

maria_ruseva1
Explorer
0 Kudos

Dear experts,

I have a txt file uploaded in MIME repository (SE80) SAP/BW/Customer/example.txt. How should the link to this file look like in a design studio application?

I am using a button and the code is:

APPLICATION.openNewWindow("SAP/BW/Customer/example.txt"); but this is not working.

while

APPLICATION.openNewWindow("http://www.sap.com"); is working very well

How is the correct way?

thank you!

Accepted Solutions (0)

Answers (2)

Answers (2)

TammyPowlas
Active Contributor

Hi Maria - please see Bharath's reply here https://archive.sap.com/discussions/thread/3418917

maria_ruseva1
Explorer
0 Kudos

Hi Tammy,

thank you for trying to help. For images the path is Customer/image.jpg and this is working with component Image from the standard components, but there is no component for inserting a txt file. The link Customer/example.txt is also not working.

best regards,

Maria

maria_ruseva1
Explorer
0 Kudos

Hi Tammy,

I browsed further from the pointed by you question and I found the correct path:

it should be:

/sap/bw/mime/customer/example.txt