cancel
Showing results for 
Search instead for 
Did you mean: 

ITS Mobile, problems in the RF's generated as HTML Templates!

mohamed_jbeli
Explorer
0 Kudos

Hello,

I customized some RF transactions which works fine in SAP GUI, after i generated the html screens via ITS mobile and configured the ICF.

however, when i try to run the html transactions i am not able to excute any function key or click on any button:

when i trigger any button some errors occurred (i am not getting any effect) like :

Uncaught ReferenceError: processKeyEvent is not defined   : when i trigger function key

Uncaught ReferenceError: setOkCode is not defined : when I click on any button

Any help!

Best regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Mohamed,

I have the same problem here. Haved you resolved it? In my dev environnement it work perfectly but i did a transport copy in QA environnement and i have the seame Uncouh Reference error : setOkCode as you have. It may be helpfull to know your findings.

Best regards,

Michel Rondeau

mohamed_jbeli
Explorer
0 Kudos

Hi Michel, i have solved the issue, for me it was the MIME service that it is not active on the system,

try to activate it, and if doesnt work am here for help.

Regards,

Jbeli

Former Member
0 Kudos

Hi Mohamed,

Our service MIME is activated but it still not work. In the console of the web browser, i received the following messages : (*** is the server path I hid for our discussion).

http://***/sap/public/bc/its/mimes/itsmobile/99/scripts/all/mobile.js Failed to load resource: the server responded with a status of 500 (Internal Server Error)

http://***/sap/public/bc/its/mimes/itsmobile/99/images/all/enter.gif Failed to load resource: the server responded with a status of 500 (Internal Server Error)

http://hdsap239.sap.hydro.qc.ca:8030/sap/public/bc/its/mimes/itsmobile/99/images/all/logoff.gif Failed to load resource: the server responded with a status of 500 (Internal Server Error)

http://***/sap/public/bc/its/mimes/itsmobile/99/images/all/saplogo.gif Failed to load resource: the server responded with a status of 500 (Internal Server Error)

It seems that the files are not there but i dont understand why. If i follow the path in DEV environnement, they are there, i can see mobile.js for example, but not in QA.

Regards,

Michel

mohamed_jbeli
Explorer
0 Kudos

Hi Michel, at first look it maybe other services that they are not activated because in other work that i did i had activate the logoff service, so as a first step try to activate the logoff and the mobile services.

it must be ok!

Regards,

Mohamed

Former Member
0 Kudos

Hi Mohamed,

Now it works in QA, we had to published again the service ITSMOBILE and not only the Z service created. All is working correctly now.

Thank you for your help.

Regards,

Michel