cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging

Former Member
0 Kudos

Hi Gurus,

please can any body tell me what are the steps we should follow to do de-bugging in CRM WEB-UI 7.0.

i am facing problem in doing so.

step-by-step points will be helpfull for me.

thanks and regards

satyanarayana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

in order to debug in the web ui, you should put an external breakpoint in the GUI in the class, view,.. you are interested in debugging.

So:

1) go in the web-ui in the page you want to debug

2) press F2 on some input field in the page and you will get a popup with the details of the view (in particular you will have a field "View" with COMPONENT_NAME/view name

3) go in the GUI in tcode bsp_wd_cmpwb and open the component with name COMPONENT_NAME

4) the component is opened: under the tree structure on the left, click on the view you are interested in: the structure of the view is opened on the right and then you can set a breakpoint where you need (for example, click on the implementation class in the view structure displayed on the right and then on one of its methods, then set an external breakpoint in the code) (CTRLSHIFTF9)

5) after setting a breakpoint in the gui, re-enter the web-ui and debug will open in the GUI as soon as you reach that point in the code.

Hope this helps,

Regards,

laura.

Former Member
0 Kudos

thanks Laura it is very helpfull .

thank you so much.

Former Member
0 Kudos

Hi Laura,

can you please suggest me how to uncheck the weighted sales volume in Pipeline Performance->Target to Date->Weighted Sales Volume { } in ZSALESPRO role.

i am struck in project if you can provide me solution on this it will be very helpfull for me.

thaks and regards

satya

Former Member
0 Kudos

Hi,

I have looked at the standard profile SALESPRO and that flag you mention can be checked/unchecked correctly. Maybe try to check settings for your custom ZSALESPRO role and compare them with the standard SALESPRO.

(maybe, try also to debug in the standard view PPM_DYNSEARCH/Filter.htm in the method controller->is_weighted and also make sure that the field you mention is not disabled in the htm code)

Regards,

Laura

Former Member
0 Kudos

Hi Laura,

i have tried but i am not able to uncheck Weighted Sales Volume check box in pipeline performance.

please suggest me with good answer with step by step approach.

thanks and regards

satya

Answers (0)