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

C project - data retrival for report

krishnaswamy_kumaraswamy
Active Participant
0 Likes
356

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

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

Answers (4)

Answers (4)

krishnaswamy_kumaraswamy
Active Participant
0 Likes

Thanks

We are able to get the project header details. But we are not able to get the project phase details.

former_member201206
Active Contributor
0 Likes

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

Former Member
0 Likes

Hi Kumar,

Check tables dpr* in SE16 or SE11

Or find Functional module DPR_GET_PROJECT_XML for all details

Regards

Ravindra

Former Member
0 Likes

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