cancel
Showing results for 
Search instead for 
Did you mean: 

How can I import a MIME object with my program?

wohllebu
Discoverer
0 Kudos

Hi,

I want to import MIME objects with my program.

The Mime Objects are jpg pictures.

Can I do this with a ABAP program or with a BSP application?

Thank you very much!

Patrizia

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can do a quick search here in this forum, this topic was covered and I think Max was planning a weblog for that?

I think that was the topic.

Now if you are just importing a single object than you can simply choose uder your BSP Application to "Import Mime Object" then select it from the drive.

maximilian_schaufler
Active Contributor
0 Kudos

First, I think Patrizia (or Ute?) meant to accomplish this task not via the workbench but programmatically:

> Can I do this with a ABAP program or with a BSP application?

Second, yes, weblog was (and is still) planned - already started writing on my first blog (not one of the technical topics I mentioned before though, these will come after that).

Looking/debugging into the program BSP_UPDATE_MIMEREPOS should be a start to learn something to solve your problem. But be aware, like Brian mentioned in the thread Craig linked to, this program is just designed for internal use (though I have not encountered problems when using it right).

Cheers,

Max

wohllebu
Discoverer
0 Kudos

Hi,

thank you!

I will try this way.

I want to import programmatically, not via workbench.

Have a nice day!

Patrizia