cancel
Showing results for 
Search instead for 
Did you mean: 

Beginning...

Former Member
0 Kudos

Hi,

I would like to test the Web Dynpro in Java (already know in ABAP).

What do I need for this purpose ? Some Eclipse plugin or somethings else ?

Thanks for your answer !

Smoltok

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To develop a sample webdynpro application SAP NWDS is enough. You can work in Webdynpro perspective.

You should have access to the SAP Web AS to deploy and test your application.

Regards,

Jaya.

Answers (8)

Answers (8)

Former Member
0 Kudos

Back !

Now, I have the information about my host and my instance number ! Thanks for your explanation !

However, there is the following error :

-


Exception while trying to deploy

Can't determine deploy mechanism.

Please check if there is a correct default system specified in SAP System Registry preference page and if this SAP System is currently up and running.

-


Does it mean taht I don't have the Java in SAP system ? Or anything else ?

How to know if Java is well installed in my SAP server ?

Former Member
0 Kudos

Hi ,

Please check the system name.

Have a look at below link,

http://help.sap.com/saphelp_nwce711/helpdata/en/88/3c02cb09af45c9b8f1dfbac99ed012/content.htm.

Regards,

Krishna chaitanya.

Former Member
0 Kudos

Currently, I don't have some perspective available such as Process Composer or Composite Designer;

How to install them ? ( I need some URL for the features install process )

Former Member
0 Kudos

How to install these features :

[original link is broken]

?

Former Member
0 Kudos

Hi,

you enter instance host and instance number.

Instance host is your server name.

Instance number is 00.

Regards,

Sunaina Reddy T

Former Member
0 Kudos

I think I should register my SAP instance identity

=> To check the server settings, choose the menu path Window u2192 Preferences u2192 SAP

J2EE Engine. (in SAP NWDS)

I have to find those information now

Former Member
0 Kudos

Hi,

Yes you should resgister your SAP WebAS instance here..

After doing this go to window->Show view>Other>J2EE-->Select J2ee engine.Press Refresh button on the right side.

Is dispatcher, SDM and Server are in green color.

If yes, then no problem with those things.

If you deploy your webdynpro application..it will ask for deployment password,provide the deployement password of SDM and check.,..

Hope this helps you..

Regards,

Saleem

Former Member
0 Kudos

> If you deploy your webdynpro application..it will ask for deployment password,provide the deployement password of SDM and check.,..

>

This password I got

But how to find the instance number for sure ?

Former Member
0 Kudos

Hello,

Try accessing this page of your portal - http:/<host_name>:<port_number>/sap/monitoring/SystemInfo and check the value of the port given for message server.

Thanks,

GLM

pravesh_verma
Active Contributor
0 Kudos

Hi Smoltok ,

The instance should be 00 however if that is not working try with 02 OR 10.

You have to enter the Instance Host and Instance Number.

Instance Host: This will the name of your server.

Instance Number: The instance number which I have told you.

Withthese option just enter and do not press OK button, Instead press the "Register SAP Instance" Button.

Most probably these should work. Please revert back in case you need any further information.

Thanks and Regards

Pravesh.

Former Member
0 Kudos

Hi,

To develop a sample webdynpro application NWDS is enough.

Refer this link, u will get some good examples with step by step procedure in webdynpro java.

/docs/DOC-8061#2 [original link is broken]

Regards,

Sunaina Reddy T

Former Member
0 Kudos

Thanks all of you. Your answer are quite good and clear !

Just another point :

How to have access to the SAP Web AS and how to deploy ?

Former Member
0 Kudos

Hi,

In your IDE go to Window>SAP J2EE Engine>Provide the message server host(ip) and message server port-->Apply and Ok

Check in J2EE engine wether all the nodes are shown green ...

Go to webdynpro project>right click on application name>Deploy New Archive and Run..

if you installed the server locally then you can give the host as local host otherwise give the ip of the machine where it is installed.

If you are using CE environment then provide the message server host and instance number..

Hope this helps you..

Regards,

Saleem

Former Member
0 Kudos

Hi,

> If you are using CE environment then provide the message server host and instance number..

The message provided is :

Exception while trying to deploy

Can't determine deploy mechanism.

Please check if there is a correct default system specified in SAP System Registry preference page and if this SAP System is currently up and running.

Well, I believe it can't find the JVM or something else needed....

Edited by: Smoltok on Jul 8, 2009 3:21 PM

Former Member
0 Kudos

HI

If you want to develop web dynpro application SAP provides NWDS.U Install NWDS and then open web dynpro perspective.

After developing application u should deploy application on SAP Web Application Server.

Regards

Ruturaj

pravesh_verma
Active Contributor
0 Kudos

Hi Smoltok,

The NWDS contains a plugin for webDynpro. You can just have a NWDS installed at your system and then you can start worrking on webdynpro JAVA applications.

Please note that you need a WAS with JAVA installations to run WDJ (WebDynpro JAVA) application.

Please go through these documents for help.

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm

The following r excellent websites on architecture of Dynpro which contain PDF & PPT documents :

Web Dynpro Architecture

http://help.sap.com/saphelp_nw04/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/content.htm

Web Dynpro User Interface Design

https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/webcontent/uuid/ce44a14c-0a01-0010-af89-d7dbd944f176 [original link is broken]

The Structural Concepts of Web Dynpro Components

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a048387a-0901-0010-13ac-87f...

Web Dynpro Java Foundation - What's new in SAP NetWeaver 2004S

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c29a4d25-0c01-0010-50ae-e69...

SAP Web Dynpro Overview

http://wendtstud1.hpi.uni-potsdam.de/sysmod-seminar/SS2005/presentations/12-WebDynpro-Overview.ppt

Web Dynpro General Concepts

https://admin.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/30ea953b-8e57-2910-4e85-f7b... [original link is broken]

Please revert back in case you need any further information on this.

Thanks and Regards,

Pravesh

Former Member
0 Kudos

Hi

To run the application of Webdynpro Java we need NWDS IDE tool and to run the application we need JAVA Stack.