-----------------------------------------------------------------------------------------------------------
CALL FUNCTION 'POPUP_WITH_WARNING'
EXPORTING
textline1 = 'Some Important Info Missing'
textline2 = 'Still Want to Continue'
titel = 'Warning'.
WRITE 'proceed after warning popup'.
------------------------------------------------------------------------------------------------------------
Execute the program.
After continue.
-----------------------------------------------------------------------------------------------------------
CALL FUNCTION 'POPUP_WITH_WARNING'
EXPORTING
textline1 = 'Some Important Info Missing'
textline2 = 'Still Want to Continue'
titel = 'Warning'.
WRITE 'proceed after warning popup'.
------------------------------------------------------------------------------------------------------------
Execute the program.
Here is the pop up.
-----------------------------------------------------------------------------------------------------------
No comments:
Post a Comment