Application Development and Automation 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: 
Read only

Regarding search help

Former Member
0 Likes
925

HI Experts,

I have a requirement to add a field(mstbr) on the standard elementry search help(premk) and also perform a control check on that field belongs to pa0001 table, the check is with reference to pa0001-pernr, i need to check that whenever the pernr is not there for mstbr in pa0001 then raise a message say 'invalid personnel'.

the main requirrement is to control the pernr with respect to mstbr.

i know its not fully clear in some way hazzy but can anyone tell me how to work with the search help enhancemets specifically how to code and validate using search help exit.

Thanks in advance

bsapman.

HI Experts,

I have a requirement to add a field(mstbr) on the standard elementry search help(premk) and also perform a control check on that field belongs to pa0001 table, the check is with reference to pa0001-pernr, i need to check that whenever the pernr is not there for mstbr in pa0001 then raise a message say 'invalid personnel'.

the main requirrement is to control the pernr with respect to mstbr.

i know its not fully clear in some way hazzy but can anyone tell me how to work with the search help enhancemets specifically how to code and validate using search help exit.

Thanks in advance

bsapman.

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
884

Search the wiki there are some samples and guides. (e.g. [Implementing Search Help Exits|http://wiki.sdn.sap.com/wiki/display/Snippets/ImplementingSearchHelpExits] or [Search Help Exit |http://wiki.sdn.sap.com/wiki/display/Snippets/SearchHelp+Exit] in [Code Gallery|http://wiki.sdn.sap.com/wiki/display/Snippets])

Regards,

Raymond

Read only

Former Member
0 Likes
884
Read only

Nimesh_S_Patel
Explorer
0 Likes
884

Hi,

Add your required filled in search help and implement search help exit. You can refer any function module start with F4IF_SHLP_EXIT* and take a reference of any FM.

Regards

Nimesh S. Patel.

Read only

Subhankar
Active Contributor
0 Likes
884

Hi,

You can create a implementation for BADI HRPAD00_PAPM and implement your filter logic.

Thanks

Subhankar

Read only

Former Member
0 Likes
884

Thanks Experts