cancel
Showing results for 
Search instead for 
Did you mean: 

Custom F4 help and mandatory field issue in SEARCH GUIBB

Former Member
0 Kudos

HI Experts,

I have created a search component using FPM_SEARCH_UIBB Component.

I have some fields for which a value table is assigned but it is not being displayed in the F4 values.

Please let me know how I can show values of a value table as a F4 help for a field in Search GUIBB.

Also, Can I mark a field as mandatory in SEARCH GUIBB ?

Regards,

AArvi.

Edited by: Aaarvi on Dec 15, 2011 8:40 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

If anyone has come across such a requirement.

Please share some info.

Regards,

Aarvi

SandeepJha
Product and Topic Expert
Product and Topic Expert
0 Kudos

For F4 help ->> define your custom search help in the structure (for the query).

to define search query ->> IF_FPM_GUIBB_SEARCH~GET_DEFINITION..

eo_field_catalog_attr ?= cl_abap_structdescr=>describe_by_name( 'ZST_YOUR_QUERY' ).

So in 'ZST_YOUR_QUERY' structure define your own custom search help for fields where you want F4

for mandatory fields -> you can programatically handle it in IF_FPM_GUIBB_SEARCH~PROCESS_EVENT