cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to change the order of the UIBB dynamically?

Former Member
0 Kudos

Thanks very much for your hint.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Anders,

If you implement interface IF_FPM_OIF_CONF_EXIT (or IF_FPM_GAF_CONF_EXIT), in method OVERRIDE_EVENT_OIF/GAF you can use methods REMOVE_UIBB and ADD_UIBB of parameter IO_OIF/IO_GAF.

You can pass the index to them to first remove it and the reinsert it at another position.

Note:

- you must first remove the uibb before adding it again (or get get an error that the same one cannot be added twice)

- don't remove all before adding them again (or you get an error saying there must be at least one - if you only have one uibb which you want to switch dynamically, you can work with a dummy empty one to avoid this)

Best regards,

Pieter

Former Member
0 Kudos

Hi Pieter,

Thanks very much.

Best regards,

Blake Le