‎2006 Oct 16 2:00 PM
can I change the layout of the selection screen in the logical database PNP if yes how
rgds
Anup
‎2006 Oct 16 2:08 PM
Hi,
Surely you can change the layout.
For that you have to change the HR Report Category.
So goto Attributes->click on HR Report category and create a new one or select an existing one.
But remember you will only able to select fields from PERNR & PRELP structures.
For other fields you have to add them on screen using select-option and then have to write code for data selection or rejection after Get PERNR.
Regards,
Amit
‎2006 Oct 16 2:39 PM
If you want to visible/active some of the fields from the existing screen you can use LOOP AT SCREEN--ENDLOOP screen under AT SELECTION-SCREEN OUTPUT event.
Thanks
eswar
‎2006 Oct 16 2:55 PM
hi,
for that first u have to create your Selection Screen in SPRO with fields want to display in Report..and then assign that to your report.. and then assisn that Selection Screen to HR Report Category...
Dinesh..