cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to send Dynamic Interactive Forms through mail?

Former Member
0 Likes
279

Hi all,

I'm trying to sent Interactive Forms as attachment through mails.

Everything works fine as long as the Content of this Interactive Form stays static.

When I add dynamic elements and test this in SFP, they work.

However when they get sent by mail, the dynamic content is lost and gets back Static.

Does anyone has ABAP code or any other solutions so that the PDF gets send as an Dynamic Form?

Thanks in advance.

Kind Regards,

Maarten

View Entire Topic
Former Member
0 Likes

Forgot to set parameter:

fp_docparams-DYNAMIC = 'X'.

For the call of the function module of this form