cancel
Showing results for 
Search instead for 
Did you mean: 

GRC Request text in work inbox

Former Member
0 Kudos

Hi,


I need to modify the text of request in spanish language.


Says:"Aporobacion" and should say "Aprobacion".

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Cristian,

You can modify the contents of your workinbox by enhancing the method UNIFIED_GET_OBJECTS (
) of class CL_GRFN_POWL_INBOX(Feeder class for unified inbox)

PFB the snapshot for reference.

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 TeamMember/ User Creation/ Role Assignment as per my requirement)

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

Hope it might help you.

Thanks

KH

Former Member
0 Kudos

Great!!!!!

Thanks!!!

Regards.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Cristian,

Please, let us know if you still have this issue.

Thank you,

Fernando

Former Member
0 Kudos

Hi,

I still this issue.

Regards.