cancel
Showing results for 
Search instead for 
Did you mean: 

Offline PDF Data Extract thru WDJ

nikhil_bose
Active Contributor
0 Kudos

No ABAP please....

How can I retrieve context data from an offline form using WDJ ? is there any way other than guided procedures?

I have tried WDInteractiveFormHelper.transferPDFDataIntoContext() But interactive form UI elements' data source node is getting populated only. How can I generate s_ubnode contex_t?

Please give idea on this

thanks in advance

nikhiL

Accepted Solutions (0)

Answers (1)

Answers (1)

nikhil_bose
Active Contributor
0 Kudos

Best way to work with Offline interactive forms is Guided Procedures.

http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/8d4a4273bb3830e10000000a155106/content.htm

there is

WDInteractiveFormHelper.transferPDFDataIntoContext(byte[], IWDNode) which is in 2004sSP15 and in C.E ( I didn't tried).