on ‎2014 Dec 16 1:20 PM
Hi Experts,
Need to extend the project Phase and Tasks, resource assignment to 31-01-2015, for multiple projects which contain more phases and tasks.
Is there any standard program to change the end date of Phases, Task and resource assignments?
Thanks in Advance.
Regards,
Venugopal.R
Request clarification before answering.
Hi Venugopal,
For the mentioned object types (project, phases, tasks) there are corresponding BAPI methods, which you can use to modify the value. E.g. BAPI_BUS2172_CHANGE for the project.
What more straightforward is to do database update directly using a customer report, if you have some ABAP knowledge. The involved tables & fields you can find use report dpr_get_tree.
After all the changes of a project are done, trigger the BAPI_BUS2172_SCHEDULE for the project header.
Attention: donot mixed up the constraint dates (Can be changed) with the scheduled dates (Must not changed, only determined during scheduling).
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.
I'm not aware of any standard program that would allow changing phase, task, and resource assignments. You can try exporting the project(s) into MS Project or XLS format, making changes there, and uploading the data back. Or, depending on the volume of data to be changed, write a custom program.
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 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.