Skip to Content
0
Former Member
Nov 30, 2006 at 07:26 PM

help with idoc selection

60 Views

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