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