cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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

0 Likes
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