cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro for ABAP API Documentation

Former Member
0 Kudos

Hi,

Having worked on WDJ development, I am used to look up Java Doc like the following:

http://help.sap.com/javadocs/NW04S/current/wd/index.html

Is there something similiar in Web Dynpro for ABAP world? I am using the document WD ABAP NW2004s SPS8 as a reference. It does list methods of the popular interfaces and classes. It is very helpful but lacks the details on hierachies and parameters.

Also, is there a complete class diagram for the interfaces and classes used in Web Dynpro for ABAP?

Thanks in advance,

Min

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

check this llink

[http://help.sap.com/saphelp_nw70ehp1/helpdata/en/6e/0048413e466e24e10000000a155106/frameset.htm]

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Not exactly a class diagram, but all the User Interface element properties and events are documented in this section of the line help. It also lists information on some of the APIs and service classes:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/6e/0048413e466e24e10000000a155106/frameset.htm

Former Member
0 Kudos

I checked the link and it contains the same information as the document I mentioned. The only difference is that one is in PDF and the other is html. Here is the link to the PDF document.

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/63a47dd9-0b01-0010-3d8e-de27242bf011

However, I did find a blog which serves part of the purpose. I used SWDP_RUNTIME_CORE as the package and it generated HTMLs for all the classes in the package. Highly recommended!

/people/onno.bagijn/blog/2010/02/19/abapdoc-v2

Thanks,

Min