Skip to Content
0
Former Member
Feb 23, 2009 at 09:13 PM

POP UP screen in BSP

321 Views

Hello friends,

I want to create a pop up window in the BSP application.

Let me explain in detail.

Based on some criteria I need to show up a POP UP and display message on a POP UP LIke an Information POP UP. Wheh the user clicks the enter the process should be go forward.

I have used the FM _ POPUP_TP_INFORM but looks like this dosent work.

if found = 'X'.

call function 'POPUP_TO_INFORM;.

endif.

Shreekant...