2015 Sep 16 12:22 PM
Hi Experts,
I have a requriement for calculate the task estimated time,
The detail like this: when i assign a item to a task no ,i want the time of this item spended can add on the estimated time,and i assign the another item to this same task no, the time can sum and diaplay on fied "estimated time",
2015 Sep 17 7:11 AM
HI Clark,
This is not difficult, ask your ABAP developer to create Action preparation BADI
for ORD_SAVE action ,
In this BADI you can add the logic to update TASK time by adding all the items assigned to it.
So every time you add/delete/chage/reject/un-reject item and save it .. time will be add/subtracted for that task
Regards
Ganesh