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: 

Change in Standard Screen

Former Member
0 Kudos

Hello friends,

In a standard screen for a desired field when we use F4 button there are some possible values in the pop-up window.My task is to hide some of the values in th pop-up window.Can anyone sugegst me any method to do this.

Useful answers to be Rewarded,

Regards,

Gopi.

2 REPLIES 2

Former Member
0 Kudos

hi gopi.,

This will be done by the functional consultants using tcode OBC4.

under field status group they will opt for suppressing the fields or displaying the fields as their wish.

<b><i>Reward points if useful</i></b>

Chandra

Former Member
0 Kudos

Hi,

This can be acheived by writing the code in search help exit. you write a seach help exit for event 'DISP'.

the code would be to delete the records fom internal table since all the record of seach help s stored in during run time.

You have to write a function module as a demo search help exit 'F4IF_INT_TABLE_VALUE_REQUEST' and in your custom FM write the code to delete records of VALUE_TAB as per your requirement but remember to write in even DISP.

If you are not clear Kindly let me know the full requirement that is the field name and transaction name. I will exaplain you then all the steps or else try with these suggestion.

Thanks

tanweer