on ‎2010 Jun 15 2:35 PM
Dear,
Could somebody please tell me in which table I can find the earliest scheduled start and finish dates for the PHASE of cProjects?
thanks!!!!
grtz,
b
Request clarification before answering.
Bert,
You can get all these values using SAP given classes. The process is as following.
1. Get the instance of class CL_DPR_APPL_OBJECT_MANAGER using static method GET_INSTANCE.
2. Use method LOAD_PHASES of CL_DPR_APPL_OBJECT_MANAGER instance to load the phase by its GUID.
3. The method will return an internal table ET_PHASES ( table type DPR_TT_GUID_PHASES). The row of this internal table will give you hold on Phase object ( *CLDPR_PHASE_*).
4. Use method GET_DATA_EXT to get all scheduling related information.
I hope this will help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 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.