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: 

Retrieve Installations with Multiple devices

ricky_shaw
Contributor
0 Kudos

Hi,

I need to find out list of Installations with multiple devices. How can i find them.

I tried joining V_EGERH & EASTS but could not get.

Thanks

1 ACCEPTED SOLUTION

RonnyF
Advisor
Advisor
0 Kudos

Hello Ricky,
if you want to select only real devices which are installed to an installation at the moment I recommend to first select all devices from EGERH (or V_EGER) with LOGIKNR ≠ 0 . Then use the result list to select in table EASTL via LOGIKNR and SORT the result list by installation.

Best regards,
Ronny

View solution in original post

2 REPLIES 2

RonnyF
Advisor
Advisor
0 Kudos

Hello Ricky,
if you want to select only real devices which are installed to an installation at the moment I recommend to first select all devices from EGERH (or V_EGER) with LOGIKNR ≠ 0 . Then use the result list to select in table EASTL via LOGIKNR and SORT the result list by installation.

Best regards,
Ronny

0 Kudos

Thanks Ronny. Doing the same.