Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

The following document shows how to do Modifications to the work inbox screen i.e. changing the subject based on request type.

Work inbox screen before modifications

   

To achieve the above stated requirement , enhancement has to be done to the method UNIFIED_GET_OBJECTS ( ) of class CL_GRFN_POWL_INBOX(Feeder class for unified inbox)

Note : As of now, I’m just changing the content in exporting
parameter ET_RESULTS of the method UNIFIED_GET_OBJECTS ( ) in the debugger.

Here, I’m changing the subject based on Work Item Type (i.e Team Member/ User Creation/ Role Assignment)

For reference, I’ve changed the subject for request no : 73 and 301

Hope, this helps for other's who come across similar requirement.

Thanks

KH