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.


 

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s