cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a standard field to search criteria in webui?

former_member186887
Active Contributor
0 Kudos

Hi SAP Experts,

My requirement is to add a new field (not customized one) to search criterial in webui.  In search criteria i want to add a new one as "Service Team" which is a standard field in Incident transaction.  I know creating a new field and adding that cuztomized field in search criterial with AET but i do not know how to add a standard field to search criteria. 

Would you please explain the solution procedure!

Awaiting for your reply.  Thanks in advance.

Regards
Maddy

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

·       

·    1. Search for a component which has Service Team field. As both have same functionality replace the screens. (OR)

·   2. Go to your component, view, context node, attributes, Get-v  method and write the code for valuehelp descriptor to create a serach help for all possible values.

·   3. Right-click on Outbound plug to create. Write the code to generate pop-up.

·   4. Create Component Usage in Run time Repository. Specify Used Component as your component and Interface view as Main window.

·   5. Create event handler and write the code to read the selection, close the pop-up  and display selection on the object screen.

     

     Regards,

     Hcl Innovators.

0 Kudos

Hi,

Check out if SERVICE TEAM  is one of the partner functions in your transaction. If so, go to the UI and in the search criteria, check for the field PARTNER FUNCTION and in the drop down list you can find the SERVICE TEAM. That should solve your issue.

Thanks,

Bhargava.

Former Member
0 Kudos

Hi Maddy,

Sorry to say, even i tried it before, but it seems like if you have to make any sap standard field available in Search report, it can only be done through ABAP Technical help.

You can make any new customized field as Search relevant using AET , not  SAP existing field.

Having said that, their could be work around possible, like we can change the way of search. functionally. so if you could share what exactly you want to achieve in search , may be some thing can be thought.

Please correct me if i am wrong in my observation.

Regards,

G.One

former_member186887
Active Contributor
0 Kudos

Hi G.One,

I would like to search Employees based on Service Team but Service Team field is not available in search criteria but available in Incident transaction type.

How can I add the Service Team field into Search criteria?

Would you please spare me some time for suggesting me.

Former Member
0 Kudos

Hi Maddy,

Please check search page in "configurable" mode, and see if it is available in "Available Fields" option. if yes, move it to display area fields and use it as search criteria.

hope it helps.

Regards,

G.One

Former Member
0 Kudos

Hi Maddy,

Please check search page in "configurable" mode, and see if it is available in "Available Fields" option. if yes, move it to display area fields and use it as search criteria.

hope it helps.

Regards,

G.One

Former Member
0 Kudos

Hi Maddy,

Please check search page in "configurable" mode, and see if it is available in "Available Fields" option. if yes, move it to display area fields and use it as search criteria.

hope it helps.

Regards,

G.One

former_member186887
Active Contributor
0 Kudos

Hi G.One,

Thank you for your response.  I have tried but that field is not available in available fields. How to make a field available in available fields list?

Awaiting for your suggestion.  Thank you in advance.

Regards

Maddy

Former Member
0 Kudos

Hi

   Which component are you refering ?

    I can see this field SERVICE_TEAM in Incident Component as a Search Criteria.

Cheers