Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

displaying message

Former Member
0 Likes
485

hi

i nedd to display message with continue and cancel button

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452
CALL FUNCTION 'POPUP_CONTINUE_YES_NO'
         EXPORTING
              textline1 = text-039
              titel     = text-040
         IMPORTING
              answer    = ans.



IF ans = 'Y' or 'J' its OK else CANCEL
3 REPLIES 3
Read only

Former Member
0 Likes
452

Hi,

Use the FM POPUP_TO_CONFIRM

Thanks,

Naren

Read only

Former Member
0 Likes
453
CALL FUNCTION 'POPUP_CONTINUE_YES_NO'
         EXPORTING
              textline1 = text-039
              titel     = text-040
         IMPORTING
              answer    = ans.



IF ans = 'Y' or 'J' its OK else CANCEL
Read only

ferry_lianto
Active Contributor
0 Likes
452

Hi,

Please try this FM.

POPUP_TO_CONFIRM

POPUP_CONTINUE_YES_NO

POPUP_DISPLAY_TEXT_USER_BUTTON

Regards,

Ferry Lianto