cancel
Showing results for 
Search instead for 
Did you mean: 

Table filter showing code and not description

Former Member
0 Kudos

Hi,

In Account Search page we have added a custom field. The custom field is created using AET and is related to BuilHeader.

Now in account overview page the field is a dropdown and value help is created to implement the same.

But in account search result page it was showing as code instead of description. So we implemented the GET_V method and were able to get the description. We didn't implement GET_ method keeping in mind the performance issues it might cause due to multiple queries.

Now the problem when we try to filter the column we are seeing code instead of description. How can we get description instead?

Regards,

Sayan

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member214667
Contributor
0 Kudos

Hi Sayan,

You should do some debugging and see what value gets fetched in the attribute in the result list BOL object and how. That should give you some clue about what is happening. It can be noted that implementing GET_V_* will not help here, as the value actually contained in the BOL object will be available as the filter.

Regards,

Shiromani

deepika_chandrasekar
Active Contributor
0 Kudos

Hi,

Instead of putting code in GET_V method put code in GET_ method to show description, then in filter you will get the description.

Regards,
Deepika.

former_member188098
Active Contributor
0 Kudos

try to check http://scn.sap.com/thread/3393054

May be it is due to 'Show key in dropdown list'.

Regards ..Harish Kumar

Former Member
0 Kudos

Hi Sayan,

Please check the field mapping in desing layer.

thanks

Prem