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

How to send a message?

Former Member
0 Likes
563

Hi ALL.

I would like to make a program which is ..

1) send a message to anyone( all or a man ).

2) display the message when changing a screen or processing screen as MSN message.

How to make it? If you have a source.. plz.. send to me.

Thank you in advance.

Hi ALL.

I would like to make a program which is ..

1) send a message to anyone( all or a man ).

2) display the message when changing a screen or processing screen as MSN message.

How to make it? If you have a source.. plz.. send to me.

Thank you in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
518

Check FM


 SO_OBJECT_SEND
SO_OBJECT_SEND_ASYNCHRON

Regards,

Santosh

Read only

Former Member
0 Likes
518

Message is a pop-up message, not mail.

Read only

michael-john_turner
Active Participant
0 Likes
518

Try the SM02* function modules in function group SM02, eg SM02_ADD_MESSAGE. They will allow you to maintain popup messages, as can be done with transaction SM02.

Regarding MSN, AFAIK the API is not open (see the difficulty GAIM has in connecting to MSN, Yahoo!, etc), but I'm sure it can be done with a bit of work. The best is probably to take a look at the GAIM source - see http://gaim.sourceforge.net.

MJ