Peoplesoft XML Publisher report outputs to PDF but not XLS
Hello
My XML Publisher Report only runs to PDF even though I select XLS. Can someone tell me what I need to do differently
I created an XML Report in Peoplesoft and is running it via process scheduler. In the report definition the output options selected are PDF, XLS and RTF
In the process , the output is set to any.
and the app engine is as follows
import PSXP_RPTDEFNMANAGER:ReportDefn;
/* Declare variables */
Local PSXP_RPTDEFNMANAGER:ReportDefn &oRptDefn;
Local Record &rcdQryPrompts;
/* Call the XML Publisher report */
&oRptDefn = create PSXP_RPTDEFNMANAGER:ReportDefn("25PYR021");
&oRptDefn.Get();
&PINT = GHL_GL_AET.PROCESS_INSTANCE;