cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

COSS table updation

Former Member
0 Likes
335

Hi All,

I'm debugging the standard cProject application to find out where exactly the COSS table is updated.

But I'm not able to find out either any Function module which updates the COSS table or any other SQL satatement that updates the COSS table. So please inform me if any one knows that where exactly the COSS table gets updated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

ok

thomas_berndt
Advisor
Advisor
0 Likes

Hi Madhvi Pandey,

COSS is not updated by cProjects itself, but by some CO-functionality on the connected ERP that is accessed through an RFC from the cProjects system. Even if the ERP and cProjects reside on the same system, you'll need to set your break-point at the RFC and activate RFC-debugging and continue (F5) on the ERP.

One possible starting point could be

CL_DPR_FIN_GECCO_CALCULATION->CALCULATE

where such an RFC can be found searching for

CALL FUNCTION 'DPR_CALC_PROJECT'

I hope this provides the pointers you need.

Best regards,

Thomas