cancel
Showing results for 
Search instead for 
Did you mean: 

How to get contents from field of a pdf form?

Former Member
0 Kudos

Hi Experts,

I am creating an application in which I have a table in pdf form and the table is bound to a node of the context of the view. Now I want to change value of one column of the table and the updated value is needed in a BAPI, which will be called on a submit button. But How to get this updated value. In WebDynpro JAVA it is done automatically by reflecting back the values to the context node. How to achieve this in WebDynpro ABAP. Please Help.

Thanks and Regards.

Vaibhav Tiwari.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi vaibhav........

you can just read the node that is bound to the table using...

the get_static_attributes_table method in if_wd_context_node...

you just mention the internal table in which the value has to be stored and it will be loaded automatically.

---regards,

alex b justin

vaibhav_tiwari
Contributor
0 Kudos

Hi,

I am already reading the context node, but its not reflecting the changes made in pdf form back to the context node like JAVA. Is there any other way to read the contents of the pdf form and get the updated values.

Thanks and Regards.

Vaibahv Tiwari.

vaibhav_tiwari
Contributor
0 Kudos

Hi Experts,

Please help regarding this query.

Thanks and Regards.

Vaibhav Tiwari.

Former Member
0 Kudos

Hi Vaibhav,

Have you tried invalidating the node and then reading it again?

Regards,

Akshay