cancel
Showing results for 
Search instead for 
Did you mean: 

Send news to a certain Mobile Groups only

Former Member
0 Kudos

Hi MI Gurus,

Good day.

Basically, I need to send news (similar to what Transaction MI_SYNEWS is doing) to certain Mobile Groups only (composed of mobile users by specific work centres).

Is there any other standard transactions that can do this? Or I need to create a customized one? If I need to create a customized one, do you happen to know a certain Function Module that I can use for this?

Thanks in advance for your consideration.

Best regards.

Brando

Edited by: Brando Braganza on May 24, 2010 9:51 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi MI Gurus,

I Checked Transaction MI_SYNEWS. Program is MI_SYSTEMNEWS. It seems that this program is being used to add messages in Table MISYNMSG. It uses FM MI_SYNEWS_ADD to add news & MI_SYNEWS_UPDATE to modify news in Table MISYNMSG. It seems that the messages in Table MISYNMSG are the ones being sent to the PDAs.

I already checked the FMs / Programs that use Table MISYNMSG. Below are the list of FMs using the data in Table MISYNMSG:

MI_SYNEWS_DEACTIVATE: deactivate a message

MI_SYNEWS_ADD: creates a new message

MI_SYNEWS_DELETE: deletes the message with the provided ID

MI_SYNEWS_UPDATE: updates the specified message

MI_SYNEWS_GETLIST: returns a list of available System Messages

MI_SYNEWS_DELETEALL: deletes all messages

MI_SYNEWS_GETDETAILS: returns System News Message Details

MI_SYNEWS_DEACTIVATEALL: deactivates all messages

Unfortunately, I could not trace the FM or Program that sends the news from Table MISYNMSG to PDAs. Do you happen to know what program / function module does this? Thanks for your consideration.

Best regards.

Brando

Former Member
0 Kudos

Hi all,

Any inputs on this will be highly appreciated. Thanks in advance.

Best regards.

Brando