cancel
Showing results for 
Search instead for 
Did you mean: 

Offline Interactive Form

Former Member
0 Kudos

Hi All,

I created an online Interactive Form, Filled all the requried data and saved the form in local machine. In my offline form scenario, i am uploading the form from local machine using File Upload UI and in another view i am displaying all the pre-filled pdf. But on action "Submit". I am unable to retrieve the values from the fields and sent to Database.

But if i change any one of the field values or if i just click the drop down simply, i am able to fetch the values from the fields and sent the values to Db. (I think at that time an event is happening inside interactive form and it is fetching the values). If i dont change any fields values or dont click dropdown, i get the field values as null and cannot sent to DB.

What could be the reason? Why i am unable to fetch the values on clicking of "Submit" Button? What has to be done? Can any one please help me out in this scenario?

Thanx and Regards,

Divya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

...

Former Member
0 Kudos

Hi Divya,

Please ensure tha when using the uploaded form, you user the IF mode as UsePDF and if you are using the ActiveX forms, verify that ACF is installed properly.

Cheers

Arafat

Former Member
0 Kudos

Hi Arafat,

I have already given the form mode as "UsePDF". Thatz why i am able to see the values of the form pre-filled after uploading. But those values is not going to Database on action of "submit". If i just change a value in any of the fields or if i just click a drop down simply, the correct data gets populated and values successfully gets inserted into the Database.

Why is that the data not getting populated on clicking of the "Submit" button initially? (and only after changing a value in the field) What has to be done for that? How can i rectiy this error? Can you please help me out in rectifying this error? I am using native and not "Activex". Hence i dont have to install "ACF".

Thanx and Regards,

Divya

Former Member
0 Kudos

Hi Divya,

Please go through the below Blog this can help you.

[Reading Offline PDF data to WD Context ( WD ABAP)|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7651] [original link is broken] [original link is broken] [original link is broken];

I think you may have not used the some variable "A" with type XSTRING that is declared in the context and included in the property "pdfSource" of the InteractiveForm UI element. OR you may have missed the binding of some variables.

Regards

Pradeep Goli

Former Member
0 Kudos

Hi Pradeep,

I am using webdynpro Java and not ABAP. I gave XString in pdfsource. It is not working.. What else can i do?

Regards,

Divya