Hello Firends,
I have created one table in the WebDynpro Program with Context NODE_RESULT having Cardinality 0...n in the View ADOBE_VIEW. In this view I have created the Interactive Form and specified the properties: data source as NODE_RESULT, Template Source as Z_XX_ADOBE_FORM.
Also I have made an supply function for the context NODE_RESULT as GET_RESULT.
In the Supply Function I have used the BAPI to fill the contents of Internal table (itab_data). And have binded the itab_data using node->bind_elements... (ALSO Tried node->bind_table...).
Also I have coded the HANDLE_IN method.
Here the point is that I can see the table in the interactive form layout and have successfuly binded all the elements and when I have tested the form, the Adobe form is showing the blank table. i.e. it is showing up only the design of table, not the internal table values what I have binded.
I have made every check like ADS is working fine as I can run the Interactive form through the ABAP program (i.e. through se38, where the form is allowing me to save the data in the PDF).
Have installed the ACF.
Also checked that the form is XML based schema and it Generated.
Here everything is fine but I am unable to bind the internal table from webdynpro to Adobe Interative form.
Friends plz help me in resolving this issue.
Thanking You
Regards
Pradeep Goli