Hi
i want to read all the idocs created based on the date and user name.
select uname credat cretim docnum into table
itab from edids
where credat in s_rsdat and
uname in s_user and
countr = ' '.
In edids table for different countr field the user name differs for same idoc number what does that mean
thanks