Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

logical database PNP

Former Member
0 Likes
486

can I change the layout of the selection screen in the logical database PNP if yes how

rgds

Anup

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
454

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

Read only

Former Member
0 Likes
454

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

Read only

Former Member
0 Likes
454

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..