cancel
Showing results for 
Search instead for 
Did you mean: 

Error while running the mobile webdynpro application in PDA

neha_mahanty
Active Participant
0 Kudos

HI All,

I have created an online mobile Web Dynpro application. We have deployed the application in the portal and its working fine.

Now I am trying to run the applicaiton in a PDA via the portal link and it is giving error.

Scripting Alert:

An error occured while starting the iView.Application

/Webdynpro/dispatcher/sap.com/pb/PageBuilder;jsessionid=(hostname_systemID_system Number) Will run with a wrong client window ID! Do not continue Please report this problem to your administrator.

These are my PDA configuration :

PDA with OS = WM 6.0

Crème = CrEme329_ARM_CE42_PPC.exe

DB2E 9.22

Please provide the solution or hints to solve the problem.

Thanks and Regards

Neha Mahanty

This is the configuration of my PDA :-

OS = WM 6.0

Crème = CrEme329_ARM_CE42_PPC.exe

DB2E 9.22

Accepted Solutions (0)

Answers (2)

Answers (2)

satyendra_dhar
Employee
Employee
0 Kudos

Hi Neha,

A portal deployed Mobile webdynpro online application will not work on mobile and is not supported by SAP.

Deploy the wd app directly on the J2EE-WAS and access it using the direct app url.

Don't forget to append url Parameter sap-wd-client=Pie03Client for NWDS7.0 and sap-wd-client=PieClient for NWDS7.1.

For Example: If app URL is like: http://servername:port/......./app?

then run it like: http://servername:port/......./app?sap-wd-client=PieClient

Best Regards,

Satyendra.

neha_mahanty
Active Participant
0 Kudos

Hi Satyendra,

Thanks the application is working.

Now I have another concern, the UI is not functioning properly

1. I have a dropdown ( say function location) from which a particular value can be selected. But in the current UI, All the data in the Dropdown is right there on the screen.

And so obviously drop down is not working.

2. The calender help for input of a date is not working. When you click on the calender, nothing happens.

3. Button is not working. You click on it, Nothing happens.

So Can you guide me, how to make the UI display and its function, work on a PDA

Kindly suggest

Thanks and Regards

Neha Mahanty

former_member185029
Active Contributor
0 Kudos

Hi,

Not all UI elements are supported on mobile devices

Refer this for details

http://help.sap.com/saphelp_nw04/helpdata/en/7d/28fa3e7cb1d861e10000000a114084/frameset.htm

-Ashutosh

neha_mahanty
Active Participant
0 Kudos

Hi All,

Thanks a lot for the responses.

I went through the link provided and yes calender is the UI which is not supported by pocket PC. but as i said my button is also not working and also dropdown is not in a proper form.

There must be some alternative to do this , so that the layout is perfect in PDA also the UI working.

Is there some changes to be done in code so that the application works fine in a PDA.

please suggest.

Thanks and Regards

Neha

former_member185029
Active Contributor
0 Kudos

Hi,

For date, you will have to use dropdown.

Try formatting using Pie03Client.

-Ashutosh

neha_mahanty
Active Participant
0 Kudos

HI Ashutosh,

I tried with both PieClient and Pie03Client.

http://Hostname:Port/webdynpro/dispatcher/accenture/Dashbrd/SupervisorApplication?SAPtestId=8sap-wd-...

http://Hostname:Port/webdynpro/dispatcher/accenture/Dashbrd/SupervisorApplication?SAPtestId=8sap-wd-...

But I got the same results :-

1. The button is not working.

2. I cannot select any particular order as the List box is displayed like a box with all the orders visible in the screen.

3. and obviously the date field is not working and I'll try with the drop down.

Can you please suggest what else should I try.

Thanks and Regards

Neha Mahanty

Edited by: Neha Mahanty on Oct 14, 2008 12:58 PM

former_member185029
Active Contributor
former_member185029
Active Contributor
0 Kudos

Hi

Can you give me the WebDynpro version you are using?

-Ashutosh