-->
CALL FUNCTION 'TH_POPUP'
EXPORTING
client =
user =
message =
* MESSAGE_LEN = 0
* CUT_BLANKS = ' '
* EXCEPTIONS
* USER_NOT_FOUND = 1
* OTHERS = 2
.
client =
user =
message =
* MESSAGE_LEN = 0
* CUT_BLANKS = ' '
* EXCEPTIONS
* USER_NOT_FOUND = 1
* OTHERS = 2
.
*------------------------------------------
* EXPLANATION:
*------------------------------------------
1. CLIENT => Client ID
2. USER => User name
3. MESSAGE => Message to be delivered to the user
Message Sent |
Message Delivered |