SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

installation + equipment number combination

Former Member
0 Kudos
2,024

Hello

which table gives the installation + equipment number combination..

Thank You

4 REPLIES 4

Former Member
0 Kudos
709

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

0 Kudos
709

I think you means EASTS and not EAST'I' .

0 Kudos
709

Sorry..its EASTL

Former Member
0 Kudos
709

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