cancel
Showing results for 
Search instead for 
Did you mean: 

ITSmobile with Parameter ~MIME_SERVICE

peter_baumann4
Explorer
0 Kudos

I will use my own icon images in my ITSmobile. This is possible with this parameter
"~MIME_SERVICE"

But how can I upload my new images?

With se80 I can only do one by one

And BSP_UPDATE_MIMEREPOS
will not work because we will not use the MIME repository

Is there a way to upload
more than 100 images to my own ITSmobile web service?

Peter

Accepted Solutions (1)

Accepted Solutions (1)

former_member194364
Active Contributor
0 Kudos

Hello Peter,

Your query might be more relevant for the ABAP Workbench area.

Why are you not using the MIME repository?

Regards,

Oisin

peter_baumann4
Explorer
0 Kudos

Hello Oisin,

I cannot use the MIME repository, or I’m wrong?

When I set parameter ~MIME_SERVICE to “ZITSMOBILE”. The Icons should located in SE80 webservice ZITSMOBLE in Folder /IMAGES/ICONS/*

In what Path/Folder should be the Icon placed whe I use the MIME Repository?

Regards,

Peter

Former Member
0 Kudos

Hi Peter Baumann,

You can put all your logos and create CSS files under this MIME repository (shown attached).

Remember to update the paths to these files in your template as: ~name="styles/logo.gif".

Regards,

Utkarsha

former_member194364
Active Contributor
0 Kudos

Hello Peter,

I got the following information from an ABAP Workbench expert which is relevant to your query

One can use report siac_upload to upload
files as mime objects to internet services.

  • Preparation:
    • Put all needed files into one local
      directory, if needed with sub directories.
    • Remove files, where the mime object
      already exists, except were you want to replace it. This suppresses warnings about
      excluded files for action if overwrite is not allowed.
    • Prepare security of SAP Gui. Allow read access to the prepared directory (if not already allowed in general). The reason is to suppress security questions for each file.
  • Start
    siac_upload: At selection screen choose last tab strip “Objects of a Theme”.
    Give service and theme. Choose Mime Objects (Language-Independent). Continue
    with F8.
  • Choose
    the prepared directory which contains the mime objects.
  • Choose
    package and transport.

If there are really many files the upload can take a lot of time. No progress
indicator is implemented yet.

Re your query:

"

In what Path/Folder should be the Icon placed when I use the MIME Repository

"

If your MIME's are stored in a sub folder under the same directory as your HTML templates

then the

~sources <my_itsmobile_service>

parameter would allow one to use the MIME's within this directory.

Also can set the ~theme

parameter. (Update: As per example from Utkarsha -an example of this would be: ~theme Topic 99  )

See the WIKI: Service Parameter and Settings - Wiki - SCN Wiki

Regards,

Oisin

My original Post was written without an awareness of Utkarsha post Review Timestamps Message was edited by: Oisin ONidh

Answers (1)

Answers (1)

peter_baumann4
Explorer
0 Kudos

Hi Utkarsha Khadke,

Please remember, my question focused the multiupload

Hi Osin,

Thank you – perfect!