Skip to Content
0
Jun 22, 2018 at 08:27 AM

Embed PDF in FPM UIBB

320 Views Last edit Jun 22, 2018 at 10:04 AM 3 rev

Hi, i just made an FPM aplication that generates a PDF document depending on some selected dropdown lists ítems, but my problem is:

I call functions in this order:

CALL FUNCTION 'FP_JOB_OPEN'

CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'

CALL FUNCTION 'FM_NAME' -> this function returns the xstring that contain the value of the PDF generated.

After this I send this xstring to a WD component that manage this xstring and set_attribute(...) to the 'PDF_ON_WD_COMPONENT' that mean this wd component has the PDF data.

So I have a freestyle UIBB in my FPM Aplication that have this WD component, so i would like to display the generated PDF in the uibb,

how can i do that? Now i see the uibb like this Image