cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ITS mobile LM01 problems

evgeny_markin
Explorer
0 Likes
6,389

Dear colleagues,

I have made a test ITS service for SAP WM as described in http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0026c5f5-0eca-2c10-25a3-c0ed87478...

So I have created a internet service, called ZWMS1, and assigned it to transaction LM01.

For internet service I have create  HTML templates accordint to screens of the program RLMENU

  • RLMENU 1888
  • RLMENU 2088
  • RLMENU 2888
  • RLMENU 888

When I run the service I get the following screen (it is all fine)

But if if the menu i try to run

Then I get the error

500 SAP Internal Server Error

ERROR: Template interpretation failed. Template does not exist. (termination: RABAX_STATE)

it looks like that HTML template are not created for transaction LM05. But how to generate  it??

Your help is much appreciated.

Thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Dear Evgeny,

if you run ITS the first time, sometimes it is necessary to publish the ITS SERVICE SYSTEM. This will not be found in the SICF tree. Go to SE80, select Internet service and type SYSTEM into the input field. After return, select publish whole service.

It may also necessary to publish these 4 services again.

 

1) ITSMOBILE

2) ITSGENMOBILE

3) ITSGENMOBILE4

4) ITSGENMOBILEXV

Try again to start your ITS service. Please be sure that you have published this to.

Best regards

Thorsten

evgeny_markin
Explorer
0 Likes

Hi Thorsten,

I have done what you said.

It did not help.

Former Member
0 Likes

Dear Evgeny,

sorry, then i'll have to try this in my own system. I know that i have such those problems when i implemented ITS mobile first time.

Have you checked ST22? Therefore ITS troughs maybe some Dumps with special informations. Even a template is missing will be list there.

I implement for standard WM itsmobile services the:

Program      Screen

SAPLLMOB 2777

SAPLLMOB 2889

SAPLLMOB 2999

For System Exits:

SAPMSYST 20

SAPMSYST 40

SAPMSYST 25

if this will not help, my next answer have to wait since tomorrow.

Best regards

Thorsten

evgeny_markin
Explorer
0 Likes

Thank you Thorsten for you help,

The solution is

if you have this kind off errors, go to ST22 and see the error. For example

The ITS service "zwms1" failed since not template could be found for

the screen with the number 2100 in the program "SAPLLMOB".

That means you need to create  a HTML template for the screen  number 2100 in the program "SAPLLMOB".

Solved.

Answers (0)