cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro abap development

Former Member
0 Kudos

Hi,

I want to write web dynpro abap application.

I have some questions.

1- Is it developed by using NWDS?

2- Is it require installation of additional component to SAP ECC system?

3- After deployment, can it be generated a transaction like traditional abap application in ECC system?

4- Is there a step by step blog at biginer level about developing web dynpro abap?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Is there a step by step blog at biginer level about developing web dynpro abap?

Main Topic Page:

http://sdn.sap.com/irj/sdn/nw-wdabap#section2

Tutorials for Beginners:

[original link is broken]

eLearning Videos:

/people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos

Answers (4)

Answers (4)

Former Member
0 Kudos

Basically to answer your question no you dont need any special component other than the correct release of SAP. There may be a bit of config for the basis guys via transaction SICF to get them to execute but ABAP webdypros are developed entirly within SE80 just like standard ABAP programs and reports. As for a transactions you dont really have transaction codes as a URL is generated which you can entered into your web browser like any other web page. Check this link out for step by step instructions on creating your [first abap web dynpro |http://www.sapdev.co.uk/webapps/webdynpro/wdp_helloworld.htm]

Regards

Mart

Former Member
0 Kudos

Is it developed by using NWDS?

The SAP NetWeaver Developer Studio (NWDS) provides access to the SAP NetWeaver Java Development Infrastructure

It is not used for WD ABAP

Design Time Repository (DTR): Versioning source code management.

Component Build Service (CBS): Central build based on the component model.

Change Management Service (CMS): Central administration of the Java development landscape

Software Deployment Manager (SDM): Manual and automatic deployment of archives in central runtime systems.

System Landscape Directory (SLD): Information on the system landscape.

Name Service Central check instance for the uniqueness of names.

Java Dictionary: Supports the global definition of tables and data types

SAP Java Test Tools: Predefined static tests and runtime tests for the Java development

Former Member
0 Kudos

Is it developed by using NWDS?

For JAVA , u need NWDS but not for WD ABAP.

Is it require installation of additional component to SAP ECC system

No, With ECC 6.0 installed , you can make WD ABAP application not with ECC 4.6.

Is there a step by step blog at biginer level about developing web dynpro abap.

Refer the SAP Online help : http://help.sap.com/saphelp_nw70/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm

Reference to WD ABAP material and learning map:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdabap/referencesandLinks

E-Learning Videos:

/people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos

Edited by: Saurav Mago on Oct 15, 2009 12:01 PM

Former Member
0 Kudos