cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive PDF atachment

Former Member
0 Kudos

Hi,

I am generating the Interactive PDF form through the web dynpro screen. then the user changes certain values n the PDF document and presses a button to save the values back to the data base. now my requirement is i have to attach this PDF for to the the equipment number in IE02 transaction. can any one please tell me how to do this . how can i get the changed PDF document in my web dynpro screen. if i am not able to attach i must atleast send the PDF document as an attachment in email.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You did not mentioned which webdynpro you are using.

if you are using ABAP Webdynpro, On the Interactive form UI Element, you will find a property called PDF Source, Bind it and read it in the button action method. that will be your PDF with data.

Thanks.

Uma