‎2008 Mar 30 3:53 PM
Hi all.
Hopefully someone ever experienced with this requirements.
My requirements to send ABAP Report result to user as an attachment. Together with this attachment user need to receive work item/notification. Single workflow task has been defined based on SELFITEM object type to send workflow notification and its attachment.
Function module for this requirement is SWU_START_WORKFLOW. And this function module provide table parameter ATTACHMENT_LIST.
My question how to pass this ABAP report result/ ABAP internal table into this ATTACHMENT_LIST?
Thanks in advance
‎2008 Apr 03 12:39 PM
check the help on the SUBMIT statement ther are options to write the report to memory or spool.
Kind regards, Rob Dielemans