i am using a standard RFC SWN_UWL_GET_WORKLIST which is fetching the data in worklist.
please let me know if anybody knows which table is being used by this RFC to populate data in worklist. i need the name of the table from where the data is being populated in to worklist.
CALL FUNCTION 'SWN_UWL_GET_WORKLIST'
EXPORTING
user = ls_user-bname
LANGUAGE = SY-LANGU
TRANSLATE_WI_TEXT = ' '
IM_TASK_FILTER =
IM_STATUS_FILTER =
IM_ITEM_TYPE_FILTER =
IMPORTING
RETURN_CODE =
worklist = lt_worklist
DEADLINE_ITEMS =
TABLES
message_lines = lt_messages
message_struct = lt_mess_struct.