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

message pop up

Former Member
0 Likes
481

Hi,

Can someone suggest a function module which can be used to pop up a message of around 600 characters. Also as the decision buttons I want only two buttons 'Confirm' and 'Cancel'.

Any pointers will be very helpful.

Thanks,

Soorya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
444

Hi Soorya

As he has specified u can use 'POPUP_TO_CONFIRM'.

Here u have to create the Dialog text in SE61. It can be 600 char long.

And then u have to use this dialog text name in ur DIAGNOSE_OBJECT parameter.

Thanks

Elan

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
444

THere are a few funciton modules that start with POPUP* which can be used, but I don't think any of them will handle 600 characters.

Regards,

RIch Heilman

Read only

0 Likes
444

Like POPUP_TO_CONFIRM

Regards,

RIch Heilman

Read only

Former Member
0 Likes
445

Hi Soorya

As he has specified u can use 'POPUP_TO_CONFIRM'.

Here u have to create the Dialog text in SE61. It can be 600 char long.

And then u have to use this dialog text name in ur DIAGNOSE_OBJECT parameter.

Thanks

Elan