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

Search help exit - remove standard values

Former Member
0 Likes
1,187

Dear All,

Is it possible to remove search help values... using search help exit?

my requirment is...I do not want to show in selection some of document types in accounting... BKPF-BLART, search help name CSH_T003

if possible send me sample codes...!

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
945

Hi,

Make use of the event 'PRESEL' to restrict selected values for a particular field. This event is available in the search help exit.

Edited by: booma ganesan on Jun 12, 2009 9:50 AM

Dear All,

Is it possible to remove search help values... using search help exit?

my requirment is...I do not want to show in selection some of document types in accounting... BKPF-BLART, search help name CSH_T003

if possible send me sample codes...!

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
946

Hi,

Make use of the event 'PRESEL' to restrict selected values for a particular field. This event is available in the search help exit.

Edited by: booma ganesan on Jun 12, 2009 9:50 AM

Read only

Former Member
0 Likes
945

Hi,

copy CSH_T003 to Z_CSH_T003 .

In this Function module you can add code after below said code.

"IF callcontrol-step = 'DISP'."

"add code"

ENDIF.

then this Z search help add to f4 help.