cancel
Showing results for 
Search instead for 
Did you mean: 

Show / Hide (G)UIBBs on FPM Dialog Box (raised from OIF)

SharathSYM
Contributor
0 Kudos

Hi Experts,

Is there any way to show / hide certain UIBBs during runtime on dialog box? E.g. After ticking a checkbox or pressing a button on the dialog box.

I managed to get the OIF reference to the dialog box UIBBs, but then I realized that for the dialog box, there is no way to influence the visibility of UIBBs, but only the UIBBs placed at the OIF application (identified by Mainview ID / Subview ID / UIBB key).

I'm using GUIBBs on the popup, so the possibilities are even more restricted...

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226239
Contributor
0 Kudos

Yes, absolutely possible.

Here are the steps I followed after creating the Dialog box:

1. Assigned a form UIBB (using FPM_FORM_UIBB_GL2) and configured that

2. Created a Feeder class (using IF_FPM_GUIBB_FORM) and assigned this to the form UIBB

3. In the feeder class if_fpm_guibb_form~get_data method made modifications (show/hide) to the fields for the event cl_fpm_event=>gc_event_open_dialog_box

Also, In the feeder class created events for the fields/buttons and then handled those events in the get_data method

-Chandra

SharathSYM
Contributor
0 Kudos

In OIF config, I have a Dialog box with 2 GUIBBs, I want to hide the 2nd UIBB initially & based on certain condition I want to make it visible. Hope you got my point, I dont want to hide any elements.

Former Member
0 Kudos

Did you get any solution for this.I have similar situation

SharathSYM
Contributor
0 Kudos

I didn't get any solution.