cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Webclient.

Former Member
0 Kudos

Hi,

I am new the CRM Web client UI programming part. How to debug a specific Webclient UI , if i know the techical details of the UI programing after press F2. for example. In Opporunity i am searching based on the description . Based on user entered values on the search screen result are displayed on the final output. Please let me know steps to debug the webclient UI.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Radhika,

Keep an External breakpoint in the method EH_ONSEARCH event handler of the view you identofied using F2.Remember you should first open SAP GUI and later Web UI. Otherwise the breakpoint will not stop.

Now how did I know EH_ONSEARCH is the method I need to look for may be ur question....Every Search Page has two buttons SEARCH and CLEAR (check in HTML page). Event Handers EH_ONSEARCH and EH_ONCLEAR get triggered when u click these buttons.

Regards,

Masood Imrani S.

Former Member
0 Kudos

Very Usefully Solution