cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP webdynpro concepts

Former Member
0 Kudos

If i want to work with ABAP webdynpro,

what are all main areas or concepts to be covered in ABAP webdynpro?

Accepted Solutions (0)

Answers (4)

Answers (4)

Madhu2004
Active Contributor
0 Kudos

Hai Mog,

Welcome to Webdynpro for ABAP.

You need to learn the basic concepts of MVC architecture and foolowing:

1) Different types of Controllers

2) Views

3) Context

4) Data Binding

5) Windows

6) UI Elements

Some thing further is OVS,ALV,Select-Options.

Former Member
0 Kudos

Hi Mog ,

welcome to webDynpro ABAP.

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 <b>Display UI element Documentation .</b> .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 , <b>WDR_TEST_EVENTS</b> .

You can find many Demo examples starting with<b> WDR</b> .

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.

hOpe this serve u r purpose,

Reward point if satisfied.

Cheers

PARAG

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

here you have an overview of WDA:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a155106/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a155106/frameset.htm</a>

greetz,

Koen