Hello experts,
I've been trying to use HRGRT_FC_DOCUMENT_DISPLAY, with my feeder class a subclass of AC_HRGRT_REPORTING_FORM_FEEDER, to display a generated PDF document on a FPM page, but it's not working and I was hoping someone might point out where I made a mistake.
Below is the OVP configuration for my WebDynPro application, as well as how the page "Mass Print" is set up. This page is called when a button is pressed on the toolbar of a list in PAGE_1.
Pressing the button creates an event, as you see; the PDF's xstring is stored in local variable L_PDF, and then the "Mass Print" page is called. (I probably should not call it on the Target Area but in a new window, but for now I'm just trying to get it working...)
If I navigate through the page and set an external break-point, I see that the MT_DOCUMENTS variable contains my PDF document's xstring -- even when we get to the GET_DATA section for the Mass Print page.
Here's the PDF XSTRING in the table, being stored in the MT_CONTAINER variable of the feeder class
However, although I successfully navigate to the new page, my container is empty:
Can anyone point me in the right direction? Many thanks!