cancel
Showing results for 
Search instead for 
Did you mean: 

ITSMOBILE01 not working

Former Member
0 Kudos

Dear All ,

i have a newbie in ITSMOBILE , i have been trying to configure existing ITSMOBILE applications. and test it . But i am only able to reach to first screen .It is giving me 'Page not found error in second screen.

'

Finally anyway to debug the screen ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello amlan das,

In order to debug and find out which screen/template is not getting displayed:

1. Execute the transaction from the SAP console

2. After the first screen which is successfully getting displayed, type '/h' in the command field to activate the debugger.

3. Create a watchpoint on sy-dynnr variable.

4. Keep track of all the screens it is traversing.

5. Make sure that you have created the HTML templates for ALL of those screens and under the same internet service which you are executing.

Most likely, in your case, you have not created a template for a screen is not explicitly getting displayed during execution.

Either that, or there is a syntax error in your template. You may see the detailed dump in ST05 to see what the problem is.

Let me know.

Regards.

Answers (0)