cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Adobe Form update

Former Member
0 Kudos

Hi All

We use a SAP-J2EE 2004s SP15.

I faced following problem.

I programmed a WebDynpro Application to create an order in the SAP-System. For this I generate also a PDF-Form as a summary which i want attach the created order. On this pdf is also printed the ordernumber which I get back from the SAP-System. I update the PDF-Data with the following code:

wdContext.currentPDFKopfdatenElement().setOrdnummer(wdContext.currentOrdElement().getOrdnummer());

form.bindDataSource(wdContext.nodePDFUebersicht().getNodeInfo());

the Parameter form is the IWDInteractiveForm.

This code is part of the ActionHandler for creating the order. Now I want to attach the updated Document. But this code does not ubdate the pdfSource(Property in the Form) imediately. The pdfSource will be updated later when the whole Method is passed.

Is there any possibility to force the pdfSource update or is it possible to do a kind of postProcessing after an action?

Thanks for quick answers

Pascal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use the wdDoPostProcessing of the Componentcontroller to do this.