Getting values from adobe interactive form( webdynpro ABAP )
Hi,
I created dynamic table in adobe interactive form using webdynpro ABAP. My problem is, after filling values in table and I press submit button means im not able to get back the data to webdynpro
I created context like ROOT(cardinality):1:1->DATANODE(cardinality0:n). and i created PDFSOURCE type xstring.
my layout type ZCLlayout. Display type: native.
I used webdynpro native Submit button.
in ONACTIONGET_DETAIL method i called pdfsource like this
get single attribute
lo_el_root->get_attribute(
EXPORTING
name = `PDFSOURCE`
IMPORTING
value = lv_pdfsource ).
while parsing im not getting the values, which i filled in adobe form.
can u please tell me the solution.
thanks,
R.Hemachandran.