PeopleSoft on the Oracle Cloud (MOSC)

MOSC Banner

BI Publisher PeopleCode Display command does not generate on page but on download list.

Why is my Publisher Peoplecode does generate on a pop-page any more BUT on the download list.

It used to work generating report on a separate

I use the same PeopleCode:

import PSXP_RPTDEFNMANAGER:ReportDefn;

/* Declare variables */
Local PSXP_RPTDEFNMANAGER:ReportDefn &oRptDefn;
Local Record &rcdQryPrompts;

/* Call the XML Publisher report */
&oRptDefn = create PSXP_RPTDEFNMANAGER:ReportDefn("AAL_CAAT_ABS");
&oRptDefn.Get();

/* Generate report */
&oRptDefn.ProcessReport("AAL_CAAT_ABS_1", %Language, %Date, "XLS");

/* Perform a save */
CommitWork();

/* Display the report to the user */
&oRptDefn.DisplayOutput();

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