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

report cateogry?

Former Member
0 Likes
541

Hi Experts,

Plz explain how to create report cateogry and how to assign report categeory to reports?

Thanks,

Gopi

Hi Experts,

Plz explain how to create report cateogry and how to assign report categeory to reports?

Thanks,

Gopi

3 REPLIES 3
Read only

Former Member
0 Likes
511

hi this is used in the hr reports usually..for sorting the standard selection screen given by the logical data base...

do like this ....add the pnp logical data base in the attributes screen of the program....

use this code in the report..

report .

tables:pernr.

get pernr.

execute this see the output screen..

go to attributes-->choose hr report catagory--->give _____000(5 underscores and 3 zeros) in the master data...choose enter ....

report .

tables:pernr.

get pernr.

execute this see the output screen..

here there is nothing to see on the selection screen ..we had successfully disabled the selection screen parameters using the report catagory..

regards,

venkat

Read only

Former Member
0 Likes
511
Read only

Former Member
0 Likes
511

thank you .

my question was answered