cancel
Showing results for 
Search instead for 
Did you mean: 

how should i start with web dyn pro abap

Former Member
0 Kudos

Hi,

I have been working on webdynpro java now i would like to start working on webdynpro abap

could any one tel me how should i start with it.. pdfs, blogs would surely help??

i do have sufficient knowledge of abap too..

some brief idea about what is "web dynpro for abap" would surely help me

Thank u in advance...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

please do a search before posting for basic questions, i searched the same and got around 700 hit.

any ways check these links.

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 ABAP Web Dynpro:

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...

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...

Web Dynpro

http://help.sap.com/saphelp_nw2004s/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm

Web Dynpro for ABAP: Tutorials for Beginners

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

Yogesh N

Answers (2)

Answers (2)

Former Member
0 Kudos

Welcome to WDA.

Since you aware of Web Dynpro for JAVA, this is pretty simple to you but you should know the basic concepts of ABAP and Object Oriented concepts.As you know JAVA this is not a tough task to learn ABAP OO Concepts.

Just go through this link you can find Articles,Wiki's and Basic Examples.

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

Thanks

Suman

Former Member
0 Kudos

Hi nikhil,

Welcome to WDA .As you said you were working on WDJ and you have enough knowledge of abap.So i dont think you will find much difficulties while working on WDA.(since i have seen people shifting easily from WDJ to WDA).

Now the main thing that you should concentrate is ABAP OBJECTS .Since complete WDA is based on it and as you are from WDJ background u must be knwing MVC very well so thats not an issue for you.

Next how you should proceed.

You have plenty of thingf there on sdn and halp .sap

Start with the basic tutorials which you can get on sdn.Then after that try to make scenarios and try to develope applocation based on those.for exmple you have developed some application in WDJ try to develope same in WDA .You will get issues and try to solve them .

After some basic tutorials try to learn things from help sap.

And while learning if you get any problem then this firum is always there for you help.

regards

PG