cancel
Showing results for 
Search instead for 
Did you mean: 

how the personalize attributes getting changed in result list of sales order search page.

GopalakrishnanS
Participant
0 Kudos

Hi Experts,

In sales order search page, we can personalize the result view table based on the fields which are needed and the same also be saved. A drop down list to display the saved personalize name is already available in the table as shown below.

 

I need to find the triggering point (i.e. method) when we change the value in the drop down list. I tried by putting break points in all methods in the Impl class of the result view.

Please let me know where the drop down field is created and how the result attributes are getting changed based on the drop down values.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

dharmakasi
Active Contributor
0 Kudos

Hi,

First check, how the dropdown has been added on toolbar. check if any view set is there in sales order search component.Try by put break point in do_handle_event method of the view and viewset if any.

There might be different configuration in result view to select based on the value selected from dropdown.

Regards,

Dharmakasi.

GopalakrishnanS
Participant
0 Kudos

Hi Dharmakasi,

Thanks for your response.

I couldn't able to find how the drop down field has been added on tool bar.

I tried putting break points in all the methods including do_handle_event, but no luck.

dharmakasi
Active Contributor
0 Kudos

Hi,

Check .htm page of the view and check any viewset is there in component.

Another best option use abap trace--ST12 tcode, so that you can get list of methods called while changing the dropdown values.

Best Regards,

Dharmakasi.