cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Forms - Table control data Saved in Database table through Web Dynpro

GauravKoundal
Explorer
0 Kudos

Hello Friends,

I Am facing a Problem in Adobe Forms through Web Dynpro.

i Want to Make Interactive online Adobe Forms - In Table Control user enter the multiple entry in the table control and after that Click on SAVE button , entry will saved in Database table.

Please guide me.

Thanks in advance.

Gaurav.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you can have problems when you will be adding rows in table in adobe form (because web dynpro framework has not context elements for these rows). But I have a workaround for this issue described here:

Regards Jiri

Former Member
0 Kudos

Hi Gaurabh,

For interactive form you have to check the property DisplayType = native and PdfSource should be a Context Attribute of type 'Xstring'.

For data retrieval, create a NODE and have all the required attributes within that node of AOBE form.

Fetch the data in WDDOINIT.

Also check, that the offline senario for this form is working.

Hope it helps you.

GauravKoundal
Explorer
0 Kudos

Thanks SANKET ,

i dont want to Fetch the data from the database but i want to save the User input data into my Z Table.

I have already done all the properties and Context Attribute type.

Thanks,

Gaurav.