cancel
Showing results for 
Search instead for 
Did you mean: 

Hi

Former Member
0 Kudos

Hi Friends,

I am new to Web Dynapro Technology. Can any body send me related material or Links to support me. My mail Id is sekhar.jagarlamudi@lntinfotech.com

Thanks In Advace

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Welcome to Web Dynpro ABAP !

In web dynpro ABAP we follow MVC(Model View Controller) architecture.

In this object oriented ABAP is used to provide background functionality. Here, your ABAP skills can be utilized to the fullest. Programming in web dynpro ABAP is different than conventional ABAP programming. Here we strictly follow MVC architecture in terms of controller interface. Also there are many wizards available so that we can directly pick the code from wizards.

e.g We can call BAPI through a service call in web dynpro application. Thus automatically backgroud code for BAPI execution will be generated.

To start with Web dynpro ABAP you can try following tutorial:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e03...

You can start with tutorials and all. There are around six tutorials in SDN library.

Web Dynpro for ABAP

http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm

best tutorials in wbdynpro for ABAP to start with :

https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/fed073e5-0901-0010-4eb... [original link is broken]

Cheers,

Darshna.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi shekhar ,

Welcome to WebDynpro ABAP. I will suggest same thing to start with tutorial only as Darshna correctly said .

Other Than that

In my view best way to 1) learn WD ABAP is to start developing tutorial.

This tutorial will make you aware with Concepts like Context , Context Binding ,

Node, data binding ,Navigation Plug and component Usage .

This tutorial you can find it over SDN easily .

2) Choose any component .Lets say Input field .Right Click over it you will find option like Display UI element Documentation . .This will tell you how to use these Components.

3) Another thing that you can do to learn ABAP Dynpro Is by seeing way in which Standard exaples are provided. You can see demo examples like

WDR_TEST_MANDATORY , WDR_TEST_EVENTS .

You can find many Demo examples starting with WDR .

Specially WDR_TEST_EVENTS is too good .There they have Used all UI elements .So by observing you can learn how to use then in your requirement.

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Sekhar,

See this thread:

Regards, Suresh KB

Former Member
0 Kudos

Hi,

first of all, see the first three (sticky) threads in this forum...

Then work your way through the <a href="https://wiki.sdn.sap.com/wiki/display/WDABAP/Main">WDA wiki</a> where you get all the links and stuff on WDA.

Regards, Heidi