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: 

F4 help for matnr in Tcode: MB51

Former Member
0 Kudos

Hi Abapers,

Search help: MAT1 is being attached to Material Number field in Tcode: MB51. When i press on F4, Several tabs are getting displayed. MAT1 is a collective search help with various collective search helps. Further each collective search help is containing various elementary search helps(Views as search methods) attached to it... These are getting displayed as different Tabs when i press F4..

My requirement is to modify this F4 functionality.. For some users only few material numbers needs to be displayed when clicked on F4.. I need to validate this.. Can some one tell me as where i can write my logic to achieve this...

Please share your openions...

Many Thanks in Advance!!

1 ACCEPTED SOLUTION

Former Member

hi,

through se16 create a new search help, dnt make it collective...let it b elementary according to your requirement.

implement that search help in the particular field using "chain-end-chain operation" or use the FM as told by abhishek.

create a module to implement search help ona aprticular field.

please let me know if it helps

regards

kanika

3 REPLIES 3

Former Member
0 Kudos

use this fuction module to make search help according to ur require ment

'F4IF_INT_TABLE_VALUE_REQUEST'

hope it will help you

Former Member

hi,

through se16 create a new search help, dnt make it collective...let it b elementary according to your requirement.

implement that search help in the particular field using "chain-end-chain operation" or use the FM as told by abhishek.

create a module to implement search help ona aprticular field.

please let me know if it helps

regards

kanika

0 Kudos

I think my Question is not clear... There are some 35 Elementary search helps for Material Number in MB51.. Ex; Material by old material no., Material by bill of material etc... Now i need to control the material numbers being displayed based on user logged in... How can i do this? Probably i need to write my validation in Search help exit being attached to this collective search help...