Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Send ABAP Report as an Attachment with Workflow Function Module

Former Member
0 Likes
316

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

1 REPLY 1
Read only

Former Member
0 Likes
275

check the help on the SUBMIT statement ther are options to write the report to memory or spool.

Kind regards, Rob Dielemans