cancel
Showing results for 
Search instead for 
Did you mean: 

SAP FITV Hide columns from search help of WD ABAP FITE_UI_RECEIPT_DETAILS

Former Member
0 Kudos

Hi experts,

In the following WD Abap "FITE_UI_RECEIPT_DETAILS", in the Custom Controller "ENTERTAINMENT", Context "ENTERTMNT_DETAILS" there is a field "PERNR_INT" which has a dictionary search help "PREMN". This is a standard search help but we could not show all the fields (look at the following screenshot):

http://screencast.com/t/F7diMhnbrZI

We have to hide some columns (Birth Date, in the search help or replace it with another non-standard search help (by code in WD).

How could we do it? Do you have any solution to this problem?

We would like to avoid a modification to standard code... we would rather prefer use an enhacenment.

Many thanks in advance.

Best,

AS

Accepted Solutions (1)

Accepted Solutions (1)

Lukas_Weigelt
Active Contributor
0 Kudos

Hi,

I can't test in my system since we don't use this component. But the DDIC Searchhelp PREMN does have an Exit FM. Try altering the table given back in HRMC_PREM_EXIT_A by using an impiclit enhancement at the end of the code.

This is what I'd try first before using an approach like altering the context in the WDA in runtime (which can get a bit dirty..)

Try the search help exit and get back here!

Cheers, Lukas

Former Member
0 Kudos

It just works!!!

Many thanks!

Answers (0)