cancel
Showing results for 
Search instead for 
Did you mean: 

Extract data from Dynamic Table in Pdf

Former Member
0 Kudos

Hi,all

How can I extract data from dynamically created table(the rows are added/removed by user in offline scenario) in pdf form?

Regards,

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved by myself

Former Member
0 Kudos

Hi Michel,

I also have the same problem, I need to extract user inputs from PDF file tointernal table. (Offline scenario).

Could you please provide me some ABAP code for it.

Thanks,

Lahiru

Former Member
0 Kudos

Hi Lahiru,

I have the same problem as yours. I need to extract user inputs from PDF file into internal table. (Offline scenario).

Can you please share your code with me?

Thanks in advance.

0 Kudos

Hi Micheal,

I have a scenario which is similar as yours.I want to extract table data from the offline form.when i extract data i am getting values only for first row of the table.Can u please guide me how to fetch the data for a table(this table also has dynamically increasing rows in offline).I need the solution urgently.Please help me on this.

WIll reward points for sure.

Thanks and Regards,

Srividya.

Former Member
0 Kudos

They are saved as xml nodes based on your context, so if you extract the data from the pdf, you can loop over it to get the data.

Former Member
0 Kudos

Hi,Mark

Thanks for reply.

Can you provide me some code for example?

Regards,

Michael