cancel
Showing results for 
Search instead for 
Did you mean: 

values given in PDF not getting set in the context.

Former Member
0 Kudos

Hi,

I have created an interface with an importing parameter of type String. I've created a form with the same interface.

I've kept that parameter (Name) as an input parameter. Also, I've kept a submit button which the user shall press on entering the name.

I've embedded the form in the WD view using the Interactive form element.

If i set the value in the context attribute which is bound to the form, i am able to see the values in the PDF. But the values which i am entering in the PDF are not getting set in the context.

I have installed ADS in my server and so i have the reader rights. The program FP_PDF_TEST_00 works fine.

Can you help me out in this regard?

regards,

Praveen Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Praveen,

Please follow this solution:

Please switch on logging for the following location to "info":

Nw04: com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper

Nw04s: com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.AdobeFormHelper

How to use Visual Administrator is described within note 742674. Then look for "createPDFDocumentForUIElement" in the trace file (usually defaultTrace). This trace statement will show the XML data that is provided to the Adobe Document Services. It is possible to copy this part and to save it with extension "xml" (e.g. file.xml) to the local file system. Then it can be display with a browser or XML editor.

- If it does not contain the values that are missing during an initial request, the application is definitely responsible for the problem.

- If it does contain the values, please double check whether the binding expressions in the XFA template (file with extension xdp) fits to the XML data.

If both statements have been checked, then it is an issue for CSN/OSS component BC-WD-JAV. Otherwise the application is responsible.

Thanks & Regards,

Raj.