cancel
Showing results for 
Search instead for 
Did you mean: 

sending chat message

Former Member
0 Kudos

hi...

It is possible to send a chat message to a perticular ip address.if there is any class or function module available for it.

i checked chat program...please help me who to run the chat program.......

Accepted Solutions (0)

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

It is:

CALL FUNCTION 'TH_POPUP'
     EXPORTING
       client = sy-mandt
       user = itab_uinfo-bname
       MESSAGE = msg
       message_len = laenge
*  CUT_BLANKS = ' '
     EXCEPTIONS
       user_not_found = 1
     OTHERS = 2.

Can you please close the thread:))

Regards, Otto

chintan_virani
Active Contributor
0 Kudos

Please post this question in appropriate forum, this is certainly NOT related to SAP Interactive Forms by Adobe.

Chintan