cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro programing

Former Member
0 Kudos

Hi ,

I am new to ABAP Webdynpro.And I am able to create applications but getting strcuked in the programming. Because I am getting confused in this part.

Could anyone pls send me the docs or procedure which helps me to improve programming in WEBDYNPRO.

Thanks in advance.

Kiran.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

If you want to improve your coding please use the following steps

1) Use Code wizard

2) use cl_wd_* (Ex: Every UI Element has one standard class, please use cl_wd_(Your UI name here)) you can also find this in SE24 Transaction Code

Best Regards

Ravi Golla

Former Member
0 Kudos

Removed by Moderator

Edited by: Thomas Jung on Apr 5, 2009 8:06 AM

Former Member
0 Kudos

Hi kiran,

[original link is broken]

Regards,

Sravanthi

Former Member
0 Kudos

Removed by Moderator

Edited by: Thomas Jung on Apr 6, 2009 8:24 AM

pranav_nagpal2
Contributor
0 Kudos

Hi,

Welcome to WD ABAP...

WDDOINIT is the first method that is called when you start testing your application. it is like main method in C or C++......

Double click on view or component controller and you will see a method wddoinit(). start your programming here.....

programming depends on what exactly you would like to do... most of the things are available in sdn.. try to search what exactly you want.... for any help post your exact thread...

refer these link for more help..

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/732f0510d83ff6e10000000a42189c/content.htm

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/81/809d4e09f84eb98103c4317c9ee9a5/frameset.htm

regards

Pranav

arjun_thakur
Active Contributor
0 Kudos

Hi kiran,

You should search SDN, as large no. of tutorials and articles are available here which will help you.

Regards

Arjun