Application Development 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: 

message pop up

Former Member
0 Kudos

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

Former Member
0 Kudos

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

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

0 Kudos

Like POPUP_TO_CONFIRM

Regards,

RIch Heilman

Former Member
0 Kudos

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