cancel
Showing results for 
Search instead for 
Did you mean: 

how to update the data base data from PDF Adobe record

Former Member
0 Kudos

Hi all,

how to (SAVE)update the data base data from PDF Adobe record . I have action button .when action triggers then pdf records needs to to be upadte in data base.

please tell me how to do in web dynpro abap

thanks

RAMA

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_szcs
Active Contributor
0 Kudos

Hello Rama,

Specify the dataSource and templateSource in the InteractiveForm. Then the data will be transported to the context, where it can easily be read and saved to the database.

Best regards,

Thomas

mohammed_anzys
Contributor
0 Kudos

Hi Ram,

Your data will be of the type RAWSTRING , so will be your table attribute.You could directly update the table with this value.

Thanks

Anzy