cancel
Showing results for 
Search instead for 
Did you mean: 

Customize Role Search Criteria Screen

mamoonr
Active Participant
0 Kudos

Hello Experts,

I have a requirement to customize Role Search criteria screen?As of now by default three fields come :System, role type and Role Name.

I want to add one more field Business process as default and not by pressing + button. And also  fill some default values in System and role type field..

I tried in SE80 ,GRAC_OIF_REQUEST_SUBMISSION but could not add another field(business process) as default.

Any idea to achieve this..

Regards,

Mamoon

Accepted Solutions (1)

Accepted Solutions (1)

former_member204204
Active Participant
0 Kudos

Hi Rashid,

Please check the below blog.

http://scn.sap.com/docs/DOC-55578

Regards,

Neeraj

mamoonr
Active Participant
0 Kudos

Hi Neeraj,

Thank you..I think it should help..

Let me try this.

Regards,

Mamoon

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mamoon

You need to implement SAP delivered BAdI -

 

GRAC_ACCREQ_SEARCH_CRITERIA (System & Role Type defaulted)

With this BAdI you can default Role type in your Access Request.

 

Default values for search parameters appearing on Role search of Access Request

 

Enhancement Spot:

GRAC_ACCREQ_SEARCH_CRITERIA

 

BAdI Definition:

BADI_GRAC_ADDNL_SEARCH_CRIT

 

Description: Implementing this BAdI allows the customization of default search

parameters that appear on searching roles from access request. With this

Access Request search can be made easier and faster for the user.

All the parameters that are added via this implementation will appear as default

search parameters on Role search Screen

 

Just like any other ABAP object, you may need to transport this to Prod.

This is the only solution to your requirement.

Hope this helps.

Thanks

Snehal Pandya