cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro application in mobile

former_member217546
Participant
0 Kudos

Hi friends,

i have developed a application using webdynpro ,its working in my desktop .but when i am calling the application (URL) in my mobile internet its not comming ,dump is coming showing rabax_state .please share ur thoughts.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sudheer,

500 SAP Internal Server Error

Error message: An exception that could not be caught occurred.

( type of termination: RABAX_STATE )

Then you've some configuration problem which is easy to solve.

When you checked the ST22 ABAP Dump logs you sould find the following Dump:

Runtime Errors UNCAUGHT_EXCEPTION

Exception CX_BSP_HOST_NOT_QUALIFIED

Occurred on 09.12.2004 at 16:27:41

An exception that could not be caught occurred.

What happened?

The exception 'CX_BSP_HOST_NOT_QUALIFIED' was raised but was not caught at any stage in the call hierarchy.

Since exceptions represent error situations, and since the system could

not react adequately to this error, the current program, 'CL_BSP_RUNTIME================CP ', had to be terminated.

In this case you have to check your ICM Server setting icm/host_name_full. This parameter must show the fully qualified domain name of your machine.

like: <server>.<domain>

You can change this parameter by adding it into Instance Profile of your SAP System (<SID>_<INSTNAME>_<hostname>) via RZ10 TCODE.

If your system is not connected via Domain or not within a domain, you must do the following TRICK.

1. Open your servers hosts file (UNIX: /etc/hosts, Windows:C:>WINNTsystem32driversetchosts).

2. Add the following line.

<ipaddressofsapsystem> <hostnameofsapsystem>.<anydomainyouwish>

e.g.

10.0.0.1 saptest1

10.0.0.1 saptest1.domain

3. Change the icm/host_name_full profile value within Instance profile

4. Restart your SAP R/3 server (only R3 with stopsap_<hostname>_<sysno> r3)

Former Member
0 Kudos

Hallo Sudheer,

Webdynpro applications are not designed to run in mobile devices.

see this thread [|]