cancel
Showing results for 
Search instead for 
Did you mean: 

Powl header creation

Former Member
0 Kudos

Hi All,

Our client has a requirement to display some details like Report Title, Date, Time etc in the page header of a POWL report.

I have created a feeder class for POWL. I could not find any parameters/methods related to page header within this feeder class..

Would appreciate it if anybody who has worked on a similar requirement can shed some light on how to create a header for POWL.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Spandana,

Have you checked standard POWL class define field catalog meta data(i.e IF_POWL_FEEDER~GET_FIELD_CATALOG) .

In my case, i have POWL class as CL_GRFN_POWL_INBOX, where in i kept Break-point in methodIF_POWL_FEEDER~GET_FIELD_CATALOG,which gives me all the column headers of the report.

PFB the snapshot for reference

.

here you can change column headers as required,

Check this if it can help you.

Thanks

KH

yury_sichov
Active Contributor
0 Kudos

Use FPM header (FPM_IDR_COMPONENT). In POWL class there are no methods for it.