cancel
Showing results for 
Search instead for 
Did you mean: 

new to Web Dynpro ABAP

Former Member
0 Kudos

Hello!

I am very new to Web Dynpro ABAP.

I wanted try to create my first example.

I have proceedeed as follows:

I have created a Package. Right klick on package name within workbench. Choose

-> Create/ Web Dynpro

-> Web Dynpro Application

There is needed a Component, Interface View, Plug name.

But how can I already have those. I have just begun.

Pls help.

Regards

ilhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Ilhan Ertas

As the name suggests Web Dynpro for ABAP uses exactly the same meta model as its cousin Web Dynpro for Java. A Web Dynpro component, a Web Dynpro view, a Web Dynpro model, a Web Dynpro controller have the same semantics both for ABAP and Java. The main difference is the designtime environment, the development infrastructure and the runtime environment.

The designtime environment is properly embedded in the ABAP Workbench where Web Dynpro artifacts are simply a new category like BSP applications or classical dynpro based applications before. Also no surprises regarding the development infrastructure. The correction and transport system keeps track on all changes that are done, versions them and helps to propagate the Web Dynpro application from development to production like you would do with ordinary BSP or dynpro-based applications.

Last not least the execution platform is the ABAP server that produces application content ready to be integrated in the NetWeaver Portal seamlessly. Features like portal eventing can be used between applications written in ABAP or applications developed with Java.

The following r excellent websites containing PDF & PPT docs on practical implementation of Web Dynpro ABAP along with screen shots which will gain u confidence:

Developing ABAP applications using Web Dynpro Configuration Scenario

http://www50.sap.com/businessmaps/8729920B31E343F099B71340B15F06DB.htm

Web Dynpro for ABAP

http://www.vnsg.nl/temp/508773747/A1-WDA_Themadag.pdf

Web Dynpro for ABAP: Tutorials for Beginners

http://www.octavia.de/fileadmin/content_bilder/Hauptnavigation/SAP_NetWeaver/WebDynpro/Web_Dynpro_Pa...

Web Dynpro for ABAP in SDN

https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/512040e1-0901-0010-769...

Developing ABAP Applications Using Web Dynpro

http://help.sap.com/saphelp_nw2004s/helpdata/en/42/d41b25d2216babe10000000a1553f6/frameset.htm

Web Dynpro ABAP: Development in Detail

http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm

WDA Sample programs & tutorials

https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-d...

Web Dynpro ABAP Demonstration Videos

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780...

cheers!

gyanaraj

Former Member
0 Kudos

check this link you can find all basic Examples.

it will be help full to you.

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

thanks

Suman

Former Member
0 Kudos

Hi ,

It will get created by default when u try to create Web Dynpro components.

With Regards,

Ranganathan.

Former Member
0 Kudos

Maybe you can try this example.

Go and Create First Application with Web Dynpro ABAP

http://help.sap.com/saphelp_nw04s/helpdata/en/e6/2c4b29dc87c6409d6469ec390e8f3d/frameset.htm

Regards.

NariTa