cancel
Showing results for 
Search instead for 
Did you mean: 

Function/Method for getting MIME object by name ??

Former Member
0 Kudos

Hi all,

does anyone know of a function/method to get a mime from the mime repository

using the mime name as input instead of the mime id ?

Background:

I use html-fragments which are stored in the mime repository. Now I'd like to

extract this fragment into a string variable in a bsp page. Right now I use

the method 'cl_wb_mime_repository=>get_all_mimes' using the folder name

as input to get all mimes in that specific folder. Using the result I filter the

relevant mime out of the list to get the mime ID.

Unfortunately this method takes AGES, when there are lots of mimes in

that folder or subfolders.

Now I'm looking for a way to get the mime directly using the path and

name (without knowing the mime ID).

Does anyone know if this is possible or what method/function to use ?

Thanks a lot.

Stefan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

or try report MR_CHECK_MIMES in my oppinion it provides all needful data

for mime objects...

Former Member
0 Kudos

Hi Matthias,

thanks for your help. I have finally found a function

which does exactly what I was looking for:

'SKWF_NMSPC_IO_FIND_BY_ADDRESS'

Regards,

Stefan

Former Member
0 Kudos

try the tables starting with smim* - maybe you should read directly from database...

Regards Matthias