cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic seach block in FPM

Former Member
0 Kudos

Hi Experts,

I have modelled the UI in the following fashion

A Form UIBB and a Search UIBB. Now the Search attributes should be dynamically displayed based on the attribute i select in the Form UIBB.

For eg. I select the Type in the Form UIBB as SO/PO based on that my Search UIBB has to be configured.

But i found that the Get_definition is called only once per session. hence is not able to do it.

Could you please help me with this issue?

Thanks

Gururaj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Gururaj

you can use event IF_FPM_GUIBB_SEARCH=>FPM_SEARCH_NEW_FIELDCAT to retrigger the GET_DEFINITION method

john