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: 
Read only

installation + equipment number combination

Former Member
0 Kudos
2,053

Hello

which table gives the installation + equipment number combination..

Thank You

4 REPLIES 4
Read only

Former Member
0 Kudos
738

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

Read only

0 Kudos
738

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

Read only

0 Kudos
738

Sorry..its EASTL

Read only

Former Member
0 Kudos
738

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