2009 Sep 22 12:03 PM
Hello
which table gives the installation + equipment number combination..
Thank You
2009 Sep 22 12:26 PM
Hi,
Get EQUNR from EQUI, then get LOGIKNR from EGERR and then use it to get ANLAGE from EASTl. I dont think Installation and Equiment number exist in any single table..
Regards,
Sachin
2009 Sep 22 1:12 PM
2009 Sep 22 1:15 PM
2009 Sep 22 3:54 PM
The best way is to give in table equipment number (EQUNR), Hardcode the BIS valid till field as 31.12.9999 in the table EGERH and fetch the logical device number (LOGIKNR).
Now pass this logical device number field in the tabls EASTL and again hardcode the BIS valid till field as 31.12.9999 and get the installation (ANLAGE).
with regards
Balaji.J