Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PO amendment/ version details

Former Member
0 Likes
625

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

1 ACCEPTED SOLUTION
Read only

Sridharnekkanti
Active Participant
0 Likes
571

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.

3 REPLIES 3
Read only

Former Member
0 Likes
571

Hi,

Have you checked the function module 'CHANGEDOCUMENT_READ' by passing objectclass & po number as input parameters?

Regards

Vinod

Read only

0 Likes
571

Hi,

i had checked the function module, it is not resulting the service activity change.

Regards,

Sree

Read only

Sridharnekkanti
Active Participant
0 Likes
572

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.