cancel
Showing results for 
Search instead for 
Did you mean: 

How to set custom OVS in Standard Screen

jarenass01
Explorer
0 Kudos

Hi experts,

We need to change or modify this OVS to redefine the selection filter.
We need to view the users who are inactive as well.

Any ideas how we could do it?.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee
0 Kudos

Hi,

Unfortunately, this is currently not possible. Neither you can change any OVS properties for a standard field nor you can replace the OVS for a standard field.

But in case if it a really critical requiremnt then you can proceed with a custom solution. High level steps are as follow:

1. Create a new PDI custom field for ServiceRequest BO.

2. Create a new OVS for selecting party ID (including inactive).

3. Extend the standard UI with field created in step 1,

4. Use "Change Field ID configuration" option for newly created field and associate the OVS created in step 3 to it.

5. Finally, hide the standard party ID field.

Thanks

jarenass01
Explorer
0 Kudos

Thank you very, very much.

0 Kudos

Hi Expert Saurabh Kabra,

In my case i have to Replace the field "employee" in the following picture:

but the firts problem is i dont get know what is the screen exactly where i will add my custom field. I schear in the following all enhance screen:

I thought if is posible that screen not allow enhace screen. but if is posible, please you can tell me where i can enhace screen, if i can add the field directly in the panel or if is really necesary that i have to create firts a embedded component and in this component add all fields of other panel and hide the panel Employee.

Thanks in advance.

former_member226
Employee
Employee

Hi,

It is very much possible to add a custom field to this screen.In your particular case, you should look for COD_SR_TI as the screen name.

In order to find UI screen name there are multiple ways. You find them here:

https://answers.sap.com/questions/440018/get-information-on-right-business-object-and-scree.html

https://answers.sap.com/questions/13004983/find-technical-id-of-business-user-screen.html

https://blogs.sap.com/2016/02/15/front-end-debug-information/

In order to see how to add a field to standard UI please check the following video/blog:

https://www.youtube.com/watch?v=CFYU1fxcrfY

https://blogs.sap.com/2020/02/24/part-12-adding-an-extension-field-to-standard/

Answers (0)