on ‎2009 Jul 20 6:24 AM
Hi
can any one help me in the c project
we have created project thro c-project and we are not able to retrive the data where it is getting stored , it is not avlb in DPR_proj
we need to develop a report to display all the project details
thanks in regards
kumar
Request clarification before answering.
Hi
you can use std Function modules in your custom program.
Use
DPR_GET_GUID_BY_ID_FROM_DB pass Id and obj type DPO retrieve GUID
BAPI_BUS2172_GET_DETAIL pass guid retrieved in Step 1 and get Details
Use BAPI_CPROJECTS_COMMIT_WORK as Commit in program
Niranjan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks
We are able to get the project header details. But we are not able to get the project phase details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the cProject project, it must be stored in the DPR_PROJECT and CGPL_PROJECT.
IF not, there must be a big misunderstanding, because I do not think, that it is caused by an error.
To retrieve the data, the best functio modul may be BAPI_BUS2172_GET_TREE .
Kind regards,
Zhenbo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kumar,
Check tables dpr* in SE16 or SE11
Or find Functional module DPR_GET_PROJECT_XML for all details
Regards
Ravindra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kumar,
The best way to work with project data is through object programming. There are standard methods to retrieve all data from a project (tasks, phases, checklists, etc).
Trying to do it through tables is much more complex and less efficient.
Kind regards,
Neil
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.