cancel
Showing results for 
Search instead for 
Did you mean: 

WDInteractiveFormHelper.transferPDFDataIntoContext() issue in CE 7.1

Former Member
0 Kudos

Hi,

In order to transfer data back to an interactive form there is a method :

WDInteractiveFormHelper.transferPDFDataIntoContext()

In NWDS 7.1 it had 3 parameters - pdf source, context node that is to be populated, display type(native or activex)

In CE 7.1 it has only the first 2 parameters, hence i cannot specify "native" incase i have a native form ; because of this I am not able to read back dropdown fields. All other fields get populated other than dropdown fields.

Please suggest a solution.

Thanks

Lisha

Accepted Solutions (0)

Answers (1)

Answers (1)

chintan_virani
Active Contributor
0 Kudos

Lisha,

When you develop applications in CE 7.1 ideally you need NWDS 7.1, so there is no difference when you say NWDS 7.1 & CE 7.1.

Also looking at the method definition in Javadocs, since NW04 and till latest release i.e CE 7.1 Ehp1 it has two parameters only viz byte[] pdfSource, IWDNode targetNode. You can check this for NW04 [here |http://help.sap.com/javadocs/NW04/current/wd/com/sap/tc/webdynpro/clientserver/adobe/api/WDInteractiveFormHelper.html]

displayType property should be available in CE 7.1 and hence in NWDS 7.1 because the documentation says so [here|http://help.sap.com/javadocs/nwce/current/wdr/com.sap.wdr/com/sap/tc/webdynpro/clientserver/uielib/adobe/api/IWDInteractiveForm.html].

Chintan