cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Opening Dialog Box from List Tool Bar element ( Button )

Former Member
0 Kudos

Hi All,

From my FPM application I have to open two Dialog boxes.

Dialog box 1 is assigned to Global tool bar which is for creating new request .

Dialog box 2 is assigned at LIST UIBB's Tool bar element to display the created request with detailed information .

I am using the same feeder class for both UIBB.

For both the tool bar element I assigned the standard FPM Event 'FPM_OPEN_DIALOG'

Problem is at global toolbar level I have option to set TARGET_PAGE

But in LIST UIBB tool bar element I have no option to set TARGET_PAGE .

Now for both the Button same dialog box is called ( Dialog box assigned at Global tool bar element ) .

How to set the target page to LIST UIBB tool bar element's button like global toolbar element ?

I tried adding parameters at get_defination method of LIST UIBB by passing

ET_ACTION_DEFINITION.

still it is opening the same Dialog box which assigned for global element only .

I checked at debugging mode the feeder parameter which I assigned for DIALOG BOX 2 itself not coming .

I need your support to deal multiple dialog box in the FPM application which uses the same feeder class . For more details please refer the attached screenshot

Thank you all 🙂

You can find a button Crete new version at Global toolbar element and Open Button at LIST Tool bar element . I want to open different popup for each of the button .

Accepted Solutions (0)

Answers (1)

Answers (1)

jayant2909
Newcomer
0 Kudos

Hi 

I have the same question, were you able to find the solution to this?

Thanks,