on 2018 May 21 1:41 PM
Hello,
I need to get the Actual Start and Finish dates of specific tasks from projects in SAP PPM 5.0. I tried to check CGPL_PROJECT however find that this table is not getting populated properly. Are there any other tables which can give me this quick information ?
I first got the GUID of a sample project and found an entry for DPO type in CGPL_PROJECT.
However I am not finding any entry for PPO type for this GUID.
Also the Project GUID column in CGPL_PROJECT contains 000000000000000000000000 for all records.
Best Regards,
Ashwini Pingle
Request clarification before answering.
Hello Judith,
I found following 2 pages
https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=464696706
https://wiki.scn.sap.com/wiki/display/PLM/Report++ZDPR_LEAN
Based on what I researched today in our database, I am getting a feeling that we may not be able to get the dates information directly from tables using query and that we need to use the BAPI instead. I am wondering why such a design? All I want is the actual start and end dates of a particular task from the projects of a specific projecttype. Will this information be not available directly?
Best Regards,
Ashwini Pingle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Ashwini,
You can get the task related dates in table CGPL_TASK and other information in DPR_TASK. For project details you need to refer to DPR_PROJECT & CGPL_PROJECT.
To get project GUID you can use FM 'DPR_GET_GUID_BY_ID_FROM_DB' or try double clicking a line item in table DPR_PROJECT, you will see unconverted value.
Regards,
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Ashwini,
You can use BAPI BAPI_BUS2175_GET_DETAIL to get the details (including actual start/finish dates) of the task.
Best regards,
Judith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
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.