on ‎2009 Oct 19 4:32 PM
Hi,
Can we bind dynamically for "PDFSource" property in Interactive form UI Element?
If I bind directly to attribute of type XSTRING, I'm facing performace issue, as the request is going to ADS everytime I trigger submit. But, I want the binary only after the final approval. So, at the time of final approval, I want the PDFSource property should be binded to Xstring attribute dynamically, so that I can generate PDF .
Appreciate your response.
Regards,
Ravi
Request clarification before answering.
Hi,
For general (performance) problems with interactive forms in Web Dynpro ABAP, see note 999998, esp. section "Web Dynpro applications with interactive forms are slow".
Alternative solution for your specific problem: Do not bind pdfSource at all. At the very end of your "process", generate the PDF for yourself with your own code using the template from templateSource and the corresponding data from the WD Context (dataSource). I think the coding doing so has already been posted several times.
Cheers,
Ralf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.