Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict F4 display-- Standard T-codes

Former Member
0 Kudos

Hello Experts,

We want to restrict display through f4 help.

here is the example of what we want to achieve.

In t-code CRQ3, there are 2 input fields plant and work center.

we want to restrict user from viewing work centers from other plant on which they don't have authorization.

Thanks

Harshavardhan Wankhade

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can use a search help exit to put in additional validation. There is more info here:

http://help.sap.com/erp2005_ehp_04/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm

Your ABAP team will be able to help with this.

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can use a search help exit to put in additional validation. There is more info here:

http://help.sap.com/erp2005_ehp_04/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm

Your ABAP team will be able to help with this.

Former Member
0 Kudos

Thanks Alex,

But is there any provision to achive this without ABAP coding?

Thanks

Harshavardhan Wankhade