cancel
Showing results for 
Search instead for 
Did you mean: 

SAP screen is displayed in ITS mobile

vallamuthu_madheswaran2
Active Contributor
0 Kudos


Hi friends,

I am new to ITS mobile. I am getting 2 errors The error is given below.

1. ITS mobile displays SAP screen.

2. ITS_REFERENCE_NULL:

Template "itsmobile\99\rlmenu_2088.html" has caused a runtime error in

function "label". Cause of

error: Variable "~object_name" ("context field") could not be referenced..

How to Correct it.

Thanks with Regards,

Vallamuthu M

Accepted Solutions (1)

Accepted Solutions (1)

former_member194364
Active Contributor
0 Kudos


Hi Vallamuthu M,

What is the name of the service that you are testing?

What is it's full URL? What are it's GUI Configuration settings in SICF.

Following Document should be useful:

Regards,

Oisin

vallamuthu_madheswaran2
Active Contributor
0 Kudos

Hi Oisin,

Thanks for your update.

I've gone through the link. Internet Transaction Server (ITS) mobile - Developing ITS templates from scratch   In this link, last screen shot has SAP logo. I getting the same logo. How to remove it.

Thanks and Regards,

Vallamuthu M

former_member194364
Active Contributor
0 Kudos

Hi Vallamuthu M,

What is the ITSMobile template in question that you are looking at that is displaying this screen with the SAP Logo?

Regards,

Oisin

Former Member
0 Kudos

Hi Vallamuthu M,

Because of the following default cuaarea code (of core itsmobile internet service) in the template:

if ( ~itsmobileNoCuaInclude != "1" && ~itsmobileNoCuaInclude != "X" ) <!-- default cua area -->

       include(~service="itsmobile", ~language="", ~theme="99", ~name="include/cuaarea.html");

The SAP logo occurs by default. If you want to remove this you will have to override this cuaarea area file in your internet service, ie,

1. create another similar cuaarea file under your own internet service

2. make modifications in it to remove the code for the SAP logo

3. give the name of your service and path to the new cuaarea file instead of the above bold code.

Regards,

Utkarsha

former_member194364
Active Contributor
0 Kudos

Hi Vallamuthu M,

To add to what Utkarsha says in her last memo.

You can also use the parameters:

~ITSMOBILECUAINCLUDE

~ITSMOBILENOCUAINCLUDE

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

which describes how these parameters work.

Regards,

Oisin

Answers (0)