cancel
Showing results for 
Search instead for 
Did you mean: 

Custom search criteria in MSS Team Calendar

Former Member
0 Kudos

My requirement is to add a custom entry (All Salaried/Exempt employees) in the Employee Selection (Display Data For) drop down in MSS Team Calendar.

I have created a custom org structure view by copying the one for "All Employees" - MSS_LTV_EE_ALL

Then, I have created a custom entry in V_TWPC_ORGVWGRP to include my new org structure view and I have configured the same in V_PTREQ_TEAM.

I am able to see the new option in the team calendar - as desired.

*********************

Now, I need to adjust my object selection in V_TWPC_OBJSEL (copied from MSS_LTV_EE_ALL) to search for only Salaried employees (based on Employee Subgroup - PERSK).

Are there any standard Rules for object selection that I can refer to and possibly tweak as per my needs ?

(or)

Do I need to use a custom class for the object search ?

I am not sure as to how to use the option Parameter Group here.

Kindly suggest.

Thank You,

Jaya

Accepted Solutions (0)

Answers (2)

Answers (2)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

OADP you have to modify.

You have to add it to view ie in V_TWPC_ORGVWG_P

https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=190743879

Former Member
0 Kudos

oadp in std sap relies on evaluation paths in the object selection rules to retrieve data. now I am not sure it is possible to retriev data for specific persk types using eval paths, so the only way I reckon you can get that info is via a function module,..

write a function module and call it via the rules-config in oadp tables,..

cheers