cancel
Showing results for 
Search instead for 
Did you mean: 

How to control export to excel functionality in change request SEARCH screen

Former Member
0 Kudos

Dear Experts,

Can anyone let me know "How to control export to excel functionality in change request SEARCH screen". My scenario is i need to control the export to excel functionality using roles. i.e user having export to excel roles(which we have defined) can able to export the contents into excel else i need to stop him by giving error message.

i.e where code can be implemented to check if user is authorized to export the contents into excel when he clicks on export to excel button in search screen.

Thanks

KH

Accepted Solutions (0)

Answers (2)

Answers (2)

benjamin_allsopp
Active Participant
0 Kudos

Hi Katrice,

Try the following:

  • Go to class CL_FPM_LIST_UIBB_ASSIST_ATS
  • Go to method FPM_PROCESS_EVENT
  • You can then enhance this with code at the bottom e.g:

if IO_EVENT-mv_event_id = 'FPM_LIST_EXPORT_TO_EXCEL'

(implement auth checks etc.)

endif.

Former Member
0 Kudos

Hi Katrice,

Change request SEARCH means you are talking about "USMD_EDITION_CREQUEST" (Display Change Requests) application or "IBO_WDA_INBOX" Work List application ?