cancel
Showing results for 
Search instead for 
Did you mean: 

Event to close web dynpro called by button.

ronaldo_aparecido
Contributor
0 Kudos

Hi guys.

WHen i call a z web dynpro inside a FPM screen using   lo_fpm->open_dialog_box( 'PAGE_7' ).

there are a way to close the screen when user click in button of z web dynpro?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member198833
Active Participant
0 Kudos

Hi Ronaldo,

According to below documentation, you can open FPM dialog boxes using either IF_FPM API or using FPM Events.

If you raise event CL_FPM_EVENT=>GC_EVENT_CLOSE_DIALOG_BOX (i.e. event ID FPM_CLOSE_DIALOG) the closing of FPM dialog boxes is handled by FPM itself.

You can see sample code on the following documentation:

Opening and Closing FPM Dialog Boxes - Floorplan Manager for Web Dynpro ABAP - SAP Library

Regards,
Felipe

Answers (0)