Quantcast
Channel: SCN : All Content - User Interface Development in ABAP
Viewing all articles
Browse latest Browse all 540

In Result list of BP created from FPM tool, how to get field description instead of technical key.

$
0
0

Hi Expert,

I'm new to FPM and I had a requirement to display field description instead of key value in result list of BP. In search result list, we have few fields which are showing technical keys as shown in below screen shot.

SDN.jpg

All the highlighted values in yellow color are technical keys where I need to display the description instead.

Additional Info: The feeder class is a custom class inherited from standard class CL_BS_BP_QUERY_RESULT. In redefined method 'GET_ENTITY_DATA', I'm able to get the description by calling method 'GET_ATTR_TEXT' for each field. But I'm unable to find the possible way to make that description display in UI instead of technical key. If I overwrite the key value with description in same field, due to the length of the field, text is getting truncated. Can anyone suggest me how to achieve my requirement.


Thanks in advance.

 

Best Regards,
Divi Varma


Viewing all articles
Browse latest Browse all 540

Trending Articles