how to get the PO list which is changed during some period?
Dear all
my user want a list, in which should show all POs with the changed ordered quantity since June 1,2004.
another list they want to know all the deleted POs since June 1, 2004/
who can tell me which table by which Tcode I can get them?
thanks
_________________
Best Regards,
Roamer
Hi,
You will have to develop your own ABPA program. All changes to the POs are kept in Table CDHDR or CDPOS.
Cheers,
HT
_________________
Moderator:
HT
yes get all deleted POs from the table EKPO, now i want all POs which ordered quantity is Changed, so i think the Table CDPOS maybe include. now i am checking if I can get from this table. if not i will ask them to code an ABAP report.
thanks
_________________
Best Regards,
Roamer
it is difficult to get the list from Table CDPOS, it is just record which field is changed but no actual data, for example, PO 4500004186, i change the ordered quantity from 50PCs to 40 Ps, now if i check from display Po--->item---scatistics---changes , i can get the changed value and field. but if I go to CDPOS, i just i get the filed name, no value( old, new).
_________________
Best Regards,
Roamer