Application Development 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: 

To display the WBS elements for last one year

Former Member
0 Kudos

Hi All,

Im displaying the details of all active employees. I need to display the WBS elements of all active employees for the last one year alone. Can anybody help me out to get this...

Regards,

Surya

4 REPLIES 4

Former Member
0 Kudos

Hi Surya,

Try FMs

BBP_WBS_GETLIST

CJPN_WBS_GETLIST_FOR_HR

GRPG_FIND_ALL_WBS_ELEMENTS

HRGPBS_DRILL_GET_WBS_LIST

HRGPBS_DRILL_GET_WBS_LIST_2

HRCA_CC1_WBS_ELEMENT_GETLIST

Hope it helps...

Lokesh

pls. reward appropriate points

Former Member
0 Kudos

Hi,

goto table PRPS

query for WBSelements using

OBJNR = pernr

regards

ganesh

Former Member
0 Kudos

Hi ,

Thanks for your reply. Im also using the HRP1001 and PA0001 , PA0002 tables also. Only thing i need to get the WBS Elements for last one year.

Regards,

Surya

Former Member
0 Kudos

Hi,

select all the PERNRs with

BEGDA and ENDA as per ur req

to check if they are active or not

use the FM

HR_BEN_US_CHK_TERMINATION

then take all the active PERNRs and use

them to query PRPS table with

OBJNR = activePERNR