PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Peoplesoft XML Publisher report outputs to PDF but not XLS

edited Jul 6, 2021 1:12PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 3 commentsAnswered

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center