cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in reading data from Adobe Form - Web Dynpro ABAP

Former Member
0 Kudos

Hi,

I've created a web dynpro component in ABAP. One of the view contains an interactive Adobe form.

Form properties : Data source and pdf source are mapped

Enabled checked

Submit action mapped to a method. This method reads the node mapped to the form.

Form Layout: Used ZCI Layout and Inserted web dynpro script (XML interface)

Dragged attributes from data view to create text fields.

Submit button used from Web dynpro native group

I could not read data from the form.

When I submit the form, data is not captured in the context.

I have used the same context for view and could save the data from the view. But from the adobe form, I cannot read the data.

Is there anything I missed. I have been on this since 2 days with no solution. I dont see any mistake but the form doesnt work.

Version: Adobe Designer : 8.1 (from market place)

SAP Netweaver 2004s SP18

Any help on this is appreciated.

Thanks in advance,

Srinivas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Try inserting javascript header into your form. You can do this in the t-code SFP, in Layout tab.

Navigate to the SAP menu Edit->Add WebDynpro Script.

This should solve your problem.

Regards,

Runal

Former Member
0 Kudos

I already mentioned in the post that I've inserted Web dynpro script. Also I've gone through many blogs and posts on SDN and many OSS notes. Nothing helped.

I've opened a message with SAP. I'll update when I hear something from them.

Thank you,

Vasu

Former Member
0 Kudos

Still no response from SAP. Any other ideas to resolve this are appreciated.

Thank you,

Vasu

former_member188831
Contributor
0 Kudos

Hi Vasu,

is your question which is posted in interactive forms is the same one or different this one.

[;

if it is same i have already updated in the above thread please check.

don't worry i have done lot of interactive forms initially i too faced problems like this definately you will get required help from this forums.

please try to make out your problem with full details in case still not solved.

all the best.

Regards,

Mahesh.Gattu

Former Member
0 Kudos

Hi,

I got a reply from SAP. Its a problem with XML data transformation.

SAP Support:

We debugged the application again and found the reason for the problem:

You are using the ADS from SAP NetWeaver 7.01 (EhP1, Java Stack) in

combination with SAP NetWeaver 7.00 SP15 (ABAP stack).

Your form contains a ZCI script of SAP NetWevaer 7.01 now.

Unfortunately, Adobe has changed the format of the dataXML (which will

be exchanged between the Adobe Reader and Web Dynpro) from 7.00 to 7.01

So Web Dynpro can't find the corresponding Context nodes to update...

I created a patch to solve this problem. I updated the correction

instructions of note 1322323. Please re-apply this note.

Thank you,

Vasu

former_member188831
Contributor
0 Kudos

Hi Srinivas,

can you take a button on webdynpro view it self, in that put the code as same as read the context.

i dount your form must be going in endless loop in wait mode, if it works fine no problem.

other wise try to inser the webdynpro script in the sfp layout of your form.

all the best ..

Regards,

Mahesh

arjun_thakur
Active Contributor
0 Kudos

Hi,

Refer this thread:

I hope it helps.

Regards

Arjun