cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the data in cProjects on click of SAVE button.

mk123monis
Explorer
0 Kudos

Hi Everyone,

I am doing a project work and assigned a task to integrate PPM 5.0 (cProjects) to a non-SAP system.

In this I have to update the non SAP system upon creation of some new tasks, or changes in their fields.

In some way I can say that I need all data which is entered in cProjects TASK window when save button is clicked.

I thought to get the values of all the fields on every action of save button and found class CL_DPR_DEMO_SUBSYSTEM, and maintained a copy of this class also, but then I found that in this class the data entered in customer defined fields are only passed. So, result is I am not getting any data of any field in method Prepare_to_save.

Any hints or any study material links related to my problem will be very helpful for me.

Thanks in advance for any response.

Regards,

Monis

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For data saving purposes aggregate button in the corresponding webdyn pro component and implement method ONACTIONSAVE.

You will need to take profit of the function BAPI_BUS2173_GET_DETAIL to find path to the data you want to save..

kind regards

HF

Former Member
0 Kudos

hi

check this SAP Note

1103684 - cProjects 4.5 - BAdIs