on ‎2009 Jan 12 7:31 AM
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.
Request clarification before answering.
ok
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.