cancel
Showing results for 
Search instead for 
Did you mean: 

Open a New window on click of button using FPM GUIBB

Former Member
0 Kudos

Hi Team,

I am facing an issue using GUIBB in FPM. I have a requirement like on click on Create button, a new window or page should get open(Form GUIBB
). Could anyone can help me out of this.

Thank you in advance.

Regards,

Kushi.

Accepted Solutions (0)

Answers (1)

Answers (1)

jens_boeckenhauer
Active Participant
0 Kudos

Hi Kushi,

for NW release 7.31 or higher it is easy: Your feeder class can expose an action with event ID FPM_NAVIGATE (IF_FPM_CONSTANTS=>GC_EVENT-NAVIGATE). As event parameter structure use FPM_S_EXTERNAL_NAVIGATION_INFO or a DDIC structure which includes it. In the configuration, you can then assign this action to a button, and you can also maintain the parameters corresponding to the components of the structure. You can either use launchpad navigation by maintaining "Role", "Instance" and "Application Alias". However, if you leave these fields blank the application simply restarts itself in a separate window, but you can e.g. use the "Page ID" to launch it with a different start page.

Best regards

Jens