cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field in webdynpro

Dev164
Participant
0 Kudos

Hello,

          There is custom field in Standard sap Webdynpro but am not able to see it in layout an wanna debug it how to do

Plz help!

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi,

There will be an enhancement in that component. Click on the enhancement button and choose the enhancement and check the lay out, you will be able to see the custom button.

Regards,

Kalyani.

Dev164
Participant
0 Kudos

Found!  for any custom field debugging first check WDDOMODIFYVIEW.

Former Member
0 Kudos

yes wddomodifyview is called everytime the view is rendered. wddoinit is called once on initialization of the view.

Former Member
0 Kudos

Go to SE80 and set an external breakpoint in the application you want to debug that should do it?

WDDOINIT in componentcontroller is the first method called.