2008 Jan 04 5:07 PM
Hi,
I need help in writing up a query.
Installation number higher than XXXXXXX and Installation Type YYYY.
Device is installed, no one is currently moved in but there is a move in pending that is more than 60 days out into the future.
I got step 1 .....now i have all the installation number. Which table to use to get all the equipment numbers and serial numbers for these installation.
Thanks.
2008 Jan 04 5:38 PM
With the istallation number, go to EASTL and get the logical device number LOGIKNR. Using that go to EGERH to get the equipment number EQUNR. Use equipment number and go to EQUI table and get the serial number GERNR.
2008 Jan 04 5:38 PM
With the istallation number, go to EASTL and get the logical device number LOGIKNR. Using that go to EGERH to get the equipment number EQUNR. Use equipment number and go to EQUI table and get the serial number GERNR.
2008 Jan 04 5:42 PM
Thats perfect !! Thanks.
Now i need to figure out how to reduce the number of steps invloved.
Any advice.
2008 Jan 04 5:50 PM
2008 Jan 04 6:13 PM
2008 Jan 04 6:41 PM
Be sure to use the correct dates as all these tables are time dependant.
2008 Jan 04 6:48 PM
I need the actual move in date which i am taking from EVER.
So i joint:
EVER for Installation No, M/In & M/Out dates
V_EANL for Installation type
EASTL for Logical device no.
V_EGER for Equipment No. & Serial No.