Quantcast
Channel: SCN : Discussion List - SAP Interactive Forms by Adobe
Viewing all articles
Browse latest Browse all 1237

How to remove attached files from an interactive Form?

$
0
0

Hi,

 

is it possible to delete all the attached files from an interactive form?

 

I'm able to extract all the files and store them separately. But I found no way to store the interactive form without attachments.

 

There is a method called SET_ATTACHMENTS, but transferring an empty table is not allowed.

 

What should I do?

 

 

Code:

*     Create PDF Object.      lo_pdfobj = lo_fp->create_pdf_object( connection = l_dest ).*     Set document.      lo_pdfobj->set_document( pdfdata = iv_filecontent ).*     Set task to get attachments.      lo_pdfobj->set_task_getattachments( ).*     Execute, call ADS.      lo_pdfobj->execute( ).*     Get result.      et_attachments = lo_pdfobj->get_attachments( ).

 

Regards,

Mario


Viewing all articles
Browse latest Browse all 1237

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>