cancel
Showing results for 
Search instead for 
Did you mean: 

Problem when i submit the data from PDF interactive form.

Former Member
0 Kudos

Hi,

I have built a simple interactive form with one form element.

and one submit button.

After clicking on the submit button in the pdf the control is not flowing back to the webdynpro component's ONACTIONSUBMIT method/event.

Please let me know weather i need to do any specific configuration for this?

your help will be greatly appriciated

Regartds

Madhu G S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Madhu,

Please check weather u did the fallowing setting by opening the form editor.

Utilities->Insert Webdynpro Script

This will add the required script to the form for interactive application. Please let me know if you are still facing the problems.

Thanks,

Sanjeev

Former Member
0 Kudos

Yes.. I have done that.

Former Member
0 Kudos

Hi Madhu,

What is the button type? is it from Webdynpro native controls or activeX? In form Properties the form type and the button type should be same. Please check that also. On clicking the button are you getting the rotating image or nothing? If the rotationg image comes then the button is wiorking fine, so you need to check the code.

Please check these and let me know if still the same problem.

Thanks,

Sanjeev

Former Member
0 Kudos

Hi Sanjeeva,

I am using native type only...

and I dont have any option to select native in form properties.

Regards

Madhu G S

Former Member
0 Kudos

Hi Madhu,

The property is displayType in view editor.

Thanks,

Sanjeev

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

I have the same problem. I created a simple interactive PDF to insert data into a table.

When I click the submit button, it doesn't come back to the WDA.

I've put the Webdynpro native Submit button and in the display properties, I have Native.

but nothing...

Former Member
0 Kudos

Hi,

The problem was due to service package level. ZCI forms are supported only by SPL 10 or higher.

Check your service package level.

Regards

Madhu G S

Former Member
0 Kudos

Hi Madhu,

Try updating the Form with the Report "FP_CHK_REPORT" by going into transaction SE38 as specified in SAP Note: 956074. While updating the form with this Report Program follow the procedure like:

1. First Time execute the report by only selecting the update object ZCI-004.

2. Second Time execute the report by only selecting the update object ZCI-003.

3. Third Time execute the report by only selecting the update object ZCI-001.

4. Fourth Time execute the report by only selecting the update object ZCI-002.

Regards

Pradeep Goli

Former Member
0 Kudos

HI Madhu,

Goto MAIN view in your web dynpro component..

then select LAYOUT tab...

in that properties, DISPLAYTYPE choose activeX..

then goto form builder -> library -> Web Dynpro Activex -> Submit..

Former Member
0 Kudos

Hi Sanjeeva/Surya

There s no property display type in view editor.

There are only these elements in the property tab.

ID INTERACTIVEFORM

additionalArchives

dataSource PDFVIEW.DATASOURCE

enabled 1

height 700px

pdfSource PDFVIEW.PDFSOURCE

readOnly 0

templateSource Z_BC481_WDAPDF_10

tooltip

visible Visible

width 100%

Events

onSubmit TOWELCOME

Layout Data (FlowData)

cellDesign padless

vGutter none

Regards

Madhu G S

Former Member
0 Kudos

Hi Madhu,

If you are using Native form type, then you have to select submit button from Web dynpro native tab in the library of adobe form. Then after pressing the button then you get back to WDA.

Thanks.