SAP Function TB_LIMIT_LIST_SEND - Send List

Parameter Reference Type Length Default Optional Text
DESCRIPTION SOOD1-OBJDES C 50 SPACE X Message Description
LIST_INDEX SYST-LSIND I 4 X Index of List to Be Sent
MEM C C 0 SPACE X Flag: Get List from Memory
PUT_IN_OUTBOX C C 0 SPACE X Flag: Store Message in Outbox
REC_NAME VTBLV-RESUBUSER C 12 Message Recipient

Functionality
This function module enables sending of a list with an index to bespecified to the office inbox of a recipient to be specified.
It can also send a list saved in the ABAP/4 memory using 'submit ...exporting list to memory', for example.

Import parameter
REC_NAME
User name of message recipient
DESCRIPTION
Title (short description) of message
LIST_INDEX
Index of list to be sent
Default = SPACE
MEM
Flag: Get list from ABAP/4 memory
Default = SPACE
PUT_IN_OUTBOX
FLAG: Place in office outbox when sending the message to the activeuser
Default = SPACE

Description
Test.