cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Code Wizard in WDJ??

Former Member
0 Kudos

Hi Guys,

in Web Dnypro ABAP I frequently use the Code Wizard Tool to generate source code, call methods in controllers etc.. I guess you know what tool I mean..

Is there such a thing for Web Dynpro Java as well?? Let me know!!

Later, Johannes

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

In web Dynprod java, there is service controller which is reaponsible for the automatic code genration.

you dont need to explicitly call any any tool to get automatic code.

for example, if you apply template of type service controller, it automatically writes the required code for executing the BAPI.

as in other IDEs like eclipse, u can generate getters and setters also.

Regards,

Satya.

former_member40425
Contributor
0 Kudos

Hi,

there is no code wizard in webdynpro Java. But You can use cntrl+space to see methods.

Example you just type wd then press cntrl+space then you can see all the interfaces and classes starting from wd like wdcontext,wdcomponentAPI etc. After that press dot(.) and see the methods under it.

I hope it helps.

Regards,

Rohit

Former Member
0 Kudos

Hi,

there is no specific tool is available to generate the code but it automatically generate the code for the automatic Hook methods like WD doInit(),doModify()....ect.. for view and component.

when you create service controller it will automatically generates the code to execute the model

Regards

Manohar