Dear friends,
Client requirement is to see the orders for which basic dates have been changed. The scenario is when preventive maintenance is done , if the work cannot be done on the date(basic date in maintenanc eorder), the basic date is changed for a convenient time. They want to have a report showing all the ordres for which the basic dates have been changed and the changed dates detail( ie. initial basic date, changed basic dates).
best regds
Arun
hi
you can see the change documents for the order from extras>Documents for the order>change documents .where you can see the date changed etc .but in collectively it is not possible .either you have to check for any custom developed one
regards
thyagarajan
Hi,
Please check the Table CDHDR for entries of change documents. You can restrict your selection by putting in the order type you are using for Maintenance Plans.
Thanks,
Amit.
Once you get the Change Document header data from CDHDR you will then need to get the change details from CDPOS.
Have a look at program RSSCD200 via TCode SE38.
There may well be a suitable function module for this...
PeteA