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...