cancel
Showing results for 
Search instead for 
Did you mean: 

Last time entry for a project

former_member553808
Participant
0 Kudos

Hi,

I have to get the last time entry of each project.

I am using the below logic.

Join PROJ and PRPS table to get the list of WBS elements for all projects.

for each of the projects, get the latest work date from CATSDB .

But CATSDB table has 3 crores entries in QA.

above logic is taking 2 hours to execute.

Please suggest any better logic for the same.

Regards,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

Hi Kiran,

Are you doing a SAP Query or are you writing an ABAP program? Consider using logical database PSJ (display using transaction SE36) - this already joins PROJ and PRPS for you...then look at joining with the CATSDB table.

Kind regards,

Tammy

Answers (0)