hi,
i want to get the PO data of all PO's changed on a particular day.
when i am selecting from CDHDR
SELECT objectclas
objectid
changenr
FROM cdhdr INTO TABLE i_cdhdr
WHERE objectclas = 'EINKBELEG' AND
udate = p_date.
1.Are the above condtions enough.?
2.with the above conditions give me all the changes(Create,Change,Release,Delete..etc...)
and as i will be getting multiple records...i can delete the adjacent duplicates..please confirm.
2.Should i fetch CDPOS also...or can i ignore if i am not interested in type the change made to a PO?