Thursday, 30 July 2015

SAP Function Module 'POPUP_WITH_WARNING' to display a POP UP

-----------------------------------------------------------------------------------------------------------

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.


 After continue.



-----------------------------------------------------------------------------------------------------------

No comments:

Comments system

Disqus Shortname