cancel
Showing results for 
Search instead for 
Did you mean: 

Enable/disable search field in SEARCH UIBB FPM

Former Member
0 Kudos

Hi ,

Is it possible to enable or disable a selection field based on a condition using SEARCH UIBB for FPM?

Thanks,

Shailaja Ainala.

Accepted Solutions (0)

Answers (2)

Answers (2)

NeeleshJ
Advisor
Advisor
0 Kudos

Hi Shailaja,

To your first question, in that you want to disable/enable one field based on value entered on other field. answer to this is yes you can do it in GET_DATA itself. in this method there is a change table- CT_FPM_SEARCH_CRITERIA, in that you can add/delete that field based on the condition and it

will be reflected on search UI.

To your second question fo having hyperlinked column, for that Praveen is also mentioned that you have ot set the column type as 'Link to Action' for that particular field.

Regards,

Neel

Former Member
0 Kudos

Hi Shailaja,

Yes, it is possible but you have have to implement get_default_config method of your search UIBB interface. But it will not disable it will completely removed from the field catalogue.

Or you can do it by exclude search criteria option which is available in general setting of GUIBB.

Thanks

Praveen Gupta

Former Member
0 Kudos

Hi,

Thanks for the immediate response....

My requirement is like if we data is entered in one field the other field must be disabled....

later it must be enabled as we do in normla module pool programming...

Is this possible in search of form UIBB?

Thanks,

Shailaja Ainala.

Former Member
0 Kudos

Hi Shailaja,

If you are using search GUIBB then i would say it's not possible. But if you are using normal form to make the search criteria , then probable it will be possible.

Here one quick question...??

Why do you want to disable the field at run time...?? As i told you can generate search GUIBB configuration dynamcially at run time..But all the fields which you are proving through the field catalogue of search GUIBB. It will be available for search criteria. But if you want on selection of one field another field should be removed from search criteria that you can do by dynamic coding in GET_DEFALUT_CONFIG method.

Thanks

Praveen Gupta

Former Member
0 Kudos

Hi Praveen,

Cn we have one column as  hyperlink in list UIBB.

Former Member
0 Kudos

Hi Shailaja,

Yes, we can have column as hyperlink in the list UIBB. For that you have to choose display type "Link To Action" in the configuration of the list..

Thanks & Regards

Praveen Gupta

NeeleshJ
Advisor
Advisor
0 Kudos

Hi Shailaja,

To your first question, in that you want to disable/enable one field based on value entered on other field. answer to this is yes you can do it in GET_DATA itself. in this method there is a change table- CT_FPM_SEARCH_CRITERIA, in that you can add/delete that field based on the condition and it

will be reflected on search UI.

To your second question fo having hyperlinked column, for that Praveen is also mentioned that you have ot set the column type as 'Link to Action' for that particular field.

Regards,

Neel