cancel
Showing results for 
Search instead for 
Did you mean: 

How to read a MIME Repository Object in ABAP ?

Former Member
0 Kudos

Hi all,

How can I read a MIME Repository Object in ABAP code ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

check the package SMIMES, there you can find classes and function modules to acess the mime repository.

Regards,

CW

Answers (1)

Answers (1)

Former Member
0 Kudos

I use LOAD_MIME method of the CL_WB_MIME_REPOSITORY class

Thanks a lot