‎2010 Jul 12 4:59 AM
Hi,
i have requirement, where i need to show the PO version change details in the report. Now i am using the EREV,CDHDR and CDPOS tables to get the changed data for the specific PO. This is working for Material PO ( i.e Normal purchase orders ). In case of service orders, we need to show the service activity quantity change and WBS / Network changes also in this report. niether i could not able get the changed data from the above metioned tables nor find the table to get the changed data for the service activity.
Thanks in advance.....
Regards,
Sree
‎2010 Jul 12 6:55 AM
Check the ESLH table. From this table you need to get the service pack number. This number you have to use as an object Id to the CDHDR table & object class as MM_SERVICE. Then you can get the PO Service activity changes.
‎2010 Jul 12 6:23 AM
Hi,
Have you checked the function module 'CHANGEDOCUMENT_READ' by passing objectclass & po number as input parameters?
Regards
Vinod
‎2010 Jul 12 6:29 AM
Hi,
i had checked the function module, it is not resulting the service activity change.
Regards,
Sree
‎2010 Jul 12 6:55 AM
Check the ESLH table. From this table you need to get the service pack number. This number you have to use as an object Id to the CDHDR table & object class as MM_SERVICE. Then you can get the PO Service activity changes.