cancel
Showing results for 
Search instead for 
Did you mean: 

SAP standard example to get start with Webdynpro for ABAP

Former Member
0 Kudos

Hi,

I just started learning Webdynpro for ABAP.

I'm looking for SAP standard buit in applilcation example which explains all the the view controls, properties and Layout desining.

please let me know the standard applications of SAP for learning.

Many Thanks,

Gupta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Web Dynpro ABAP is the SAP standard UI technology for developing Web applications in the ABAP

environment. It consists of a runtime environment and a graphical development environment with

special Web Dynpro tools that are integrated in the ABAP Workbench (SE80).

Web Dynpro technology is based on the Model View Controller paradigm, to ensure a clear division

between the definition of the user interface and the implementation of the application logic. Within

this concept, the model retrieves the application data from the back-end system. If you want to

define multiple models, the model must be bound to the relevant Web Dynpro component that the

model is to use.

Web Dynpro offers the following advantages for application developers:

● The use of declarative and graphical tools significantly reduces the implementation effort

● Web Dynpro supports a structured design process

● Strict separation between layout and business data

● Reuse and better maintainability by using components

● The layout and navigation is easily changed using the Web Dynpro tools

● Stateful applications are supported u2013 that is, if the page is changed and the required data

remains intact so that you can access it at any time throughout the entire application

context.

refer these documentations for beginners :

http://help.sap.com/saphelp_nw2004s/helpdata/en/7c/3545415ea6f523e10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/sdn/nw-ui?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]

[original link is broken]

rgds,

amit

Answers (4)

Answers (4)

Former Member
0 Kudos

hi ,

I have found yet another useful links as well :

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

Former Member
0 Kudos

also go to this helpful link :

http://www.sdn.sap.com/irj/sdn/nw-wdabap

u wud find it useful for sm intermediate topicsALV, ADOBE FORMS , ADOBE FLASH ISLANDS and FPM

compared to beginner level

Former Member
0 Kudos

hi,

Refer this Link : http://wiki.sdn.sap.com/wiki/display/WDABAP/ReferencesandLinks

It contains various Articles , Code Galleries , Documentation link and elearning links.

Former Member
0 Kudos

Hi,

You can refer to standard compoenents WDR_TEST_EVENTS, WDR_TEST_UI_ELEMENTS,WDR_TEST_TABLE.

Regards,

Lekha.