cancel
Showing results for 
Search instead for 
Did you mean: 

ALV example

Former Member
0 Kudos

Dear experts,

i have just started off with WEB dynpro's for ABAP. i wanted a very basic ALV example to start off with. thanks in advance .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Girish.

Check out this <a href="/people/thomas.jung3/blog/2005/12/21/webdynpro-abap-alv by Thomas Jung.

Cheers,

Sascha

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Girish,

1. This is link to ALV tut.<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1190424a-0801-0010-84b5-ef03fd2d33d9">ALV Demo</a>

2.Please refer to Package called as <b>SALV_WD_DEMO</b> .In this you will get ample of sample examples about ALV .

3. Please search in SDN library you will ALV in WD ABAP you will get many pdfs avilable that will guide you to develope ALV application in WD ABAP.

Cheers

Parry.

Former Member
0 Kudos

Hi Girish,

Welcome to the interesting world of Web Dynpro ABAP !

For Web dynpro ABAP you will require SAP ECC 6.0 onwards and WAS 7.0

is a must. It has very good future propspects as this is best UI technology.

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]

Have a look at the following SDN WDA Wiki . There you can find all relevant information.

https://wiki.sdn.sap.com/wiki/display/WDABAP/Main

SAP has provided you with ample demo example of WD ABAP already bundled with SAP . Just Try out Components starting with WDR . I can tell you few like WDR_TEST_EVENTS ( It shows how every UI elments to use )

See packages like SWDP_DEMO , SALV_WD_DEMO

there are many more .

/people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap

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

Also you can search weblogs on web dynpro ABAP.

Hope this will help you.

Cheers,

Darshna.