cancel
Showing results for 
Search instead for 
Did you mean: 

LM01 From Industrial Browser Motrola MC9190 Issues

Former Member
0 Kudos

Hi All,

I have generated a link in SICF for the Tcode LM01 and one more for a custom tcode.

We have linked this sicf link via portal .

https://duj.XXX.com:301/irj/portal/AutoIM?NavMode=3

We are trying to access this link directly in Industrial browser of the mobile device. Note. This link takes me to the ECC tcode when accessed via laptop internet explorer.

When accessed via industrial browser on the device , facing the following issues.

1. If we use https, then we are getting client authentication error on the device

2. When I just use http . then it will ask us net weaver user id and password, once I give that, it takes to the page but it is very huge that I hardly can see anything or navigate. nothing works.

Please help me how to get this issue resolved. Do we have any additional sicf settings? or anything to do with the device?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ramya,

Please make sure :

1. For the GUI configuration, you have given the following parameters:

2. You have given the handler class as CL_HTTP_EXT_ITS for the Z internet service that you have created for the Z transaction in the ECC system.

3. Under the 'Error Pages' tab -> 'Logon Errors', if you select 'System Logon' and under Configuration give the ABAP class as 'CL_MOBILE_SYSTEM_LOGIN', you should get the standard logon page (with proper size) display page on your mobile device.  Also select the Protocol to be 'Do not switch'.

4. for you internet service in SE80, give the following parameters:

In this, 'CUAAREA' is the name of the CSS file you have created for the MIME object.

Also, please let me know the screen size of your screen in your Z module pool program.

Let me know how it goes.

Regards,

Utkarsha

Former Member
0 Kudos

Thanks Utkarsha

I see most of my settings are already as suggested by you except point number 3 regarding "Do not switch", Right now it is Logon via HTTPS.

Reg point number 4, could you please tell me how can i generate CUAAREA css? where can I get the necessary code for that?

Former Member
0 Kudos

This document shows how you can create the CSS file in the MIME repository for all your screen sizing needs: .

Let me know if you need anything specific in that.

cris_hansen
Advisor
Advisor
0 Kudos

Hello Ramya,

As a complementary suggestion, maybe you can visit our ITSmobile Wiki:

http://wiki.scn.sap.com/wiki/x/cr8

You will find a lot of information there.

I hope this helps,

Cris

Former Member
0 Kudos

Thanks Everyone. They did some additional settings in the wavelink and the industrial browser is displaying the Lm01 screen, The challenge here is, it is not picking up the custom mobile.css file that i have attached to the custom internet service zlm01.  When I display the developer tool on the chrome and select the custom css mobile.css, it shows empty on the code. in ie, styles does not show anyrthing .Where as if I dont add any cssinclude parameter on to the sicf service, std itsmobile mobile.css file is correctly picked up and displays. How can I enable my custom mobile.css code to be active? so that screen shows bigger and full screen?

Former Member
0 Kudos

Hi Ramya,

How about the code in your generated HTML template? Have you added the path to your CSS file?

As shown above (second if statement), in the <title> tag of your generated HTML template, there needs to be  a link to your CSS file giving the path starting from the folder names under the 'Mime Objects' folder.

Let me know.

former_member194364
Active Contributor
0 Kudos

One suggestion I would make here.

use the parameter

~sources <name of your ITSMobile Service>, itsmobile

as per WIKI: Service Parameter and Settings - Wiki - SCN Wiki

Regards,

Oisin

Former Member
0 Kudos

Thanks Oisin ONidh

I was able to fix the issue by the following steps.

recreated sicf and se80 internet services to have the exact same name.

Then added the parameters as . As a result of this all the css files were recognized and i need not have to perform additional code instead everything got picked by itself.


~THEME    99

~TRANSACTION    LM01

~ITSMOBILE    1

~SOURCES    ZLM01,lm00,itsmobile

~POPUPS    1

~ITSMOBILEMSGSOUND    1

~ITSMOBILECSSINCLUDE    mobile4

~ITSMOBILEDEVICEINCLUDE    DEVICEINCLUDE_MC9095

~SHOW_SYSTEM_MODAL    1

~XSRFCHECK    1

~GENERATEDDYNPRO    1

~NOHEADEROKCODE    0

~WEBGUI_ICON_TOOLBAR    162

~ITSMOBILEELEMFACTOR    12

~ITSMOBILEELEMUNITS    PX

~ITSMOBILENOCUAINCLUDE    1

~DYNPRO_COMPRESSION    1

Answers (1)

Answers (1)

Former Member
0 Kudos

This message was moderated.